[clutter] script: Don't skip introspection for connect_signals_full()



commit d82bf70d49cedcc345ab8a409a812806ce3a57d6
Author: Bastian Winkler <buz netbuz org>
Date:   Thu Nov 24 20:14:05 2011 +0100

    script: Don't skip introspection for connect_signals_full()
    
    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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-script.c b/clutter/clutter-script.c
index 0c50e3b..1ae6105 100644
--- a/clutter/clutter-script.c
+++ b/clutter/clutter-script.c
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]