Method

AdwToggleget_label

Declaration [src]

const char*
adw_toggle_get_label (
  AdwToggle* self
)

Description [src]

Gets the label of self.

Available since:1.7
Gets propertyAdw.Toggle:label

Return value

Returns: const char*
 

The toggle label.

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