Annotate gdk_display_manager_list_displays return value
https://bugzilla.gnome.org/show_bug.cgi?id=623307
This commit is contained in:
@@ -248,8 +248,9 @@ gdk_display_manager_set_default_display (GdkDisplayManager *display_manager,
|
||||
*
|
||||
* List all currently open displays.
|
||||
*
|
||||
* Return value: a newly allocated #GSList of #GdkDisplay objects.
|
||||
* Free this list with g_slist_free() when you are done with it.
|
||||
* Return value: (transfer container) (element-type GdkDisplay): a newly allocated
|
||||
* #GSList of #GdkDisplay objects. Free this list with g_slist_free() when you
|
||||
* are done with it.
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user