blob: b41bd586cf03209b542cc3160187c8e59907133b [file] [log] [blame] [edit]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2022 The ChromiumOS Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<node name="/org/chromium/FaceAuthDaemon"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.FaceAuthDaemon">
<method name="BootstrapMojoConnection">
<tp:docstring>
This method takes a handle to a Mojo message pipe which will then be
bound to an implementation of the FaceAuthenticationService Mojo interface.
</tp:docstring>
<arg name="handle" type="h" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
</interface>
</node>