diff options
author | Phil Clayton <phil.clayton@lineone.net> | 2013-09-05 01:08:41 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-10 17:20:15 -0400 |
commit | 59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f (patch) | |
tree | 46281a02e0bf0053dcd4d59c092a60e8dab6df30 /gtk/gtkcellarea.c | |
parent | 90383300d2a01f7a610b2e2c1f711b6bfc4b61c8 (diff) | |
download | gtk+-59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f.tar.gz |
Add missing introspection annotations
https://bugzilla.gnome.org/show_bug.cgi?id=707519
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r-- | gtk/gtkcellarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index b7bad3d559..9bd4e10a8e 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -2457,7 +2457,7 @@ gtk_cell_area_class_find_cell_property (GtkCellAreaClass *aclass, /** * gtk_cell_area_class_list_cell_properties: * @aclass: a #GtkCellAreaClass - * @n_properties: location to return the number of cell properties found + * @n_properties: (out): location to return the number of cell properties found * * Returns all cell properties of a cell area class. * |