[rygel] core: Remove obsolete functions



commit e45d9346a05ebb5e70da0d86225545aa3e4ef37b
Author: Jens Georg <jensg openismus com>
Date:   Thu Dec 6 11:15:01 2012 +0100

    core: Remove obsolete functions

 .../rygel-free-desktop-interfaces.vala             |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/librygel-core/rygel-free-desktop-interfaces.vala b/src/librygel-core/rygel-free-desktop-interfaces.vala
index 9a92913..e4713ef 100644
--- a/src/librygel-core/rygel-free-desktop-interfaces.vala
+++ b/src/librygel-core/rygel-free-desktop-interfaces.vala
@@ -26,24 +26,12 @@ namespace FreeDesktop {
     public const string DBUS_OBJECT_PATH = "/org/freedesktop/DBus";
 }
 
-public enum FreeDesktop.DBusRequestNameReply {
-    PRIMARY_OWNER = 1,
-    IN_QUEUE,
-    EXISTS,
-    ALREADY_OWNER
-}
-
 [DBus (name = "org.freedesktop.DBus")]
 public interface FreeDesktop.DBusObject: Object {
     public abstract signal void name_owner_changed (string name,
                                                     string old_owner,
                                                     string new_owner);
 
-    // FIXME: These methods should be async
-    public abstract uint32 request_name (string name, uint32 flags)
-                                         throws DBusError;
-    public abstract uint32 start_service_by_name (string name, uint32 flags)
-                                                  throws DBusError;
     public abstract async string[] list_names () throws DBusError;
     public abstract async string[] list_activatable_names () throws DBusError;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]