gdk: add missing annotations to gdk_event_get_scroll_deltas

https://bugzilla.gnome.org/show_bug.cgi?id=677774
This commit is contained in:
Torsten Schönfeld
2012-06-09 23:45:23 +02:00
parent 8fe557229c
commit e6149931c9

View File

@ -1215,8 +1215,8 @@ gdk_event_get_scroll_direction (const GdkEvent *event,
/**
* gdk_event_get_scroll_deltas:
* @event: a #GdkEvent
* @delta_x: return location for X delta
* @delta_y: return location for Y delta
* @delta_x: (out): return location for X delta
* @delta_y: (out): return location for Y delta
*
* Retrieves the scroll deltas from a #GdkEvent
*