summaryrefslogtreecommitdiff
path: root/gio/src/dbuserror.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-24 12:40:59 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-24 12:41:24 +0100
commite83194f152f896b344da937b8f3512b933e1fb10 (patch)
tree1b315e727f8a70d04c7454819d016d4bd3e73d61 /gio/src/dbuserror.hg
parent055b060e47d262bc52cc64a7a9cb539b6243859a (diff)
downloadglibmm-e83194f152f896b344da937b8f3512b933e1fb10.tar.gz
Rename Gio::DBus::DBusError to Gio::DBus::Error.
* gio/src/dbuserror.hg: Rename the class to Error. * examples/dbus/busserver.cc: Adapated. * tests/giomm_ioerror_and_iodbuserror/main.cc: Added a test to check that both Gio::Error and Gio::DBus::Error are working. * tests/Makefile.am: Set TESTS, so that the test is actually run. We should add others to this too. This current fails, so I need to fix the problem in a subsequent commit.
Diffstat (limited to 'gio/src/dbuserror.hg')
-rw-r--r--gio/src/dbuserror.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/dbuserror.hg b/gio/src/dbuserror.hg
index 15fb8eff..0828ebff 100644
--- a/gio/src/dbuserror.hg
+++ b/gio/src/dbuserror.hg
@@ -41,7 +41,7 @@ _GMMPROC_EXTRA_NAMESPACE(DBus)
friend void Gio::wrap_init(); // uses throw_func()
#m4 _POP()
-_WRAP_GERROR(DBusError, GDBusError, G_DBUS_ERROR, NO_GTYPE)
+_WRAP_GERROR(Error, GDBusError, G_DBUS_ERROR, NO_GTYPE)
} //namespace DBus