summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtktoggleaction.c4
6 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce1be66e..cefcf44d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-02 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktoggleaction.c: Documentation tweaks.
+
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0ce1be66e..cefcf44d5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2003-10-02 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktoggleaction.c: Documentation tweaks.
+
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0ce1be66e..cefcf44d5 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+2003-10-02 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktoggleaction.c: Documentation tweaks.
+
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0ce1be66e..cefcf44d5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+2003-10-02 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktoggleaction.c: Documentation tweaks.
+
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 0ce1be66e..cefcf44d5 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+2003-10-02 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktoggleaction.c: Documentation tweaks.
+
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c
index ec41db5eb..dd58e6199 100644
--- a/gtk/gtktoggleaction.c
+++ b/gtk/gtktoggleaction.c
@@ -309,6 +309,8 @@ gtk_toggle_action_set_active (GtkToggleAction *action,
* gtk_toggle_action_get_active:
* @action: the action object
*
+ * Returns the checked state of the toggle action.
+
* Returns: the checked state of the toggle action
*
* Since: 2.4
@@ -352,6 +354,8 @@ gtk_toggle_action_set_draw_as_radio (GtkToggleAction *action,
* gtk_toggle_action_get_draw_as_radio:
* @action: the action object
*
+ * Returns whether the action should have proxies like a radio action.
+ *
* Returns: whether the action should have proxies like a radio action.
*
* Since: 2.4