diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-15 22:56:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-15 22:56:47 +0000 |
commit | 4d15d77fc5309895f24bca9f4b8693583ea34bf4 (patch) | |
tree | 377e0458886b56f1e3a42c14b7c83482a1e6d689 /gtk | |
parent | 81d87d7b1395b8bc1a84ac6021f6d93d961f143e (diff) | |
download | gtk+-4d15d77fc5309895f24bca9f4b8693583ea34bf4.tar.gz |
Fix docs
svn path=/trunk/; revision=20392
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkicontheme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index d970c98bce..78696483da 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3314,7 +3314,7 @@ _gtk_icon_theme_check_reload (GdkDisplay *display) * Looks up an icon and returns a structure containing * information such as the filename of the icon. * The icon can then be rendered into a pixbuf using - * gtk_icon_info_load_icon() or gtk_icon_info_load_at_size(). + * gtk_icon_info_load_icon(). * * Return value: a #GtkIconInfo structure containing * information about the icon, or %NULL if the icon |