Method

Adw.SplitButton.get_icon_name

Declaration [src]

const char*
adw_split_button_get_icon_name (
  AdwSplitButton* self
)

Description [src]

Gets the name of the icon used to automatically populate the button.

If the icon name has not been set with adw_split_button_set_icon_name() the return value will be NULL.

Available since:1.0

Return value

Returns: const char*

the icon name

The data is owned by the called function
Can be NULL
The string is a NUL terminated UTF-8 string