diff -r 089c8a3a9ff4 -r 95555046173e pidgin/gtkicon-theme.h --- a/pidgin/gtkicon-theme.h Tue Oct 19 00:48:05 2021 -0500 +++ b/pidgin/gtkicon-theme.h Tue Oct 19 02:49:28 2021 -0500 @@ -25,12 +25,6 @@ #ifndef PIDGIN_ICON_THEME_H #define PIDGIN_ICON_THEME_H -/** - * SECTION:gtkicon-theme - * @section_id: pidgin-gtkicon-theme - * @short_description: gtkicon-theme.h - * @title: Icon Theme Class - */ #include #include @@ -49,11 +43,6 @@ /**************************************************************************/ G_BEGIN_DECLS -/** - * pidgin_icon_theme_get_type: - * - * Returns: The #GType for an icon theme. - */ G_DECLARE_DERIVABLE_TYPE(PidginIconTheme, pidgin_icon_theme, PIDGIN, ICON_THEME, PurpleTheme)