summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 01:55:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 01:55:15 +0000
commit37b454c5cc0aad43bc1744aee8d244b450ecb46b (patch)
tree60d63d99b6db3b8d5792d413cb1734dd3b946013 /gtk/gtkcellrenderertext.c
parent8fb1dc24118bde3e7e46c219aac6a507da9e96e1 (diff)
downloadgdk-pixbuf-37b454c5cc0aad43bc1744aee8d244b450ecb46b.tar.gz
Add more documentation.
svn path=/trunk/; revision=18453
Diffstat (limited to 'gtk/gtkcellrenderertext.c')
-rw-r--r--gtk/gtkcellrenderertext.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c
index cad230b2c..e65057dce 100644
--- a/gtk/gtkcellrenderertext.c
+++ b/gtk/gtkcellrenderertext.c
@@ -562,11 +562,14 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
/**
* GtkCellRendererText::edited
- * @renderer: the object which received the signal.
- * @path: the path identifying the edited cell.
- * @new_text: the new text.
+ * @renderer: the object which received the signal
+ * @path: the path identifying the edited cell
+ * @new_text: the new text
*
* This signal is emitted after @renderer has been edited.
+ *
+ * It is the responsibility of the application to update the model
+ * and store @new_text at the position indicated by @path.
*/
text_cell_renderer_signals [EDITED] =
g_signal_new (I_("edited"),