summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libpinyin.ver1
-rw-r--r--src/pinyin.h12
2 files changed, 0 insertions, 13 deletions
diff --git a/src/libpinyin.ver b/src/libpinyin.ver
index f53dd64..d59c0e9 100644
--- a/src/libpinyin.ver
+++ b/src/libpinyin.ver
@@ -57,7 +57,6 @@ LIBPINYIN {
pinyin_get_candidate;
pinyin_get_candidate_type;
pinyin_get_candidate_string;
- pinyin_get_n_pinyin;
pinyin_get_pinyin_key;
pinyin_get_pinyin_key_rest;
pinyin_get_pinyin_key_rest_positions;
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.