Well, I have been looking through documentation for a while but can not seem to find the answer or a code example. I have a DBus glib server object that I want to return a remote exception. What is the proper way to send back an exception? Do I send a normal GError with my own quark and code, Do I return a GError with DBUS_GERROR quark and DBUS_GERROR_REMOTE_EXCEPTION or Do I need to make a DBusError Object?
<br><br><br>Keith Preston<br><br>