Method

AdwTabPageset_icon

Declaration [src]

void
adw_tab_page_set_icon (
  AdwTabPage* self,
  GIcon* icon
)

Description [src]

Sets the icon of self.

Available since:1.0
Sets propertyAdw.TabPage:icon

Parameters

icon GIcon
 

The icon of self.

 The argument can be NULL.
 The data is owned by the caller of the function.