Method

AdwButtonRowset_start_icon_name

Declaration [src]

void
adw_button_row_set_start_icon_name (
  AdwButtonRow* self,
  const char* icon_name
)

Description [src]

Sets the start icon name for self.

Available since:1.6

Parameters

icon_name const char*
 

The start icon name.

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