| Index: src/ibushotkey.h
|
| diff --git a/src/ibushotkey.h b/src/ibushotkey.h
|
| index 4b63121b8599b9bec66a22292bd49047e0c41238..4014d467e5ccf9b6b14c2c91e729a70c985befaa 100644
|
| --- a/src/ibushotkey.h
|
| +++ b/src/ibushotkey.h
|
| @@ -160,6 +160,18 @@ GQuark ibus_hotkey_profile_filter_key_event
|
| guint prev_modifiers,
|
| gpointer user_data);
|
|
|
| +/**
|
| + * ibus_hotkey_profile_lookup_hotkey:
|
| + * @profile: An IBusHotkeyProfile.
|
| + * @keyval: Keycode of the hotkey.
|
| + * @modifiers: Modifiers of the hotkey.
|
| + * @returns: The event associated to the hotkey or 0 if the hotkey is not in the
|
| + * profile.
|
| + */
|
| +GQuark ibus_hotkey_profile_lookup_hotkey
|
| + (IBusHotkeyProfile *profile,
|
| + guint keyval,
|
| + guint modifiers);
|
| +
|
| G_END_DECLS
|
| #endif
|
| -
|
|
|