summaryrefslogtreecommitdiffstats
path: root/src/ibusproperty.h
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-03-04 18:11:55 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-03-04 18:11:55 +0800
commitfa8b528ae670b04ec75f3c634dec032e7eee0cca (patch)
treedb062f2f9c1f768b2d054c36b49c335863dc205d /src/ibusproperty.h
parent2fd4b2e2a4c53fb51e3c9b2a2909e1425bcd3252 (diff)
downloadibus-fa8b528ae670b04ec75f3c634dec032e7eee0cca.tar.gz
ibus-fa8b528ae670b04ec75f3c634dec032e7eee0cca.tar.xz
ibus-fa8b528ae670b04ec75f3c634dec032e7eee0cca.zip
Implement ibus_prop_list_update_property.
Diffstat (limited to 'src/ibusproperty.h')
-rw-r--r--src/ibusproperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ibusproperty.h b/src/ibusproperty.h
index 7cd90c9..19ff33c 100644
--- a/src/ibusproperty.h
+++ b/src/ibusproperty.h
@@ -126,6 +126,8 @@ void ibus_property_set_visible (IBusProperty *prop,
gboolean visible);
void ibus_property_set_sub_props(IBusProperty *prop,
IBusPropList *prop_list);
+gboolean ibus_property_update (IBusProperty *prop,
+ IBusProperty *prop_update);
GType ibus_prop_list_get_type ();
IBusPropList *ibus_prop_list_new ();