summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-12-05 11:05:05 +0800
committerPeng Wu <alexepico@gmail.com>2012-12-05 11:05:05 +0800
commita772331638cce1d581da85fd3300fb00ba1acd2a (patch)
tree439dff86e98933c0eb3539f520e5857b04e4e3b2 /src/pinyin.h
parent2e0f37b400572b6ed9938229802efd47902f7985 (diff)
downloadlibpinyin-a772331638cce1d581da85fd3300fb00ba1acd2a.tar.gz
libpinyin-a772331638cce1d581da85fd3300fb00ba1acd2a.tar.xz
libpinyin-a772331638cce1d581da85fd3300fb00ba1acd2a.zip
remove pinyin_translate_token
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 136848e..25cf932 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -444,21 +444,6 @@ bool pinyin_lookup_tokens(pinyin_instance_t * instance,
const char * phrase, GArray * tokenarray);
/**
- * pinyin_translate_token:
- * @instance: the pinyin instance.
- * @token: the phrase token.
- * @word: the phrase in utf-8.
- * @returns: whether the token is valid.
- *
- * Translate the token to utf-8 phrase.
- *
- * Note: the returned word should be freed by g_free().
- *
- */
-bool pinyin_translate_token(pinyin_instance_t * instance,
- phrase_token_t token, char ** word);
-
-/**
* pinyin_get_pinyins_from_token:
* @instance: the pinyin instance.
* @token: the character token.