From acf8ccd78b9abee42a363d6243205539a5a37af7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 4 Jul 2016 11:22:03 +0800 Subject: drop pinyin_get_n_pinyin function --- src/pinyin.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index 60f76ed..682ac10 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -787,18 +787,6 @@ bool pinyin_get_candidate_string(pinyin_instance_t * instance, lookup_candidate_t * candidate, 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. -- cgit