summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2010-11-09 20:57:56 -0500
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-13 15:23:31 +0900
commit4e4711012035716643cdb4b643a07038672d9652 (patch)
tree6bd6a78f59f810cfeeb03d55a7420d78e8b49f42 /gtk/gtkeditable.c
parentb17a25142fd1cad91186bff6890401f5b6dd3dfe (diff)
downloadgtk+-4e4711012035716643cdb4b643a07038672d9652.tar.gz
[introspection] mark invokers for gtkeditable vfuncs
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r--gtk/gtkeditable.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index fc6ea32c26..e85b1f16bf 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -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,