GNOME Bugzilla – Bug 97567
gconf_value_get_car/cdr/list
Last modified: 2004-12-22 21:47:04 UTC
These methods are not present in gconf.defs. don't know why. But I think if callback for gconf is used, these methods need to be binded. I have the get_car/cdr methods override cause from gconf API doc, the actual GConfValue's are owned by the pair they are in. Need a FALSE in pyg_new_box(). And get_list still return a Tuple. BTW, override gconf_client_all_entries args in gconf.override Py_INCREF the tuple before return it. is it neccessary? if it is, all the get_list need to INCREF before return too.
Created attachment 12017 [details] [review] more value_get methods: car, cdr, list
Created attachment 12018 [details] [review] oops, update, removed a left over from debug
Thanks. Checked into CVS.