Method

AdwWindowget_dialogs

Declaration [src]

GListModel*
adw_window_get_dialogs (
  AdwWindow* self
)

Description [src]

Returns a GListModel that contains the open dialogs of self.

This can be used to keep an up-to-date view.

Available since:1.5
Gets propertyAdw.Window:dialogs

Return value

Returns: A list model of GObject
 

A list model for the dialogs of self.

 The caller of the method takes ownership of the data, and is responsible for freeing it.