diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 22:57:10 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 13:33:19 -0500 |
commit | 39caa5cbb2390a65400ffa9d38b03caee5e2ba25 (patch) | |
tree | 792c117c2dd12d2bc44d593e37ee56c72fd2d9ec /gtk/gtkicontheme.h | |
parent | 0b5ee774e07f9bf628279773ad2ceacf6d21c7ef (diff) | |
download | gtk+-39caa5cbb2390a65400ffa9d38b03caee5e2ba25.tar.gz |
docs: fix docs for GtkIconTheme
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 6ae42b5158..12a13d51e3 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -115,7 +115,7 @@ struct _GtkIconThemeClass * requested size. Since 2.14. * * Used to specify options for gtk_icon_theme_lookup_icon() - **/ + */ typedef enum { GTK_ICON_LOOKUP_NO_SVG = 1 << 0, |