summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-12 03:38:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-12 03:38:31 +0000
commit7ecf872b9aa87d4c4677c2f8512516a950b38a13 (patch)
treee44937dc5b32f9ee71d1c7de07c3e3dd29115db6 /gtk
parentad24594d106f818e74ea976779ca328d5cdce07b (diff)
downloadgdk-pixbuf-7ecf872b9aa87d4c4677c2f8512516a950b38a13.tar.gz
Fix the doc comments. (#169967, Masao Mutoh)
2005-03-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix the doc comments. (#169967, Masao Mutoh)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkicontheme.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 33208fc58..06740a7c4 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
**/