--- a/pidgin/gtkicon-theme-loader.h Sun Feb 02 16:24:04 2014 +0530 +++ b/pidgin/gtkicon-theme-loader.h Sun Feb 02 16:55:09 2014 +0530 @@ -30,12 +30,6 @@ #include <glib-object.h> #include "theme-loader.h" -/** - * A pidgin icon theme loader. Extends PurpleThemeLoader (theme-loader.h) - * This is a class designed to build icon themes - * - * PidginIconThemeLoader is a GObject. - */ typedef struct _PidginIconThemeLoader PidginIconThemeLoader; typedef struct _PidginIconThemeLoaderClass PidginIconThemeLoaderClass; @@ -46,6 +40,12 @@ #define PIDGIN_IS_ICON_THEME_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PIDGIN_TYPE_ICON_THEME_LOADER)) #define PIDGIN_ICON_THEME_LOADER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PIDGIN_TYPE_ICON_THEME_LOADER, PidginIconThemeLoaderClass)) +/** + * PidginIconThemeLoader: + * + * A pidgin icon theme loader. Extends PurpleThemeLoader (theme-loader.h) + * This is a class designed to build icon themes + */ struct _PidginIconThemeLoader { PurpleThemeLoader parent; @@ -62,10 +62,13 @@ G_BEGIN_DECLS /** + * pidgin_icon_theme_loader_get_type: + * * GObject foo. * @internal. */ GType pidgin_icon_theme_loader_get_type(void); G_END_DECLS + #endif /* PIDGIN_ICON_THEME_LOADER_H */