~darkxst/ubuntu/raring/gnome-control-center/lp1179659

« back to all changes in this revision

Viewing changes to panels/datetime/timedated1-interface.xml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-26 21:28:16 UTC
  • Revision ID: package-import@ubuntu.com-20130326212816-k075yj5w0x7t21s3
Tags: 1:3.6.3-0ubuntu18
* debian/control.in: updated the gnome-settings-daemon requirement and stop 
  depending on ubuntu-system-service
* debian/patches/revert_git_datetime_port.patch:
  - drop it since we will use systemd-services

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
 <interface name="org.freedesktop.timedate1">
 
5
  <property name="Timezone" type="s" access="read"/>
 
6
  <property name="LocalRTC" type="b" access="read"/>
 
7
  <property name="NTP" type="b" access="read"/>
 
8
  <method name="SetTime">
 
9
   <arg name="usec_utc" type="x" direction="in"/>
 
10
   <arg name="relative" type="b" direction="in"/>
 
11
   <arg name="user_interaction" type="b" direction="in"/>
 
12
  </method>
 
13
  <method name="SetTimezone">
 
14
   <arg name="timezone" type="s" direction="in"/>
 
15
   <arg name="user_interaction" type="b" direction="in"/>
 
16
  </method>
 
17
  <method name="SetLocalRTC">
 
18
   <arg name="local_rtc" type="b" direction="in"/>
 
19
   <arg name="fix_system" type="b" direction="in"/>
 
20
   <arg name="user_interaction" type="b" direction="in"/>
 
21
  </method>
 
22
  <method name="SetNTP">
 
23
   <arg name="use_ntp" type="b" direction="in"/>
 
24
   <arg name="user_interaction" type="b" direction="in"/>
 
25
  </method>
 
26
 </interface>
 
27
</node>