Add a warning about unreffing icon themes. (#310163, Rodney Dawes)

2005-07-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkicontheme.c (gtk_icon_theme_get_default)
	(gtk_icon_theme_get_for_screen): Add a warning about
	unreffing icon themes.  (#310163, Rodney Dawes)
This commit is contained in:
Matthias Clasen 2005-07-13 04:53:49 +00:00 committed by Matthias Clasen
parent ed5fe67f0e
commit b03e0f2ffb
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_default)
(gtk_icon_theme_get_for_screen): Add a warning about
unreffing icon themes. (#310163, Rodney Dawes)
2005-07-13 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit

View File

@ -1,3 +1,9 @@
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_default)
(gtk_icon_theme_get_for_screen): Add a warning about
unreffing icon themes. (#310163, Rodney Dawes)
2005-07-13 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit

View File

@ -1,3 +1,9 @@
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_default)
(gtk_icon_theme_get_for_screen): Add a warning about
unreffing icon themes. (#310163, Rodney Dawes)
2005-07-13 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit

View File

@ -287,7 +287,7 @@ gtk_icon_theme_new (void)
* Return value: A unique #GtkIconTheme associated with
* the default screen. This icon theme is associated with
* the screen and can be used as long as the screen
* is open.
* is open. Do not ref or unref it.
*
* Since: 2.4
**/
@ -313,7 +313,7 @@ gtk_icon_theme_get_default (void)
* Return value: A unique #GtkIconTheme associated with
* the given screen. This icon theme is associated with
* the screen and can be used as long as the screen
* is open.
* is open. Do not ref or unref it.
*
* Since: 2.4
**/