Annotate gdk_display_manager_list_displays return value

https://bugzilla.gnome.org/show_bug.cgi?id=623307
This commit is contained in:
Tomeu Vizoso
2010-07-02 10:51:45 +02:00
parent 85e3f22c19
commit eae60c34d2

View File

@@ -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
**/