Thread
:
Gconf callbacks and python
View Single Post
laasonen
2011-04-08 , 21:18
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#
1
I'm trying to make application which reads another applications gconf.
Structure:
/apps/another/example1/key
/apps/another/example2/key
/apps/another/example3/key
I can add callback to every key like this:
Code:
self.client.notify_add("/apps/another/example1/key, self.change)
But the application sometimes creates new subfolders, for example:
/app/another/example4/key
How can I add callback which checks for new directories?
Thanks!
Quote & Reply
|
laasonen
View Public Profile
Send a private message to laasonen
Visit laasonen's homepage!
Find all posts by laasonen