summaryrefslogtreecommitdiffstats
path: root/src/PYPConfig.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2020-06-23 14:22:38 +0800
committerPeng Wu <alexepico@gmail.com>2020-07-21 15:27:51 +0800
commit035d5fdda849c2b1d369fbfcb6ebe705ca2c3221 (patch)
treef61eb8da86682c902cebf8bc245548301c5486d3 /src/PYPConfig.h
parentdc67c6437dd2f3a5790c7065f03631a123e144db (diff)
downloadibus-libpinyin-035d5fdda849c2b1d369fbfcb6ebe705ca2c3221.tar.gz
ibus-libpinyin-035d5fdda849c2b1d369fbfcb6ebe705ca2c3221.tar.xz
ibus-libpinyin-035d5fdda849c2b1d369fbfcb6ebe705ca2c3221.zip
support network dictionary timestamp in GSettings
Diffstat (limited to 'src/PYPConfig.h')
-rw-r--r--src/PYPConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PYPConfig.h b/src/PYPConfig.h
index 9f0fea4..b08fd5a 100644
--- a/src/PYPConfig.h
+++ b/src/PYPConfig.h
@@ -39,6 +39,8 @@ protected:
virtual ~LibPinyinConfig (void);
public:
+ virtual gboolean networkDictionaryStartTimestamp (gint64 timestamp);
+ virtual gboolean networkDictionaryEndTimestamp (gint64 timestamp);
protected:
void initDefaultValues (void);