connect_signals
Description:
public void connect_signals (void* user_data)
Connects all the signals defined into a UI definition file to their handlers.
This method invokes connect_signals_full internally and uses
GModule
's introspective features (by opening the current module's scope) to look at the application's symbol table.
Note that this function will not work if GModule
is not supported by the platform Clutter is running on.
Parameters:
this |
a Script |
user_data |
data to be passed to the signal handlers, or |