summaryrefslogtreecommitdiffstats
path: root/mono/Connection.cs
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-07-03 01:48:31 +0000
committerHavoc Pennington <hp@redhat.com>2003-07-03 01:48:31 +0000
commita7560f456754bcebda988b0bf2cecc319bb61c3d (patch)
tree3ae799317c519805c9394cd0998b56dcd76b2dc9 /mono/Connection.cs
parent23c9bbf77f49aec7d61590d399d0423fe44dd3b3 (diff)
2003-06-29 Havoc Pennington <hp@pobox.com>dbus-object-names-branchpoint
* mono/Test.cs (class Test): fire up a main loop and run it * mono/DBus.cs (DBus): don't g_thread_init since it can only be done once, the app has to do it 2003-06-26 Havoc Pennington <hp@pobox.com> * mono/Connection.cs: set up connection with the glib main loop
Diffstat (limited to 'mono/Connection.cs')
-rw-r--r--mono/Connection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/Connection.cs b/mono/Connection.cs
index e22133f7..56dcb7a2 100644
--- a/mono/Connection.cs
+++ b/mono/Connection.cs
@@ -18,6 +18,7 @@ namespace DBus {
error.Free ();
throw e;
}
+ dbus_connection_setup_with_g_main (raw, IntPtr.Zero);
}
// Keep in sync with C