diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 20:07:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 21:12:16 -0400 |
commit | 050cba6a31bb783720eb2cb9e773784d24107f03 (patch) | |
tree | b45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtkicontheme.c | |
parent | da755ada52a2ce482c1fc15be70e9f2dbd477201 (diff) | |
download | gtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz |
Fix malformed doc comments
Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
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 e55d72eeb7..2b4d1d4570 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -429,7 +429,7 @@ gtk_icon_theme_class_init (GtkIconThemeClass *klass) gobject_class->finalize = gtk_icon_theme_finalize; /** - * GtkIconTheme::changed + * GtkIconTheme::changed: * @icon_theme: the icon theme * * Emitted when the current icon theme is switched or GTK+ detects |