Mark unbindable functions as 'skip'
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 08:59:46 +0000 (09:59 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 12:44:20 +0000 (13:44 +0100)
commitb7a61dca19cdf02cd30f1dd729579dd70a552f68
tree2afb1f3f0ab8b49b08f17167bca29791363ca83a
parentb0e3a9cbcfb01345eb8b938f35f90f5c20ef7bcc
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.
atk/atkcomponent.c
atk/atkobject.c
atk/atkutil.c