Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.GSM.VoiceMail.xml
blobf1c5cc6aee4098a0cb17f492e0914342b1874589
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="/">
4   <interface name="org.freesmartphone.GSM.VoiceMail">
5     <method name="GetVoiceMailboxNumber">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
7       <arg type="s" name="number" direction="out"/>
8       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
9       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
10     </method>
11     <method name="SetVoiceMailboxNumber">
12       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
13       <arg type="s" name="number" direction="in"/>
14       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
15       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
16     </method>
17     <signal name="IncomingVoiceMail">
18       <arg type="i" name="index"/>
19     </signal>
20     <method name="GetStoredVoiceMails">
21       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
22       <arg type="as" name="zones" direction="out"/>
23       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
24       <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
25     </method>
26   </interface>
27 </node>