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 734292 - drag: add missing introspection annotations
drag: add missing introspection annotations
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkGesture
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-05 14:25 UTC by Ray Strode [halfline]
Modified: 2014-08-07 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
drag: add missing introspection annotations (3.47 KB, patch)
2014-08-05 14:25 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2014-08-05 14:25:24 UTC
gtk_gesture_drag_get_start_point and gtk_gesture_drag_get_offset
have out args that need to be annotated.

This commit adds the (out) and (nullable) annotations as appropriate.
Comment 1 Ray Strode [halfline] 2014-08-05 14:25:27 UTC
Created attachment 282570 [details] [review]
drag: add missing introspection annotations
Comment 2 Matthias Clasen 2014-08-06 12:34:22 UTC
Review of attachment 282570 [details] [review]:

looks fine
Comment 3 Ray Strode [halfline] 2014-08-07 15:09:41 UTC
Attachment 282570 [details] pushed as 08b17ab - drag: add missing introspection annotations