From 7ecf872b9aa87d4c4677c2f8512516a950b38a13 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Mar 2005 03:38:31 +0000 Subject: [PATCH] Fix the doc comments. (#169967, Masao Mutoh) 2005-03-11 Matthias Clasen * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix the doc comments. (#169967, Masao Mutoh) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkicontheme.c | 5 +++-- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d685903d90..1a8440f3f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-11 Matthias Clasen + + * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix + the doc comments. (#169967, Masao Mutoh) + 2005-03-12 Ivan, Wong Yat Cheung Big window fix for Win32. Big windows are still emulated within diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d685903d90..1a8440f3f9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-03-11 Matthias Clasen + + * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix + the doc comments. (#169967, Masao Mutoh) + 2005-03-12 Ivan, Wong Yat Cheung Big window fix for Win32. Big windows are still emulated within diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d685903d90..1a8440f3f9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-03-11 Matthias Clasen + + * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix + the doc comments. (#169967, Masao Mutoh) + 2005-03-12 Ivan, Wong Yat Cheung Big window fix for Win32. Big windows are still emulated within diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 33208fc585..06740a7c42 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -823,12 +823,13 @@ gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme, /** * gtk_icon_theme_set_custom_theme: * @icon_theme: a #GtkIconTheme - * @theme_name: name of icon theme to use instead of configured theme + * @theme_name: name of icon theme to use instead of configured theme, + * or %NULL to unset a previously set custom theme * * Sets the name of the icon theme that the #GtkIconTheme object uses * overriding system configuration. This function cannot be called * on the icon theme objects returned from gtk_icon_theme_get_default() - * and gtk_icon_theme_get_default(). + * and gtk_icon_theme_get_for_screen(). * * Since: 2.4 **/