GNOME Bugzilla – Bug 711423
Allow dynamic type registration of generated dbus proxy classes
Last modified: 2013-11-05 08:47:07 UTC
Generate code for dynamic type registration of dbus proxy classes when generating code for a plugin.
Created attachment 258940 [details] [review] Allow dynamic type registration of generated dbus proxy classes
Created attachment 258948 [details] [review] Allow dynamic type registration of generated dbus proxy classes
Review of attachment 258948 [details] [review]: ::: codegen/valaccodemethodmodule.vala @@ +268,3 @@ ccode.add_expression (register_call); + + string? dbus_name = GDBusModule.get_dbus_name(type_symbol); Shouldn't we ensure that type_symbol is an Interface?
*** Bug 661361 has been marked as a duplicate of this bug. ***
Created attachment 258960 [details] [review] Allow dynamic type registration of generated dbus proxy classes
Created attachment 258961 [details] [review] Allow dynamic type registration of generated dbus proxy classes
Review of attachment 258961 [details] [review]: Ok as long as it's been tested. Thanks.
commit b3d144251e7aaeb33ef5af1fa98b05bda4672a47 Author: Jesse van den Kieboom <jessevdk@gmail.com> Date: Mon Nov 4 18:00:15 2013 +0100 Allow dynamic type registration of generated dbus proxy classes https://bugzilla.gnome.org/show_bug.cgi?id=711423