[pygtk] Retrieveing a GConf pair

Peter Moberg moberg.peter at gmail.com
Thu Aug 17 04:49:30 WST 2006


Hi,

I'm trying to retrieve a pair value from gconf using
GConfClient.get_pair(key,car_type,cdr_type).
The problem is I don't know the types of the pair I'm about to retrieve
(car_type and cdr_type).

Is it possible to retrieve the pair without knowing the types of the values
in the pair?

It would be great if there was a function:
get_pair(key)

which returned a tuple containing both the values and their corresponding
GConfValueType:
((val1, GConfValueType), (val2, GConfValueType))


Best Regards
Peter Moberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20060816/9de60205/at=
tachment.htm


More information about the pygtk mailing list