dbus/mono BusDriver.cs,1.3,1.4
Joe Shaw
joe at freedesktop.org
Sat Mar 12 18:15:11 PST 2005
Update of /cvs/dbus/dbus/mono
In directory gabe:/tmp/cvs-serv12884/mono
Modified Files:
BusDriver.cs
Log Message:
2005-03-12 Joe Shaw <joeshaw at novell.com>
* mono/BusDriver.cs: Update method names: ListServices
becomes ListNames; GetOwner becomes GetNameOwner.
Index: BusDriver.cs
===================================================================
RCS file: /cvs/dbus/dbus/mono/BusDriver.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BusDriver.cs 25 Jan 2005 19:47:13 -0000 1.3
+++ BusDriver.cs 13 Mar 2005 02:15:09 -0000 1.4
@@ -11,10 +11,10 @@
public abstract class BusDriver
{
[Method]
- public abstract string[] ListServices ();
+ public abstract string[] ListNames ();
[Method]
- public abstract string GetOwner (string name);
+ public abstract string GetNameOwner (string name);
[Method]
public abstract UInt32 GetConnectionUnixUser (string connectionName);
More information about the dbus-commit
mailing list