GNOME Bugzilla – Bug 346947
Add infrastructure to support dynamic modules
Last modified: 2010-09-23 16:23:00 UTC
This is the gobject part of bug 346946, add hooks to make it possible to create dynamic modules. It's mainly used to be able to support gobject.new("GtkWindow") even when there is not a wrapper creates for GtkWindow. This is accomplished by creating a hashtable and let the modules register callback functions for all known types.
Created attachment 68595 [details] [review] v1
I commented in bug 346946 regarding this API.
Closing as this is over 4 years old