summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-11-28 15:23:00 +0000
committerJavier Jardón <jjardon@gnome.org>2011-11-28 15:23:00 +0000
commitf920d968f6d3311819e81b7406b630281388180c (patch)
tree5c021275a17503cb75022206f9b681d12a67f6b6 /gtk/gtkeditable.c
parent10cfa90817a30f8ab08b2941adfb7e9ec738982a (diff)
downloadgtk+-f920d968f6d3311819e81b7406b630281388180c.tar.gz
gtk/gtkeditable: Some docs fixes
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r--gtk/gtkeditable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index 59500d33c3..7179c8a29f 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -30,13 +30,13 @@
* @Title: GtkEditable
*
* The #GtkEditable interface is an interface which should be implemented by
- * text editing widgets, such as #GtkEntry and #GtkText. It contains functions
+ * text editing widgets, such as #GtkEntry and #GtkSpinButton. It contains functions
* for generically manipulating an editable widget, a large number of action
* signals used for key bindings, and several signals that an application can
* connect to to modify the behavior of a widget.
*
* As an example of the latter usage, by connecting
- * the following handler to "insert_text", an application
+ * the following handler to #GtkEditable::insert-text, an application
* can convert all entry into a widget into uppercase.
*
* <example>