Skip to content

Instantly share code, notes, and snippets.

@yopito
Created November 18, 2020 23:14
Show Gist options
  • Save yopito/7d02d8be0574d6c11bfb6e745e1e9ea3 to your computer and use it in GitHub Desktop.
Save yopito/7d02d8be0574d6c11bfb6e745e1e9ea3 to your computer and use it in GitHub Desktop.
qtkeychain: compare org.kde.KWallet.xml with the one from kwallet
# kf5_org.kde.KWallet.xml from kwallet 5.75
$ diff -bu ~/tmp/qtkeychain-0.11.1/org.kde.KWallet.xml /build/packages/masterdir//usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml
--- ~/tmp/qtkeychain-0.11.1/org.kde.KWallet.xml 2020-09-08 15:13:16.000000000 +0200
+++ /build/packages/masterdir//usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml 2020-10-14 22:16:47.000000000 +0200
@@ -156,27 +156,51 @@
</method>
<method name="readEntryList">
<arg type="a{sv}" direction="out"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
<arg name="handle" type="i" direction="in"/>
<arg name="folder" type="s" direction="in"/>
<arg name="key" type="s" direction="in"/>
<arg name="appid" type="s" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
+ </method>
+ <method name="entriesList">
+ <arg type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <arg name="handle" type="i" direction="in"/>
+ <arg name="folder" type="s" direction="in"/>
+ <arg name="appid" type="s" direction="in"/>
</method>
<method name="readMapList">
<arg type="a{sv}" direction="out"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
<arg name="handle" type="i" direction="in"/>
<arg name="folder" type="s" direction="in"/>
<arg name="key" type="s" direction="in"/>
<arg name="appid" type="s" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
+ </method>
+ <method name="mapList">
+ <arg type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <arg name="handle" type="i" direction="in"/>
+ <arg name="folder" type="s" direction="in"/>
+ <arg name="appid" type="s" direction="in"/>
</method>
<method name="readPasswordList">
<arg type="a{sv}" direction="out"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
<arg name="handle" type="i" direction="in"/>
<arg name="folder" type="s" direction="in"/>
<arg name="key" type="s" direction="in"/>
<arg name="appid" type="s" direction="in"/>
+ <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
+ </method>
+ <method name="passwordList">
+ <arg type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+ <arg name="handle" type="i" direction="in"/>
+ <arg name="folder" type="s" direction="in"/>
+ <arg name="appid" type="s" direction="in"/>
</method>
<method name="renameEntry">
<arg type="i" direction="out"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment