Update doc for ibus_lookup_table_new
authorPeng Huang <shawn.p.huang@gmail.com>
Thu, 4 Jun 2009 02:08:45 +0000 (10:08 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 4 Jun 2009 02:08:45 +0000 (10:08 +0800)
src/ibuslookuptable.h

index 47f2a17..9ffd938 100644 (file)
@@ -90,7 +90,7 @@ GType                ibus_lookup_table_get_type (void);
 
 /**
  * ibus_lookup_table_new:
- * @page_size: number of candidate shown per page.
+ * @page_size: number of candidate shown per page, the max value is 16.
  * @cursor_pos: position index of cursor.
  * @cursor_visible: whether the cursor is visible.
  * @round: TRUE for lookup table wrap around.