diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-30 22:48:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-30 22:48:10 +0000 |
commit | dbdc43be4cb6f297c58a07a437e40bcec068e52a (patch) | |
tree | 838bcd80b9a4e6afc6c8ab2b7b76d479dd342cc3 /ChangeLog | |
parent | 881df5c460e2938819d6af0102b3d1f9de668cee (diff) | |
download | gdk-pixbuf-dbdc43be4cb6f297c58a07a437e40bcec068e52a.tar.gz |
Doc formatting tweaks.
2003-10-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c: Doc formatting tweaks.
* gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
* gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio):
Use the same parameter names as in .c file, to pacify gtk-doc.
* gtk/gtktoggletoolbutton.[hc]:
* gtk/gtktoolbutton.[hc]:
* gtk/gtktoolitem.[hc]:
* gtk/gtktoolbar.[hc]:
* gtk/gtkcolorbutton.[hc]:
* gtk/gtkfontbutton.[hc]:
* gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the
source, not in the header.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio):
Document these as 2.4 API additions.
* gtk/tmpl/gtkaction.sgml: Fix cross reference to GtkMenuMerge.
* gtk/gtk-sections.txt: Additions.
* gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2003-10-01 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkmain.c: Doc formatting tweaks. + + * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. + + * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): + Use the same parameter names as in .c file, to pacify gtk-doc. + + * gtk/gtktoggletoolbutton.[hc]: + * gtk/gtktoolbutton.[hc]: + * gtk/gtktoolitem.[hc]: + * gtk/gtktoolbar.[hc]: + * gtk/gtkcolorbutton.[hc]: + * gtk/gtkfontbutton.[hc]: + * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the + source, not in the header. + + * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): + Document these as 2.4 API additions. + Tue Sep 30 23:42:56 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkentry.c (gtk_entry_set_completion), |