Method

AdwActionRowset_subtitle

since: 1.0

Declaration [src]

void
adw_action_row_set_subtitle (
  AdwActionRow* self,
  const char* subtitle
)

Description [src]

Sets the subtitle for self.

Available since: 1.0

Sets propertyAdw.ActionRow:subtitle

Parameters

subtitle

Type: const char*

The subtitle.

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