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 549980 - DBus signals in service missing argument names
DBus signals in service missing argument names
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: D-Bus
0.3.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-30 19:21 UTC by Marc-Andre Lureau
Modified: 2008-12-14 19:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc-Andre Lureau 2008-08-30 19:21:27 UTC
SSIA, the arguments name are missing in signal when introspecting. 

This could be a dbus-glib bug, I don't know.
Comment 1 Jürg Billeter 2008-12-14 19:37:08 UTC
2008-12-14  Jürg Billeter  <j@bitron.ch>

	* gobject/valaccodebasemodule.vala:
	* gobject/valadbusservermodule.vala:
	* gobject/valagsignalmodule.vala:
	* vapi/dbus-glib-1.vapi:

	Rewrite D-Bus server support to directly use libdbus without
	dbus-glib marshalling, fixes bug 560034 and bug 549980

	Support BusName sender parameter in exported D-Bus methods

Fixed in r2147.