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/gdkdraw.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/gdkdraw.c')
-rw-r--r-- | gdk/gdkdraw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c index 298f405c16..ef42b8e5f8 100644 --- a/gdk/gdkdraw.c +++ b/gdk/gdkdraw.c @@ -142,12 +142,12 @@ gdk_drawable_get_data (GdkDrawable *drawable, /** * gdk_drawable_get_size: * @drawable: a #GdkDrawable - * @width: location to store drawable's width, or %NULL - * @height: location to store drawable's height, or %NULL + * @width: (out): location to store drawable's width, or %NULL + * @height: (out): location to store drawable's height, or %NULL * * Fills *@width and *@height with the size of @drawable. * @width or @height can be %NULL if you only want the other one. - * + * * On the X11 platform, if @drawable is a #GdkWindow, the returned * size is the size reported in the most-recently-processed configure * event, rather than the current size on the X server. |