summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
diff options
context:
space:
mode:
authorPhil Clayton <phil.clayton@lineone.net>2013-09-05 01:08:41 +0100
committerMatthias Clasen <mclasen@redhat.com>2013-09-10 17:20:15 -0400
commit59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f (patch)
tree46281a02e0bf0053dcd4d59c092a60e8dab6df30 /gtk/gtkcellarea.c
parent90383300d2a01f7a610b2e2c1f711b6bfc4b61c8 (diff)
downloadgtk+-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.c2
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.
*