Advogato blog for jdahlinAdvogato blog for jdahlin25 Oct 2004- October 25, 2004 I wrote a small GConf directory wrapper using a type and GObject properties. Using this you can just select a gconf directory and then modify the properties using the standard setget accessors from GObject: >>> obj = watch_directory('appsmetacitygeneral) >>> obj.get_property('theme') 'Metabox' notify:: if you want to get notification if anysome properties changes. In Python, all it takes to get notifications for a directory is this: >>> def notify_cb(obj,..http://www.advogato.org/person/jdahlin/diary.html?start=8 |