forked from AuroraMiddleware/gtk
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:
parent
ed5fe67f0e
commit
b03e0f2ffb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user