summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_key.h')
-rw-r--r--src/storage/chewing_key.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h
index 8c6ef8d..d6bcc19 100644
--- a/src/storage/chewing_key.h
+++ b/src/storage/chewing_key.h
@@ -66,11 +66,11 @@ public:
/* Note: the return value should be freed by g_free. */
gchar * get_pinyin_string();
- gchar * get_luoma_pinyin_string();
- gchar * get_secondary_zhuyin_string();
gchar * get_shengmu_string();
gchar * get_yunmu_string();
- gchar * get_chewing_string();
+ gchar * get_zhuyin_string();
+ gchar * get_luoma_pinyin_string();
+ gchar * get_secondary_zhuyin_string();
};
typedef struct _ChewingKey ChewingKey;