libpurple/theme-loader.h

changeset 38632
4cbae4a1bac1
parent 37094
84873ce721dc
child 38745
f4376b1f4682
equal deleted inserted replaced
38631:89ded010f76c 38632:4cbae4a1bac1
95 * @loader: The theme loader 95 * @loader: The theme loader
96 * @dir: The directory containing the theme 96 * @dir: The directory containing the theme
97 * 97 *
98 * Creates a new PurpleTheme 98 * Creates a new PurpleTheme
99 * 99 *
100 * Returns: A PurpleTheme containing the information from the directory 100 * Returns: (transfer full): A PurpleTheme containing the information from the directory
101 */ 101 */
102 PurpleTheme *purple_theme_loader_build(PurpleThemeLoader *loader, const gchar *dir); 102 PurpleTheme *purple_theme_loader_build(PurpleThemeLoader *loader, const gchar *dir);
103 103
104 /** 104 /**
105 * purple_theme_loader_probe: 105 * purple_theme_loader_probe:

mercurial