connect_signals_full
Description:
Connects all the signals defined into a UI definition file to their handlers.
This function allows to control how the signal handlers are going to be connected to their respective signals. It is meant primarily for language bindings to allow resolving the function names using the native API, but it can also be used on platforms that do not support GModule.
Applications should use connect_signals.
Parameters:
this |
a Script |
func |
signal connection function |
user_data |
data to be passed to the signal handlers, or |