Object Hierarchy
GObject
+----CCMKeybind
Details
CCMKeybind
typedef struct _CCMKeybind CCMKeybind;
Signal Details
The "key-motion" signal
void user_function (CCMKeybind *ccmkeybind,
gint arg1,
gint arg2,
gpointer user_data) : Run Last
ccmkeybind :
|
the object which received the signal. |
user_data :
|
user data set when the signal handler was connected. |
The "key-press" signal
void user_function (CCMKeybind *ccmkeybind,
gpointer user_data) : Run Last
ccmkeybind :
|
the object which received the signal. |
user_data :
|
user data set when the signal handler was connected. |
The "key-release" signal
void user_function (CCMKeybind *ccmkeybind,
gpointer user_data) : Run Last
ccmkeybind :
|
the object which received the signal. |
user_data :
|
user data set when the signal handler was connected. |