Method

AdwExpanderRowset_subtitle

Declaration [src]

void
adw_expander_row_set_subtitle (
  AdwExpanderRow* self,
  const char* subtitle
)

Description [src]

Sets the subtitle for self.

Available since:1.0

Parameters

subtitle const char*
 

The subtitle.

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