summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkcellrenderertoggle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcellrenderertoggle.c b/gtk/gtkcellrenderertoggle.c
index bee988e39d..77174c8774 100644
--- a/gtk/gtkcellrenderertoggle.c
+++ b/gtk/gtkcellrenderertoggle.c
@@ -181,6 +181,9 @@ gtk_cell_renderer_toggle_class_init (GtkCellRendererToggleClass *class)
* event location
*
* The ::toggled signal is emitted when the cell is toggled.
+ *
+ * It is the responsibility of the application to update the model
+ * and store the "active" property at the position indicated by @path.
**/
toggle_cell_signals[TOGGLED] =
g_signal_new (I_("toggled"),