Method

AdwButtonRowset_start_icon_name

unstable since: 1.6

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

Type: const char*

The start icon name.

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