Adapt the rest of the code and implement GetRegisteredApps (not working
[mmediamanager.git] / src / mm-dbus-manager-info.xml
blob5647f6d6eb781116920b41db22f0968e4fbdac01
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/org/gnome/MediaManager">
3      <interface name="org.gnome.MediaManager">
4            <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="server"/>
5            <method name="RegisterApp">
6                 <arg type="s" name="path" direction="in" />
7            </method>
8            <method name="GetRegisteredApps">
9                 <arg type="as" name="app_paths" direction="out" />
10            </method>
11      </interface>
12 </node>