~phablet-team/content-hub/trunk

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/detail/com.ubuntu.content.Service.xml

  • Committer: CI bot
  • Author(s): Ken VanDine, Michael Sheldon
  • Date: 2014-03-21 00:46:26 UTC
  • mfrom: (71.3.56 quiet_logging)
  • Revision ID: ps-jenkins@lists.canonical.com-20140321004626-giskbgdb9o3pd268
Make debugging output optional based on CONTENT_HUB_LOGGING_LEVEL env variable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    <method name="Quit">
4
4
    </method>
5
5
    <method name="DefaultSourceForType">
6
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QVariantMap"/>
7
6
      <arg name="type_id" type="s" direction="in" />
8
 
      <arg name="peer_id" type="s" direction="out" />
 
7
      <arg name="peer" type="v" direction="out" />
9
8
    </method>
10
9
    <method name="KnownSourcesForType">
11
10
      <arg name="type_id" type="s" direction="in" />
12
 
      <arg name="peer_ids" type="as" direction="out" />
 
11
      <arg name="peers" type="av" direction="out" />
13
12
    </method>
14
13
    <method name="KnownDestinationsForType">
15
14
      <arg name="type_id" type="s" direction="in" />
16
 
      <arg name="peer_ids" type="as" direction="out" />
 
15
      <arg name="peers" type="av" direction="out" />
17
16
    </method>
18
17
    <method name="KnownSharesForType">
19
18
      <arg name="type_id" type="s" direction="in" />
20
 
      <arg name="peer_ids" type="as" direction="out" />
 
19
      <arg name="peers" type="av" direction="out" />
21
20
    </method>
22
21
    <method name="CreateImportFromPeer">
23
22
      <arg name="peer_id" type="s" direction="in" />