Method

GtkWindowGrouplist_windows

since: 2.14

Declaration [src]

GList*
gtk_window_group_list_windows (
  GtkWindowGroup* window_group
)

Description [src]

Returns a list of the GtkWindows that belong to window_group.

Available since: 2.14

Return value

Type: A list of GtkWindow*

A newly-allocated list of windows inside the group.

The caller of the method takes ownership of the returned data container, but not the data inside it.