diff src/dbus-analyze-functions.py @ 11338:17142948653e

[gaim-migrate @ 13551] Change the GAIM_CONV_IM and GAIM_CONV_CHAT enums to GAIM_CONV_TYPE_IM and GAIM_CONV_TYPE_CHAT. This touched A LOT of files. Also combined two oscar header files (one of them was small and dorky). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:33:44 +0000
parents 64fadbf3810f
children 2329075592f4
line wrap: on
line diff
--- a/src/dbus-analyze-functions.py	Thu Aug 25 00:27:12 2005 +0000
+++ b/src/dbus-analyze-functions.py	Thu Aug 25 02:33:44 2005 +0000
@@ -16,11 +16,6 @@
     # with the fact that it takes a (const) GList as a parameter.
     "gaim_presence_add_list",
 
-    # these two macros are excluded because they occur both as
-    # macros and as enum constants, which breaks libgaim-client.
-    "GAIM_CONV_IM",
-    "GAIM_CONV_CHAT",
-
     # These functions are excluded because they involve value of the
     # type GaimConvPlacementFunc, which is a pointer to a function and
     # (currently?) can't be translated into a DBus type.  Normally,