summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-07-04 11:22:03 +0800
committerPeng Wu <alexepico@gmail.com>2016-07-04 11:22:03 +0800
commitacf8ccd78b9abee42a363d6243205539a5a37af7 (patch)
tree7d41bd220093e02dd2802a0211eadc377b94ef92 /src/pinyin.h
parent28445f269c3fc125f72c4523624305e64584639b (diff)
downloadlibpinyin-acf8ccd78b9abee42a363d6243205539a5a37af7.tar.gz
libpinyin-acf8ccd78b9abee42a363d6243205539a5a37af7.tar.xz
libpinyin-acf8ccd78b9abee42a363d6243205539a5a37af7.zip
drop pinyin_get_n_pinyin function
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 60f76ed..682ac10 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -788,18 +788,6 @@ bool pinyin_get_candidate_string(pinyin_instance_t * instance,
const gchar ** utf8_str);
/**
- * pinyin_get_n_pinyin:
- * @instance: the pinyin instance.
- * @num: the number of the pinyins.
- * @returns: whether the get operation is successful.
- *
- * Get the number of the pinyins.
- *
- */
-bool pinyin_get_n_pinyin(pinyin_instance_t * instance,
- guint * num);
-
-/**
* pinyin_get_pinyin_key:
* @instance: the pinyin instance.
* @offset: the offset of the pinyin key.