comparison 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
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
13 13
14 excluded = [\ 14 excluded = [\
15 # I don't remember why this function is excluded; something to do 15 # I don't remember why this function is excluded; something to do
16 # with the fact that it takes a (const) GList as a parameter. 16 # with the fact that it takes a (const) GList as a parameter.
17 "gaim_presence_add_list", 17 "gaim_presence_add_list",
18
19 # these two macros are excluded because they occur both as
20 # macros and as enum constants, which breaks libgaim-client.
21 "GAIM_CONV_IM",
22 "GAIM_CONV_CHAT",
23 18
24 # These functions are excluded because they involve value of the 19 # These functions are excluded because they involve value of the
25 # type GaimConvPlacementFunc, which is a pointer to a function and 20 # type GaimConvPlacementFunc, which is a pointer to a function and
26 # (currently?) can't be translated into a DBus type. Normally, 21 # (currently?) can't be translated into a DBus type. Normally,
27 # functions with untranslatable types are skipped, but this script 22 # functions with untranslatable types are skipped, but this script