From 186f883d5cbc13a36a67202bcc09d4e06a977b91 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Oct 2003 22:53:57 +0000 Subject: [PATCH] Doc tweaks- --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtktoggleaction.c | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ce1be66e9..cefcf44d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-02 Matthias Clasen + + * gtk/gtktoggleaction.c: Documentation tweaks. + Wed Oct 1 22:43:40 2003 Kristian Rietveld * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0ce1be66e9..cefcf44d5e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2003-10-02 Matthias Clasen + + * gtk/gtktoggleaction.c: Documentation tweaks. + Wed Oct 1 22:43:40 2003 Kristian Rietveld * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0ce1be66e9..cefcf44d5e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2003-10-02 Matthias Clasen + + * gtk/gtktoggleaction.c: Documentation tweaks. + Wed Oct 1 22:43:40 2003 Kristian Rietveld * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0ce1be66e9..cefcf44d5e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2003-10-02 Matthias Clasen + + * gtk/gtktoggleaction.c: Documentation tweaks. + Wed Oct 1 22:43:40 2003 Kristian Rietveld * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0ce1be66e9..cefcf44d5e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2003-10-02 Matthias Clasen + + * gtk/gtktoggleaction.c: Documentation tweaks. + Wed Oct 1 22:43:40 2003 Kristian Rietveld * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c index ec41db5ebc..dd58e6199f 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