You have to subclass GTypeModule, and manifestly call the annotated method(declared in the plugin) within the plugin manager code.
If it still doesn't work perhaps it is a bug. Check the generated code for the shared plugin and see if the dbus types are correctly registered in the ModuleInit function/in the xxx_register_type functions. Yu On Mon, Mar 16, 2009 at 4:25 PM, Michael 'Mickey' Lauer <[email protected]> wrote: > Am Montag, den 16.03.2009, 16:08 -0400 schrieb Feng Yu: >> Did you try [ModuleInit] ? > > In the plugin, yes. I can verify the type of the actual object that > implements the interface being initialized -- obviously the parent > interface not though. > > Do I need to do that also in the shared library? If so, where -- since > there is no dedicated entry point. > > -- > :M: > > _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
