GNOME Bugzilla – Bug 661361
DBus proxy interfaces missing get_type method when using [ModuleInit]
Last modified: 2013-11-04 20:04:13 UTC
Created attachment 198702 [details] Source file generating incomplete code When using a DBus proxy interface in a source file with [ModuleInit], the *_proxy_get_type method isn't implemented and a *proxy_register_type method is missing, this causes a crash when such proxy is used during runtime. Attached is an example [ModuleInit] source file.
*** This bug has been marked as a duplicate of bug 711423 ***