Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
2008-09-08 Cosimo Cecchi <cosimoc@gnome.org> Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text * gtk/gtkeditable.c: Fix a reference to an invalid parameter in the docs. svn path=/trunk/; revision=21324
This commit is contained in:
parent
b7b0181708
commit
bf5f9f7dec
@ -1,3 +1,10 @@
|
||||
2008-09-08 Cosimo Cecchi <cosimoc@gnome.org>
|
||||
|
||||
Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
|
||||
|
||||
* gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
|
||||
docs.
|
||||
|
||||
2008-09-08 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* gtk/gtkfilechooserentry.c (install_start_autocompletion_idle):
|
||||
|
@ -102,7 +102,7 @@ gtk_editable_base_init (gpointer g_class)
|
||||
* @new_text_length: the text to append
|
||||
* @position: position text will be inserted at
|
||||
*
|
||||
* Appends @new_text_length characters of @text to the contents of the widget,
|
||||
* Appends @new_text_length characters of @new_text to the contents of the widget,
|
||||
* at position @position. Note that this position is in characters, not in bytes.
|
||||
**/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user