From fd40da89b3beeecb72ca71a142764f0a86907356 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Wed, 23 Oct 2019 01:54:46 +0800 Subject: [PATCH] update doc --- operational | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/operational b/operational index 5c69084..945cb84 100644 --- a/operational +++ b/operational @@ -136,8 +136,12 @@ see ~/c/gtk-im-module/, it uses myastyle-pre-commit-check in git pre-commit - problems - can I make this change backward compatible? - TODO what will happen when zero asks dbus to set FuzzyFlag property, if + DONE what will happen when zero asks dbus to set FuzzyFlag property, if running an old zero-pinyin-service? + + dbus-set-property returns nil if the property doesn't exist. + I will show a warning. + - property generated code is okay. - how to access that property in zero-pinyin-service.c? guint zero_pinyin_service_get_fuzzy_flag (ZeroPinyinService *object); -- GitLab