Method

AdwExpanderRowget_icon_name

Declaration [src]

const char*
adw_expander_row_get_icon_name (
  AdwExpanderRow* self
)

Description [src]

Gets the icon name for self.

Deprecated since:1.3

Use adw_expander_row_add_prefix() to add an icon.

Return value

Returns: const char*
 

The icon name for self.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.