Method

AdwSplitButtonget_label

Declaration [src]

const char*
adw_split_button_get_label (
  AdwSplitButton* self
)

Description [src]

Gets the label for self.

Available since:1.0
Gets propertyAdw.SplitButton:label

Return value

Returns: const char*
 

The label for self.

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