GNOME Bugzilla – Bug 690459
Glib::Object::Subclass no hash arguments to register_object
Last modified: 2013-01-03 23:23:06 UTC
Created attachment 231843 [details] [review] patch As from the mailing list this is an idea to pass Glib::Object::Subclass import arguments directly to register_object() without putting them through a hash table. Would like register_object() not to depend on the order of its key/value args, but putting them straight through helps avoid perl 5.17 randomization now, and either way is a small speedup.
Patch committed (after some reformatting of the commit message), thanks. In a previous commit, I think I fixed the underlying problem of Glib::Type->register_object's order dependence.