blob: 2b09445fd2342ae211324ed7a9be31985827251b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/chromium/featured"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.featured">
<method name="IsPlatformFeatureEnabled">
<tp:docstring>
Determine whether a feature is enabled.
</tp:docstring>
<arg name="name" type="s" direction="in">
<tp:docstring>
The name of the feature to check.
</tp:docstring>
</arg>
<arg name="result" type="b" direction="out">
<tp:docstring>
The result of the method call (true or false).
</tp:docstring>
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="normal"/>
</method>
</interface>
</node>