~ubuntu-branches/ubuntu/trusty/indicator-sync/trusty

« back to all changes in this revision

Viewing changes to indicator-sync/sync-service.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-08-28 16:25:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120828162525-v3mx9o332fqrseu8
Tags: 12.10.1-0ubuntu1
* New upstream release.
* debian/control:
  - rename gir1.2-syncclient-12.10 to gir1.2-syncmenu-0.1.
  - rename libindicator-sync-client1 to libsync-menu1.
  - rename libindicator-sync-client-dev to libsync-menu-dev.
  - add gir1.2-dbusmenu-glib-0.4 to Build-Depends.
  - add dbus-test-runner to Build-Depends.
* debian/*.install:
  - rename files as per package name changes.
  - update libsync-menu-dev.install to the library name.
  - update libsync-menu1.install to the library name.
  - update libsync-menu1.symbols to the library name.
  - rename /usr/include/indicator-sync-0.1 to /usr/include/sync-menu-0.1.
* debian/patches/upstream-soname-versioning.patch,
  debian/patches/upstream-pkgconfig-fixes.patch: dropped, no longer needed.
* debian/libsync-menu1.symbols:
  - update symbols that were renamed; keep the old ones as missing.
* debian/patches/upstream-watchers-client-test.patch: fix up the client test
  to avoid failing due to watchers not being allowed to connect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<node name="/">
3
 
  <interface name="com.canonical.indicator.sync.service">
4
 
 
5
 
    <!-- Properties -->
6
 
 
7
 
      <!-- The number of SyncClients connected to this service -->
8
 
      <property name="ClientCount" type="u" access="read" />
9
 
 
10
 
      <!-- SYNC_STATE_ERROR if any SyncClient is in error state.
11
 
           Otherwise, SYNC_STATE_SYNCING if any SyncClient is syncing.
12
 
           Otherwise, SYNC_STATE_IDLE -->
13
 
      <property name="State" type="u" access="read" />
14
 
 
15
 
      <!-- true if any SyncClient is paused -->
16
 
      <property name="Paused" type="b" access="read" />
17
 
 
18
 
  </interface>
19
 
</node>