| 33 # for enum in file("dbus-auto-enums.txt"): |
33 # for enum in file("dbus-auto-enums.txt"): |
| 34 # simpletypes[enum.strip()] = ("i", "int") |
34 # simpletypes[enum.strip()] = ("i", "int") |
| 35 |
35 |
| 36 # functions that shouldn't be exported |
36 # functions that shouldn't be exported |
| 37 |
37 |
| 38 excluded = ["gaim_accounts_load", "gaim_account_set_presence", |
38 excluded = ["gaim_conv_placement_add_fnc", |
| 39 "gaim_conv_placement_get_fnc_id", "gaim_conv_placement_add_fnc", |
|
| 40 "gaim_presence_add_list"] |
39 "gaim_presence_add_list"] |
| 41 |
40 |
| 42 stringlists = [] |
41 stringlists = [] |
| 43 |
42 |
| 44 pointer = "#pointer#" |
43 pointer = "#pointer#" |