Method

Adw.TabView.get_page

Declaration [src]

AdwTabPage*
adw_tab_view_get_page (
  AdwTabView* self,
  GtkWidget* child
)

Description [src]

Gets the AdwTabPage object representing child.

Parameters

child GtkWidget*
 

a child in self

 Ownership is not transferred to the callee

Return value

Returns: AdwTabPage

the page object for child

Ownership is not transferred to the caller