Method

AdwStatusPageset_icon_name

since: 1.0

Declaration [src]

void
adw_status_page_set_icon_name (
  AdwStatusPage* self,
  const char* icon_name
)

Description [src]

Sets the icon name for self.

Changing this will set AdwStatusPage:paintable to NULL.

Available since: 1.0

Parameters

icon_name

Type: const char*

The icon name.

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