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 728093 - Add missing transfer annotation to gtk_box_get_center_widget
Add missing transfer annotation to gtk_box_get_center_widget
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.12.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-04-12 19:24 UTC by Marcus Karlsson
Modified: 2014-04-13 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (770 bytes, patch)
2014-04-12 19:24 UTC, Marcus Karlsson
committed Details | Review

Description Marcus Karlsson 2014-04-12 19:24:59 UTC
Created attachment 274183 [details] [review]
Proposed patch

Building GTK+ documentation yields a warning that gtk_box_get_center_widget is missing a transfer annotation. This patch adds the missing annotation.
Comment 1 Matthias Clasen 2014-04-13 01:03:25 UTC
Review of attachment 274183 [details] [review]:

ok