diff -r 1ebce1f4993b -r 809519566f2e pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Tue Feb 04 16:31:36 2014 +0530 +++ b/pidgin/gtkprefs.c Tue Feb 04 17:40:14 2014 +0530 @@ -829,18 +829,19 @@ prefs_smiley_themes = gtk_list_store_new(3, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING); } -/** +/* + * prefs_theme_find_theme: + * @path: A directory containing a theme. The theme could be at the + * top level of this directory or in any subdirectory thereof. + * @type: The type of theme to load. The loader for this theme type + * will be used and this loader will determine what constitutes a + * "theme." + * * Attempt to load the given directory as a theme. If we are unable to * open the path as a theme then we recurse into path and attempt to * load each subdirectory that we encounter. * - * @param path A directory containing a theme. The theme could be at the - * top level of this directory or in any subdirectory thereof. - * @param type The type of theme to load. The loader for this theme type - * will be used and this loader will determine what constitutes a - * "theme." - * - * @return A new reference to a PurpleTheme. + * Returns: A new reference to a #PurpleTheme. */ static PurpleTheme * prefs_theme_find_theme(const gchar *path, const gchar *type)