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.

See also: get_property() , set_property()