Branch 'kolab/integration/4.13.0' - agents/calendarsearch

Christian Mollekopf mollekopf at kolabsys.com
Mon Dec 22 16:04:10 CET 2014


 agents/calendarsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml |   13 ++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 1a3feceec14ecdba4a913a28593c2740511f3acb
Author: Sandro Knauß <mail at sandroknauss.de>
Date:   Sat Dec 20 22:34:02 2014 +0100

    qt4.8: annotation namespace changed
    
    The annotation namespace changes woth newer qt versions:
    old:
    <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QDate"/>
    new:
    <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QDate"/>

diff --git a/agents/calendarsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml b/agents/calendarsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml
new file mode 100644
index 0000000..29b737d
--- /dev/null
+++ b/agents/calendarsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml
@@ -0,0 +1,13 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+  <interface name="org.freedesktop.Akonadi.CalendarSearchAgent">
+    <method name="createSearch">
+       <arg type="a{sv}" direction="out">
+        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+        <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+      </arg>
+      <arg name="startDate" type="s" direction="in"/>
+      <arg name="endDate" type="s" direction="in"/>
+    </method>
+  </interface>
+</node>




More information about the commits mailing list