Commit fd40da89 authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent adfe2fb9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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);