summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:59:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:59:46 +0100
commitef766d80569c2e9f30cff87a0a2ba3db3937ac2a (patch)
treec31f5b031976f86431ce86f9feaaa2b8e7e1fd63 /atk/atkobject.c
parentf1c8bbad608d65b6ea4565c0529f8ddee2e2b8ee (diff)
downloadatk-ef766d80569c2e9f30cff87a0a2ba3db3937ac2a.tar.gz
Mark unbindable functions as 'skip'
Functions that take a callback, with or without a closure, without a scope are not allowed in introspected languages. The introspection parser will automatically mark them as not introspectable, but it's better to explicitly skip them.
Diffstat (limited to 'atk/atkobject.c')
-rw-r--r--atk/atkobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index b1ecf78..fb61bab 100644
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -1146,7 +1146,7 @@ atk_object_set_role (AtkObject *accessible,
}
/**
- * atk_object_connect_property_change_handler:
+ * atk_object_connect_property_change_handler: (skip)
* @accessible: an #AtkObject
* @handler: a function to be called when a property changes its value
*