| 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: |