Skip to content
Commit bf84915f authored by Johan Dahlin's avatar Johan Dahlin Committed by Simon Feltman
Browse files

Add GTypeClass methods as Python GObject class methods



Take all the methods from an objects type classs and add them
as class methods. For instance, GObject.ObjectClass.list_properties
is available as GObject.Object.list_properties().

Co-Authored-By: default avatarSimon Feltman <sfeltman@src.gnome.org>

https://bugzilla.gnome.org/show_bug.cgi?id=685218
parent 778d05c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment