Method

AdwExpanderRowget_icon_name

deprecated: 1.3 

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

Type: const char*

The icon name for self.

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