After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 623307 - Annotate gdk_display_manager_list_displays return value
Annotate gdk_display_manager_list_displays return value
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-07-01 16:43 UTC by Tomeu Vizoso
Modified: 2010-07-02 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Annotate gdk_display_manager_list_displays return value (1.00 KB, patch)
2010-07-01 16:43 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2010-07-01 16:43:36 UTC
With Returns: (element-type GdkDisplay) (transfer container):
Comment 1 Tomeu Vizoso 2010-07-01 16:43:38 UTC
Created attachment 165036 [details] [review]
Annotate gdk_display_manager_list_displays return value
Comment 2 Emmanuele Bassi (:ebassi) 2010-07-01 17:10:04 UTC
Review of attachment 165036 [details] [review]:

you can commit after the changes

::: gdk/gdkdisplaymanager.c
@@ +249,3 @@
  * 
  * List all currently open displays.
+ * Returns: (element-type GdkDisplay) (transfer container): a newly allocated

do not change "Return value" with "Returns"; also usually the (transfer) annotation comes before the (element-type) one.
Comment 3 Tomeu Vizoso 2010-07-02 08:52:12 UTC
Attachment 165036 [details] pushed as eae60c3 - Annotate gdk_display_manager_list_displays return value