After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 661361 - DBus proxy interfaces missing get_type method when using [ModuleInit]
DBus proxy interfaces missing get_type method when using [ModuleInit]
Status: RESOLVED DUPLICATE of bug 711423
Product: vala
Classification: Core
Component: D-Bus
0.14.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-10 09:25 UTC by Michal Hruby
Modified: 2013-11-04 20:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source file generating incomplete code (357 bytes, text/x-vala)
2011-10-10 09:25 UTC, Michal Hruby
Details

Description Michal Hruby 2011-10-10 09:25:26 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.
Comment 1 Luca Bruno 2013-11-04 20:04:13 UTC

*** This bug has been marked as a duplicate of bug 711423 ***