[gtk+/composite-templates] docs: Clarify GtkToggleButton action documentation



commit deca35dadaffbaf57b228a6caaec1060d8931022
Author: David King <amigadave amigadave com>
Date:   Fri May 4 03:25:22 2012 +0100

    docs: Clarify GtkToggleButton action documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=373279

 gtk/gtktogglebutton.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index a5d9497..cb011fc 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -448,7 +448,8 @@ gtk_toggle_button_get_mode (GtkToggleButton *toggle_button)
  *
  * Sets the status of the toggle button. Set to %TRUE if you want the
  * GtkToggleButton to be 'pressed in', and %FALSE to raise it.
- * This action causes the toggled signal to be emitted.
+ * This action causes the #GtkToggleButton::toggled signal and the
+ * #GtkButton::clicked signal to be emitted.
  */
 void
 gtk_toggle_button_set_active (GtkToggleButton *toggle_button,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]