Geany
1.22
|
Callback array entry type used with the plugin_callbacks symbol. More...
Data Fields | |
gboolean | after |
Set to TRUE to connect your handler with g_signal_connect_after(). | |
GCallback | callback |
A callback function which is called when the signal is emitted. | |
const gchar * | signal_name |
The name of signal, must be an existing signal. | |
gpointer | user_data |
The user data passed to the signal handler. | |
Callback array entry type used with the plugin_callbacks symbol.
gboolean PluginCallback::after |
Set to TRUE to connect your handler with g_signal_connect_after().
GCallback PluginCallback::callback |
A callback function which is called when the signal is emitted.
const gchar* PluginCallback::signal_name |
The name of signal, must be an existing signal.
For a list of available signals, please see the Signal documentation .
gpointer PluginCallback::user_data |
The user data passed to the signal handler.