summaryrefslogtreecommitdiffstats
path: root/mono/Test.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mono/Test.cs')
-rw-r--r--mono/Test.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mono/Test.cs b/mono/Test.cs
index ffe7d0a6..e07504d7 100644
--- a/mono/Test.cs
+++ b/mono/Test.cs
@@ -4,6 +4,9 @@ using System;
class Test {
static void Main() {
DBus.Message m;
+ DBus.Connection c;
+
+ c = new DBus.Connection ("unix:path=/tmp/foobar");
m = new DBus.Message ("org.freedesktop.Foo", null);