GNOME Bugzilla – Bug 727900
gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
Last modified: 2014-04-09 19:35:58 UTC
These are in use by libdbus and various other bindings. Discused on DBus mailing list.
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
http://lists.freedesktop.org/archives/dbus/2011-March/014200.html http://cgit.freedesktop.org/dbus/dbus/commit/?id=2c34514620c4b79ea4ec71d1db583379138d01ac
Comment on attachment 273897 [details] [review] gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors LGTM, thanks.
Attachment 273897 [details] pushed as 76d6fd0 - gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors