Last updated: Mon, 21 May 2012 view this page in English | Plain HTML
GObject::list_properties
array list_properties(int gtype);
Lists all properties in any class descended from gobject or registered as a
gtype. Property information is returned in the same format as
get_property() .
This method is static.
The gtype parameter is an integer
unique to all classes/interfaces. You can acquire the gtype
of a class by using ClassName::gtype.