Method

Adw.TabPage.set_icon

Declaration [src]

void
adw_tab_page_set_icon (
  AdwTabPage* self,
  GIcon* icon
)

Description [src]

Sets the icon of self.

Sets propertyAdw.TabPage:icon

Parameters

icon GIcon*
 

the icon of self

 Can be NULL
 Ownership is not transferred to the callee