Method

Adw.ApplicationWindow.get_child

Declaration [src]

GtkWidget*
adw_application_window_get_child (
  AdwApplicationWindow* self
)

Description [src]

Gets the child widget of self.

This method should always be used instead of gtk_window_get_child().

Return value

Returns: GtkWidget*

the child widget of self

Ownership is not transferred to the caller
Can be NULL