script: Don't skip introspection for connect_signals_full()
authorBastian Winkler <buz@netbuz.org>
Thu, 24 Nov 2011 19:14:05 +0000 (20:14 +0100)
committerBastian Winkler <buz@netbuz.org>
Fri, 25 Nov 2011 09:54:54 +0000 (10:54 +0100)
To allow language bindings to properly override Script.connect_signals()
they'll need access access to Script.connect_signals_full().

Thanks to Jeremy Moles for reporting.

clutter/clutter-script.c

index 0c50e3b..1ae6105 100644 (file)
@@ -1128,9 +1128,9 @@ connect_each_object (gpointer key,
 }
 
 /**
- * clutter_script_connect_signals_full: (skip)
+ * clutter_script_connect_signals_full:
  * @script: a #ClutterScript
- * @func: signal connection function
+ * @func: (scope call): signal connection function
  * @user_data: data to be passed to the signal handlers, or %NULL
  *
  * Connects all the signals defined into a UI definition file to their