summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-07-10 19:16:35 +0200
committerPhilip Withnall <withnall@endlessm.com>2018-07-10 19:16:35 +0200
commit034bbfd8731b3f04525369b5f009948aca277944 (patch)
treed39d8f3a0ea17b61e2d7df1799b86598b51632a0 /gio
parent4a53ed2073fd51f64c945425c0692fbc3958fedb (diff)
downloadglib-034bbfd8731b3f04525369b5f009948aca277944.tar.gz
gdbusconnection: Drop an outdated TODO comment
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/340
Diffstat (limited to 'gio')
-rw-r--r--gio/gdbusconnection.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c
index 54ba3c620..543ca0b2d 100644
--- a/gio/gdbusconnection.c
+++ b/gio/gdbusconnection.c
@@ -88,15 +88,6 @@
* kind of pitfalls it avoids
* - Export objects before claiming names
* - Talk about auto-starting services (cf. GBusNameWatcherFlags)
- *
- * - use abstract sockets in test code
- * - right now it doesn't work, dbus-daemon(1) fails with
- *
- * /gdbus/connection/filter: Failed to start message bus: Failed to bind
- * socket "/tmp/g-dbus-tests-pid-28531": Address already in use
- * ** WARNING **: Error reading address from dbus daemon, 0 bytes read
- *
- * or similar.
*/
#include "config.h"