Method

AdwSplitButtonget_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 instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.