If I recall correctly, there's a catch tough - for introspected objects,
 only properties/methods which have been used through
 gobject-introspection before will show up.
 
thats true the properties are only shown after the first use.

Have a look at the javascript Object class. Object.keys(obj) is quite similar 
to dir(obj) in python.
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object

clemens
_______________________________________________
gnome-shell-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to