entry completion: Clarify index in documentation

https://bugzilla.gnome.org/show_bug.cgi?id=579466
This commit is contained in:
Christian Dywan 2009-09-04 12:32:00 +00:00 committed by Matthias Clasen
parent c514d1dd5e
commit 18dddddbab

View File

@ -1343,6 +1343,9 @@ gtk_entry_completion_insert_action (GtkEntryCompletion *completion,
* with text @text. If you want the action item to have markup, use
* gtk_entry_completion_insert_action_markup().
*
* Note that @index_ is a relative position in the list of actions and
* the position of an action can change when deleting a different action.
*
* Since: 2.4
*/
void
@ -1385,6 +1388,9 @@ gtk_entry_completion_insert_action_markup (GtkEntryCompletion *completion,
*
* Deletes the action at @index_ from @completions action list.
*
* Note that @index_ is a relative position and the position of an
* action may have changed since it was inserted.
*
* Since: 2.4
*/
void