From 45277e93d8c8e18a04d1c28eb666337316726152 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Fri, 26 Mar 2004 15:25:59 +0000 Subject: Added signal support. --- mono/Connection.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mono/Connection.cs') diff --git a/mono/Connection.cs b/mono/Connection.cs index 406e779b..5e25ffd6 100644 --- a/mono/Connection.cs +++ b/mono/Connection.cs @@ -42,6 +42,11 @@ namespace DBus SetupWithMain(); } + public void Flush() + { + dbus_connection_flush(RawConnection); + } + public void SetupWithMain() { dbus_connection_setup_with_g_main(RawConnection, IntPtr.Zero); -- cgit