diff options
author | Colin Walters <walters@verbum.org> | 2009-08-18 14:35:10 -0400 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:22:01 -0200 |
commit | 18dc96caf883cad9226cb6e783dd930a7fe62c2e (patch) | |
tree | 2319c7b1f06738781af07d034672ba61d0a78cd3 /gdk/gdkdnd.c | |
parent | 78758d43ea1c2d3e87050eae078e679281d09106 (diff) | |
download | gtk+-18dc96caf883cad9226cb6e783dd930a7fe62c2e.tar.gz |
Merge in Gdk-custom.c introspection annotations
The Gdk-custom.c file in gir-repository contained a number of
introspection annotations. Merge those into the GDK source files.
Some documentation was moved from the tmpl/ files to accomodate
the addition of annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=592279
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r-- | gdk/gdkdnd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 64336600b9..2d114faf49 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -37,11 +37,11 @@ * should be ignored, since it is put up by the drag source as an icon. * @x_root: the x position of the pointer in root coordinates. * @y_root: the y position of the pointer in root coordinates. - * @dest_window: location to store the destination window in. - * @protocol: location to store the DND protocol in. - * + * @dest_window: (out): location to store the destination window in. + * @protocol: (out): location to store the DND protocol in. + * * Finds the destination window and DND protocol to use at the - * given pointer position. + * given pointer position. * * This function is called by the drag source to obtain the * @dest_window and @protocol parameters for gdk_drag_motion(). |