Method

AdwToggleget_icon_name

Declaration [src]

const char*
adw_toggle_get_icon_name (
  AdwToggle* self
)

Description [src]

Gets the icon name of self.

Available since:1.7
Gets propertyAdw.Toggle:icon-name

Return value

Returns: const char*
 

The toggle icon name.

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