Mercurial > pidgin.yaz
comparison libpurple/internal.h @ 26587:0c796a1950b7
Updates for GTK+ 3.0. Remove some deprecated functions (someone should
check those strcasecmp's for me!). Fix all #include for GLib, GTK+, etc. in
libpurple and finch.
Now, libpurple and finch should compile with:
-DG_DISABLE_DEPRECATED
-DG_DISABLE_SINGLE_INCLUDES
-DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED
-DGDK_DISABLE_SINGLE_INCLUDES
-DGTK_DISABLE_SINGLE_INCLUDES
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 07 Apr 2009 05:22:48 +0000 |
parents | b4621f3c276e |
children | 55a8fe9d8247 fc5508709e74 |
comparison
equal
deleted
inserted
replaced
26585:fb44acfae441 | 26587:0c796a1950b7 |
---|---|
220 # else | 220 # else |
221 # define G_GNUC_NULL_TERMINATED | 221 # define G_GNUC_NULL_TERMINATED |
222 # endif | 222 # endif |
223 #endif | 223 #endif |
224 | 224 |
225 #include <glib.h> | |
226 #include <glib-object.h> | 225 #include <glib-object.h> |
227 | 226 |
228 #ifndef G_DEFINE_TYPE | 227 #ifndef G_DEFINE_TYPE |
229 #define G_DEFINE_TYPE(TypeName, type_name, TYPE_PARENT) \ | 228 #define G_DEFINE_TYPE(TypeName, type_name, TYPE_PARENT) \ |
230 \ | 229 \ |