Annotate gdk_display_manager_list_displays return value

https://bugzilla.gnome.org/show_bug.cgi?id=623307
(cherry picked from commit eae60c34d2)
This commit is contained in:
Tomeu Vizoso 2010-07-02 10:51:45 +02:00 committed by Matthias Clasen
parent 89743a6370
commit 10ebcedf56

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