summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index dc68ebe..610070e 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -955,7 +955,6 @@ bool pinyin_get_phrase_token(pinyin_instance_t * instance,
/**
* pinyin_get_full_pinyin_auxiliary_text:
* @instance: the pinyin instance.
- * @input: the user input.
* @cursor: the current cursor.
* @aux_text: the auxiliary text.
* @returns: whether the get operation is successful.
@@ -964,14 +963,12 @@ bool pinyin_get_phrase_token(pinyin_instance_t * instance,
*
*/
bool pinyin_get_full_pinyin_auxiliary_text(pinyin_instance_t * instance,
- const char * input,
size_t cursor,
gchar ** aux_text);
/**
* pinyin_get_double_pinyin_auxiliary_text:
* @instance: the pinyin instance.
- * @input: the user input.
* @cursor: the current cursor.
* @aux_text: the auxiliary text.
* @returns: whether the get operation is successful.
@@ -980,14 +977,12 @@ bool pinyin_get_full_pinyin_auxiliary_text(pinyin_instance_t * instance,
*
*/
bool pinyin_get_double_pinyin_auxiliary_text(pinyin_instance_t * instance,
- const char * input,
size_t cursor,
gchar ** aux_text);
/**
* pinyin_get_chewing_auxiliary_text:
* @instance: the pinyin instance.
- * @input: the user input.
* @cursor: the current cursor.
* @aux_text: the auxiliary text.
* @returns: whether the get operation is successful.
@@ -996,7 +991,6 @@ bool pinyin_get_double_pinyin_auxiliary_text(pinyin_instance_t * instance,
*
*/
bool pinyin_get_chewing_auxiliary_text(pinyin_instance_t * instance,
- const char * input,
size_t cursor,
gchar ** aux_text);