| 19 * along with this program; if not, write to the Free Software |
19 * along with this program; if not, write to the Free Software |
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 21 */ |
21 */ |
| 22 |
22 |
| 23 #include "internal.h" |
23 #include "internal.h" |
| 24 #include "glibcompat.h" |
|
| 25 #include "theme-loader.h" |
24 #include "theme-loader.h" |
| 26 |
25 |
| 27 void purple_theme_loader_set_type_string(PurpleThemeLoader *loader, const gchar *type); |
26 void purple_theme_loader_set_type_string(PurpleThemeLoader *loader, const gchar *type); |
| 28 |
27 |
| 29 /****************************************************************************** |
28 /****************************************************************************** |