Method

AdapButtonContentset_label

Declaration [src]

void
adap_button_content_set_label (
  AdapButtonContent* self,
  const char* label
)

Description [src]

Sets the displayed label.

Parameters

label

Type: const char*

The new label.

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