mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
introspection: Skip Script.connect_signals_full()
It's meant to be used by language bindings, not by applications.
This commit is contained in:
parent
19b93a94ae
commit
e8d3ab4fd3
@ -971,7 +971,7 @@ connect_each_object (gpointer key,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_script_connect_signals_full:
|
* clutter_script_connect_signals_full: (skip)
|
||||||
* @script: a #ClutterScript
|
* @script: a #ClutterScript
|
||||||
* @func: signal connection function
|
* @func: signal connection function
|
||||||
* @user_data: data to be passed to the signal handlers, or %NULL
|
* @user_data: data to be passed to the signal handlers, or %NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user