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/gdkregion-generic.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/gdkregion-generic.c')
-rw-r--r-- | gdk/gdkregion-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkregion-generic.c b/gdk/gdkregion-generic.c index d98dc8822d..0801b1ebfd 100644 --- a/gdk/gdkregion-generic.c +++ b/gdk/gdkregion-generic.c @@ -226,7 +226,7 @@ gdk_region_get_clipbox (const GdkRegion *region, /** * gdk_region_get_rectangles: * @region: a #GdkRegion - * @rectangles: return location for an array of rectangles + * @rectangles: (array length=n_rectangles) (transfer container): return location for an array of rectangles * @n_rectangles: length of returned array * * Obtains the area covered by the region as a list of rectangles. |