Doc tweaks-

This commit is contained in:
Matthias Clasen 2003-10-01 22:53:57 +00:00
parent cd6f16f5bb
commit 186f883d5c
6 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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