summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 863e945..dc68ebe 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -901,16 +901,16 @@ bool pinyin_get_right_character_offset(pinyin_instance_t * instance,
/**
* pinyin_get_character_offset:
* @instance: the pinyin instance.
- * @cursor: the lookup cursor.
- * @offset: the character offset.
+ * @offset: the lookup offset.
+ * @length: the character offset.
* @returns: whether the get operation is successful.
*
- * Get the character offset from the lookup cursor.
+ * Get the character offset from the lookup offset.
*
*/
bool pinyin_get_character_offset(pinyin_instance_t * instance,
- size_t cursor,
- size_t * offset);
+ size_t offset,
+ size_t * length);
#if 0
/**