Method

AdwButtonContentset_label

Declaration [src]

void
adw_button_content_set_label (
  AdwButtonContent* self,
  const char* label
)

Description [src]

Sets the displayed label.

Available since:1.0

Parameters

label const char*
 

The new label.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.