Method

HandyStatusPageset_icon_name

Declaration [src]

void
hdy_status_page_set_icon_name (
  HdyStatusPage* self,
  const gchar* icon_name
)

Description [src]

Sets the icon name for self.

Available since:1.2

Parameters

icon_name const gchar*
 

The icon name.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.