Method

GdkDisplayManagerlist_displays

since: 2.2

Declaration [src]

GSList*
gdk_display_manager_list_displays (
  GdkDisplayManager* manager
)

Description [src]

List all currently open displays.

Available since: 2.2

Return value

Type: A list of GdkDisplay*

A newly allocated GSList of GdkDisplay objects. Free with g_slist_free() when you are done with it.

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