Doc trivia.

This commit is contained in:
Matthias Clasen 2004-02-26 20:46:30 +00:00
parent f1c9f5ed6e
commit af02a5ccd3
8 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
* gtk/gtk.def: Export gtk_rc_reset_styles()

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
* gtk/gtk.def: Export gtk_rc_reset_styles()

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
* gtk/gtk.def: Export gtk_rc_reset_styles()

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
* gtk/gtk.def: Export gtk_rc_reset_styles()

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
* gtk/gtk.def: Export gtk_rc_reset_styles()

View File

@ -1,3 +1,7 @@
Thu Feb 26 21:41:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add gtk_rc_reset_styles.
Tue Feb 24 19:06:20 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.4 ===

View File

@ -4697,6 +4697,7 @@ gtk_rc_parse
gtk_rc_parse_string
gtk_rc_reparse_all
gtk_rc_reparse_all_for_settings
gtk_rc_reset_styles
gtk_rc_add_default_file
gtk_rc_get_default_files
gtk_rc_set_default_files

View File

@ -1345,6 +1345,8 @@ gtk_rc_clear_realized_style (gpointer key,
* set by the operating system changes. Note that this function
* doesn't affect widgets that have a style set explicitely on them
* with gtk_widget_set_style().
*
* Since: 2.4
**/
void
gtk_rc_reset_styles (GtkSettings *settings)