Tizen 2.1 base
[framework/telephony/tel-plugin-packetservice.git] / interfaces / ps-iface-context.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/">
3         <interface name="com.tcore.ps.context">
4                 <method name="GetProperties">
5                         <annotation name="org.freedesktop.DBus.GLib.Async" value="yes"/>
6                                 <arg  type="a{ss}" name="context_property" direction="out" />
7                 </method>
8                 <method name="GetProfile">
9                         <annotation name="org.freedesktop.DBus.GLib.Async" value="yes"/>
10                                 <arg  type="a{ss}" name="profile_property" direction="out" />
11                 </method>               
12                 <method name="Activate">
13                         <annotation name="org.freedesktop.DBus.GLib.Async" value="yes"/>
14                                 <arg  type="s" name="context_path" direction="out" />
15                 </method>
16                 <method name="Deactivate">
17                         <annotation name="org.freedesktop.DBus.GLib.Async" value="yes"/>
18                                 <arg  type="s" name="context_path" direction="out" />   
19                 </method>
20                 <method name="SetDefaultConnection">
21                         <arg  type="b" name="result" direction="out" />
22                 </method>
23                 <method name="ModifyProfile">
24                         <arg  type="a{ss}" name="profile_property" direction="in" />
25                         <arg  type="b" name="result" direction="out" />
26                 </method>
27                 <method name="RemoveProfile">
28                         <arg  type="b" name="result" direction="out" />
29                 </method>               
30                 <signal name="PropertyChanged">
31                         <arg type="a{ss}" name="context_property" direction="out" />
32                 </signal>
33         </interface>
34 </node>