1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.gnome.MediaManager.Application">
4 <method name="GetApplicationInfo">
5 <arg name="supported_type" direction="out" type="u"/>
6 <arg name="desktop_id" direction="out" type="s"/>
8 <method name="GetCategories">
9 <arg name="category_names" direction="out" type="as"/>
10 <arg name="category_icon_names" direction="out" type="as"/>
12 <method name="GetHits">
13 <arg name="category_name" direction="in" type="s"/>
14 <arg name="filter" direction="in" type="s"/>
15 <arg name="hit_collection" direction="out" type="s"/>