~phablet-team/address-book-service/rtm-14.09

« back to all changes in this revision

Viewing changes to lib/addressbook-adaptor.h

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-03-05 18:43:32 UTC
  • mto: (101.2.2 work)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: renato.filho@canonical.com-20140305184332-m28sa2ooa8bs5y8y
Implemented tests for qtcontacts plugin.
Implemented support to query for eds addressbook as contact group.
Fixed crash on service exit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QtCore/QString>
26
26
#include <QtCore/QStringList>
27
27
 
28
 
#include "source.h"
 
28
#include "common/source.h"
29
29
#include "common/dbus-service-defs.h"
30
30
 
31
31
namespace galera
55
55
"      <arg direction=\"out\" type=\"b\"/>\n"
56
56
"    </method>\n"
57
57
"    <method name=\"availableSources\">\n"
58
 
"      <arg direction=\"out\" type=\"a(sb)\"/>\n"
 
58
"      <arg direction=\"out\" type=\"a(ssb)\"/>\n"
59
59
"      <annotation value=\"SourceList\" name=\"com.trolltech.QtDBus.QtTypeName.Out0\"/>\n"
60
60
"    </method>\n"
61
61
"    <method name=\"source\">\n"
62
 
"      <arg direction=\"out\" type=\"(sb)\"/>\n"
 
62
"      <arg direction=\"out\" type=\"(ssb)\"/>\n"
63
63
"      <annotation value=\"Source\" name=\"com.trolltech.QtDBus.QtTypeName.Out0\"/>\n"
64
64
"    </method>\n"
65
65
"    <method name=\"sortFields\">\n"