[gnome-online-accounts] Remove unused org.gnome.OnlineAccounts.PasswordBased D-Bus interface



commit 81b9bd4f997a83eac3d789226b01ad6726e4ac79
Author: David Zeuthen <davidz redhat com>
Date:   Mon Dec 19 10:55:37 2011 -0500

    Remove unused org.gnome.OnlineAccounts.PasswordBased D-Bus interface
    
    This may come back if we add the feature described in the 'Provide a
    generic "Other" account type for popular generic protocols' bug
    
     https://bugzilla.gnome.org/show_bug.cgi?id=661117
    
    but for now there is no point in exposing it.
    
    Note: this is technically an API/ABI break but since a) no-one been
    using this; and b) we already require GOA_API_IS_SUBJECT_TO_CHANGE to
    be defined; we are not going to change the soname of the library.
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/dbus-interfaces.xml |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index ad6ce2b..2e0c5ef 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -192,34 +192,6 @@
   </interface>
 
   <!--
-      org.gnome.OnlineAccounts.PasswordBased:
-
-      An account object implements this interface if one or more
-      passwords are used for accessing it.
-  -->
-  <interface name="org.gnome.OnlineAccounts.PasswordBased">
-    <!--
-      GetPassword:
-      @id: An identifier describing what password to get.
-      @password: The password.
-
-      Use this method to obtain the passwords used to access the
-      account.
-
-      If the account is for a mail account (see
-      #org.gnome.OnlineAccounts.Mail), known values for @id includes
-      <literal>imap-password</literal> and
-      <literal>smtp-password</literal>.
-
-      Note that calls to this method are logged.
-    -->
-    <method name="GetPassword">
-      <arg name="id" type="s" direction="in"/>
-      <arg name="password" type="s" direction="out"/>
-    </method>
-  </interface>
-
-  <!--
       org.gnome.OnlineAccounts.Manager:
 
       An interface used for managing accounts.



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