mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
23 lines
710 B
XML
23 lines
710 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="com.yuezk.qt.GPService">
|
|
<signal name="connected">
|
|
</signal>
|
|
<signal name="disconnected">
|
|
</signal>
|
|
<signal name="logAvailable">
|
|
<arg name="log" type="s" />
|
|
</signal>
|
|
<method name="connect">
|
|
<arg name="server" type="s" direction="in"/>
|
|
<arg name="username" type="s" direction="in"/>
|
|
<arg name="passwd" type="s" direction="in"/>
|
|
</method>
|
|
<method name="disconnect">
|
|
</method>
|
|
<method name="status">
|
|
<arg type="i" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|