[gnome-keyring/dbus-api] [dbus] Use proper interface names, from spec.



commit 3bbf5bca3cbb5b784587696c275ec290bf6c296f
Author: Stef Walter <stef memberwebs com>
Date:   Thu Dec 10 22:00:40 2009 +0000

    [dbus] Use proper interface names, from spec.
    
    These have 'Secret' rather than 'Secrets' in them.

 daemon/dbus/gkd-secret-types.h |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-types.h b/daemon/dbus/gkd-secret-types.h
index c2b7df9..2395d23 100644
--- a/daemon/dbus/gkd-secret-types.h
+++ b/daemon/dbus/gkd-secret-types.h
@@ -25,24 +25,24 @@
 #define BUS_INTERFACE                  "org.freedesktop.DBus"
 #define PROPERTIES_INTERFACE           "org.freedesktop.DBus.Properties"
 
-#define SECRET_COLLECTION_INTERFACE    "org.freedesktop.Secrets.Collection"
-#define SECRET_ITEM_INTERFACE          "org.freedesktop.Secrets.Item"
-#define SECRET_PROMPT_INTERFACE        "org.freedesktop.Secrets.Prompt"
-#define SECRET_SERVICE_INTERFACE       "org.freedesktop.Secrets.Service"
+#define SECRET_COLLECTION_INTERFACE    "org.freedesktop.Secret.Collection"
+#define SECRET_ITEM_INTERFACE          "org.freedesktop.Secret.Item"
+#define SECRET_PROMPT_INTERFACE        "org.freedesktop.Secret.Prompt"
+#define SECRET_SERVICE_INTERFACE       "org.freedesktop.Secret.Service"
 
 #define SECRET_SERVICE_PATH            "/org/freedesktop/secrets"
 #define SECRET_SERVICE                 "org.freedesktop.secrets"
 
-#define SECRET_INTERFACE_PREFIX        "org.freedesktop.Secrets"
+#define SECRET_INTERFACE_PREFIX        "org.freedesktop.Secret."
 #define SECRET_COLLECTION_PREFIX       "/org/freedesktop/secrets/collection"
 #define SECRET_SESSION_PREFIX          "/org/freedesktop/secrets/session"
 #define SECRET_PROMPT_PREFIX           "/org/freedesktop/secrets/prompt"
 
-#define SECRET_ERROR_ALREADY_EXISTS    "org.freedesktop.Secrets.Error.AlreadyExists"
-#define SECRET_ERROR_IS_LOCKED         "org.freedesktop.Secrets.Error.IsLocked"
-#define SECRET_ERROR_NOT_SUPPORTED     "org.freedesktop.Secrets.Error.NotSupported"
-#define SECRET_ERROR_NO_SESSION        "org.freedesktop.Secrets.Error.NoSession"
-#define SECRET_ERROR_NO_SUCH_OBJECT    "org.freedesktop.Secrets.Error.NoSuchObject"
+#define SECRET_ERROR_ALREADY_EXISTS    "org.freedesktop.Secret.Error.AlreadyExists"
+#define SECRET_ERROR_IS_LOCKED         "org.freedesktop.Secret.Error.IsLocked"
+#define SECRET_ERROR_NOT_SUPPORTED     "org.freedesktop.Secret.Error.NotSupported"
+#define SECRET_ERROR_NO_SESSION        "org.freedesktop.Secret.Error.NoSession"
+#define SECRET_ERROR_NO_SUCH_OBJECT    "org.freedesktop.Secret.Error.NoSuchObject"
 
 typedef struct _GkdSecretCollection GkdSecretCollection;
 typedef struct _GkdSecretCreate GkdSecretCreate;



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