summaryrefslogtreecommitdiffstats
path: root/src/PYConfig.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-06-14 15:53:43 +0800
committerPeng Wu <alexepico@gmail.com>2018-06-14 15:53:43 +0800
commit7216bcd03777defa253f2c70eeda364f345970dc (patch)
tree444433ba617bee7b2eecbcf2e3ad6a6441642c90 /src/PYConfig.h
parent94e9584b8b81cdcb4bce15ab58e83001bd085192 (diff)
downloadibus-libpinyin-7216bcd03777defa253f2c70eeda364f345970dc.tar.gz
ibus-libpinyin-7216bcd03777defa253f2c70eeda364f345970dc.tar.xz
ibus-libpinyin-7216bcd03777defa253f2c70eeda364f345970dc.zip
add option show suggestion
Diffstat (limited to 'src/PYConfig.h')
-rw-r--r--src/PYConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PYConfig.h b/src/PYConfig.h
index c982ec5..3a01762 100644
--- a/src/PYConfig.h
+++ b/src/PYConfig.h
@@ -47,6 +47,7 @@ public:
guint pageSize (void) const { return m_page_size; }
gboolean rememberEveryInput (void) const { return m_remember_every_input; }
sort_option_t sortOption (void) const { return m_sort_option; }
+ gboolean showSuggestion (void) const { return m_show_suggestion; }
gboolean shiftSelectCandidate (void) const { return m_shift_select_candidate; }
gboolean minusEqualPage (void) const { return m_minus_equal_page; }
gboolean commaPeriodPage (void) const { return m_comma_period_page; }
@@ -96,6 +97,7 @@ protected:
guint m_page_size;
gboolean m_remember_every_input;
sort_option_t m_sort_option;
+ gboolean m_show_suggestion;
gboolean m_shift_select_candidate;
gboolean m_minus_equal_page;