[introspection] mark invokers for gtkeditable vfuncs

This commit is contained in:
John (J5) Palmieri 2010-11-09 20:57:56 -05:00 committed by Tristan Van Berkom
parent b17a25142f
commit 4e47110120

View File

@ -199,6 +199,8 @@ gtk_editable_base_init (gpointer g_class)
*
* Note that the position is in characters, not in bytes.
* The function updates @position to point after the newly inserted text.
*
* Virtual: do_insert_text
*/
void
gtk_editable_insert_text (GtkEditable *editable,
@ -373,6 +375,8 @@ gtk_editable_delete_selection (GtkEditable *editable)
* the end of the text.
*
* Note that positions are specified in characters, not bytes.
*
* Virtual: set_selection_bounds
*/
void
gtk_editable_select_region (GtkEditable *editable,