summaryrefslogtreecommitdiffstats
path: root/mono/Connection.cs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2005-02-18 18:18:32 +0000
committerRyan Lortie <desrt@desrt.ca>2005-02-18 18:18:32 +0000
commitb0e260cd15f5d95f501eba254a803f180d547174 (patch)
treed384badec538ef759dad0a867b4b3dd72f9d4b9e /mono/Connection.cs
parent74ae666f06076e8ebd9bc8267e3b824ef042b0ab (diff)
This commit was manufactured by cvs2svn to create tag 'dbus-0.23.2'.dbus-0.23.2
Diffstat (limited to 'mono/Connection.cs')
-rw-r--r--mono/Connection.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mono/Connection.cs b/mono/Connection.cs
index 699fee9e..5eb4a9f4 100644
--- a/mono/Connection.cs
+++ b/mono/Connection.cs
@@ -121,11 +121,11 @@ namespace DBus
this.matches.Remove (match_rule);
}
- public string UniqueName
+ public string BaseService
{
get
{
- return Marshal.PtrToStringAnsi (dbus_bus_get_unique_name (RawConnection));
+ return Marshal.PtrToStringAnsi (dbus_bus_get_base_service (RawConnection));
}
}
@@ -237,7 +237,7 @@ namespace DBus
private extern static void dbus_connection_disconnect (IntPtr ptr);
[DllImport ("dbus-1")]
- private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);
+ private extern static IntPtr dbus_bus_get_base_service (IntPtr ptr);
[DllImport("dbus-1")]
private extern static bool dbus_connection_add_filter(IntPtr rawConnection,