| iBus Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
IBusHotkeyProfile;
gboolean ibus_hotkey_profile_add_hotkey (IBusHotkeyProfile *profile,
guint keyval,
guint modifiers,
GQuark event);
gboolean ibus_hotkey_profile_add_hotkey_from_string
(IBusHotkeyProfile *profile,
const gchar *str,
GQuark event);
gboolean ibus_hotkey_profile_remove_hotkey (IBusHotkeyProfile *profile,
guint keyval,
guint modifiers);
gboolean ibus_hotkey_profile_remove_hotkey_by_event
(IBusHotkeyProfile *profile,
GQuark event);
GQuark ibus_hotkey_profile_filter_key_event
(IBusHotkeyProfile *profile,
guint keyval,
guint modifiers,
guint prev_keyval,
guint prev_modifiers,
gpointer user_data);
gboolean ibus_hotkey_profile_add_hotkey (IBusHotkeyProfile *profile, guint keyval, guint modifiers, GQuark event);
|
|
|
|
|
|
|
|
Returns : |
gboolean ibus_hotkey_profile_add_hotkey_from_string (IBusHotkeyProfile *profile, const gchar *str, GQuark event);
|
|
|
|
|
|
Returns : |
gboolean ibus_hotkey_profile_remove_hotkey (IBusHotkeyProfile *profile, guint keyval, guint modifiers);
|
|
|
|
|
|
Returns : |
gboolean ibus_hotkey_profile_remove_hotkey_by_event (IBusHotkeyProfile *profile, GQuark event);
|
|
|
|
Returns : |
"trigger" signalvoid user_function (IBusHotkeyProfile *ibushotkeyprofile, guint arg1, gpointer arg2, gpointer user_data) : Run Last / Has Details
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |