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 727900 - gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other All
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-04-09 14:18 UTC by Stef Walter
Modified: 2014-04-09 19:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors (4.63 KB, patch)
2014-04-09 14:18 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2014-04-09 14:18:00 UTC
These are in use by libdbus and various other bindings. Discused
on DBus mailing list.
Comment 1 Stef Walter 2014-04-09 14:18:04 UTC
Created attachment 273897 [details] [review]
gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors

Add G_DBUS_ERROR codes for:

 * org.freedesktop.DBus.Error.UnknownObject
 * org.freedesktop.DBus.Error.UnknownInterface
 * org.freedesktop.DBus.Error.UnknownProperty
 * org.freedesktop.DBus.Error.PropertyReadOnly

These were discussed on the dbus mailing list
and introduced in the following libdbus commit:

2c34514620c4b79ea4ec71d1db583379138d01ac
Comment 3 David Zeuthen (not reading bugmail) 2014-04-09 15:15:06 UTC
Comment on attachment 273897 [details] [review]
gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors

LGTM, thanks.
Comment 4 Stef Walter 2014-04-09 19:35:51 UTC
Attachment 273897 [details] pushed as 76d6fd0 - gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors