ibushotkey.h | ibushotkey.h | |||
---|---|---|---|---|
skipping to change at line 83 | skipping to change at line 83 | |||
(IBusHotkeyProfile *profil e, | (IBusHotkeyProfile *profil e, | |||
guint keyval , | guint keyval , | |||
guint modifi ers); | guint modifi ers); | |||
gboolean ibus_hotkey_profile_remove_hotkey_by_event | gboolean ibus_hotkey_profile_remove_hotkey_by_event | |||
(IBusHotkeyProfile *profil e, | (IBusHotkeyProfile *profil e, | |||
GQuark event) ; | GQuark event) ; | |||
GQuark ibus_hotkey_profile_filter_key_event | GQuark ibus_hotkey_profile_filter_key_event | |||
(IBusHotkeyProfile *profil e, | (IBusHotkeyProfile *profil e, | |||
guint keyval , | guint keyval , | |||
guint modifi ers, | guint modifi ers, | |||
guint prev_k | ||||
eyval, | ||||
guint prev_m | ||||
odifiers, | ||||
gpointer user_d ata); | gpointer user_d ata); | |||
G_END_DECLS | G_END_DECLS | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
ibusproperty.h | ibusproperty.h | |||
---|---|---|---|---|
skipping to change at line 127 | skipping to change at line 127 | |||
gboolean sensitive, | gboolean sensitive, | |||
gboolean visible, | gboolean visible, | |||
IBusPropState state, | IBusPropState state, | |||
IBusPropList *prop_list); | IBusPropList *prop_list); | |||
void ibus_property_set_label (IBusProperty *prop, | void ibus_property_set_label (IBusProperty *prop, | |||
IBusText *label); | IBusText *label); | |||
void ibus_property_set_visible (IBusProperty *prop, | void ibus_property_set_visible (IBusProperty *prop, | |||
gboolean visible); | gboolean visible); | |||
void ibus_property_set_sub_props(IBusProperty *prop, | void ibus_property_set_sub_props(IBusProperty *prop, | |||
IBusPropList *prop_list); | IBusPropList *prop_list); | |||
gboolean ibus_property_update (IBusProperty *prop, | ||||
IBusProperty *prop_update); | ||||
GType ibus_prop_list_get_type (); | GType ibus_prop_list_get_type (); | |||
IBusPropList *ibus_prop_list_new (); | IBusPropList *ibus_prop_list_new (); | |||
void ibus_prop_list_append (IBusPropList *prop_list, | void ibus_prop_list_append (IBusPropList *prop_list, | |||
IBusProperty *prop); | IBusProperty *prop); | |||
IBusProperty *ibus_prop_list_get (IBusPropList *prop_list, | IBusProperty *ibus_prop_list_get (IBusPropList *prop_list, | |||
guint index); | guint index); | |||
gboolean ibus_prop_list_update_property | gboolean ibus_prop_list_update_property | |||
(IBusPropList *prop_list, | (IBusPropList *prop_list, | |||
IBusProperty *prop); | IBusProperty *prop); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||