libpurple/theme-loader.c

changeset 40195
fb4b0ae193c0
parent 39364
54439db24429
equal deleted inserted replaced
40194:90a6e8b696b2 40195:fb4b0ae193c0
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 /******************************************************************************

mercurial