diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:51:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:51:53 -0500 |
commit | 55a0f8700fc55aa882203d34d51caf5f6efafdd7 (patch) | |
tree | 0f44265c75b7f047fde439643b02fb42b91d5f83 /gtk/gtkicontheme.c | |
parent | 17c7bda6a39097fb5aa2d493bbf75a7dde24d7bd (diff) | |
download | gtk+-55a0f8700fc55aa882203d34d51caf5f6efafdd7.tar.gz |
Another doc format problem
Diffstat (limited to 'gtk/gtkicontheme.c')
-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 2f41849967..b813a8d622 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3245,7 +3245,7 @@ gtk_icon_info_load_symbolic (GtkIconInfo *icon_info, /** * gtk_icon_info_load_symbolic_for_context: * @icon_info: a #GtkIconInfo - * context: a #GtkStyleContext + * @context: a #GtkStyleContext * @was_symbolic: (allow-none): a #gboolean, returns whether the loaded icon * was a symbolic one and whether the @fg color was applied to it. * @error: (allow-none): location to store error information on failure, |