David Zeuthen ef29644063 GDBus: Properly handle empty address strings
Changes this error

 DBUS_SESSION_BUS_ADDRESS= \
 gdbus introspect --session \
                  --dest org.freedesktop.DBus \
                  --object-path /org/freedesktop/DBus
 **
 GLib-GIO:ERROR:gdbusaddress.c:913:g_dbus_address_get_stream_sync: assertion failed: (last_error != NULL)
 Aborted (core dumped)

to

 DBUS_SESSION_BUS_ADDRESS= \
 gdbus introspect --session \
                  --dest org.freedesktop.DBus \
                  --object-path /org/freedesktop/DBus
 Error connecting: The given address is empty

which is much more preferable.

Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-06 17:03:36 -04:00
..
2010-07-05 00:56:12 -04:00
2010-07-05 03:09:36 -04:00
2010-07-05 23:13:17 -04:00
2010-07-05 23:13:17 -04:00
2010-07-05 03:09:36 -04:00
2010-04-17 01:48:05 -04:00
2010-07-05 03:09:36 -04:00
2009-11-24 13:02:05 +01:00
2010-06-09 10:32:36 +02:00
2010-05-10 08:07:28 -04:00
2010-05-10 08:07:28 -04:00
2010-07-05 23:13:17 -04:00
2010-07-05 23:13:17 -04:00
2010-07-05 03:09:36 -04:00
2010-07-05 23:13:16 -04:00
2010-06-09 10:32:12 +02:00
2010-04-17 01:48:05 -04:00