--- a/libpurple/theme-manager.h Thu Nov 05 20:36:51 2020 -0600 +++ b/libpurple/theme-manager.h Thu Nov 05 20:40:01 2020 -0600 @@ -1,5 +1,6 @@ /* - * purple + * Purple - Internet Messaging Library + * Copyright (C) Pidgin Developers <devel@pidgin.im> * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this @@ -16,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) @@ -26,11 +26,15 @@ #ifndef PURPLE_THEME_MANAGER_H #define PURPLE_THEME_MANAGER_H + /** * SECTION:theme-manager * @section_id: libpurple-theme-manager * @short_description: <filename>theme-manager.h</filename> * @title: Theme Manager API + * + * The theme manager manages of all the available themes and allows you to load + * them. */ #include <glib-object.h> @@ -55,6 +59,8 @@ /** * purple_theme_manager_get_type: * + * The standard _get_type function for #GType's. + * * Returns: The #GType for theme manager. */ G_DECLARE_FINAL_TYPE(PurpleThemeManager, purple_theme_manager, PURPLE,