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 707509 - Missing (out) annotation for gtk_target_list_find
Missing (out) annotation for gtk_target_list_find
Status: RESOLVED DUPLICATE of bug 707519
Product: gtk+
Classification: Platform
Component: Documentation
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-04 20:49 UTC by Phil Clayton
Modified: 2013-09-04 23:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add (out) annotation to gtk_target_list_find (920 bytes, patch)
2013-09-04 20:57 UTC, Phil Clayton
none Details | Review

Description Phil Clayton 2013-09-04 20:49:52 UTC
The parameter info is the location for gtk_target_list_find to store info for the target, so is an out parameter.
Comment 1 Phil Clayton 2013-09-04 20:57:05 UTC
Created attachment 254129 [details] [review]
Add (out) annotation to gtk_target_list_find
Comment 2 Phil Clayton 2013-09-04 23:37:46 UTC
Lots of other missing (out) annotations have been identified so this has been lumped in with the others.

*** This bug has been marked as a duplicate of bug 707519 ***