<?xml version="1.0"?> <!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="net.connman.vpn.Connection"> <method name="GetProperties"> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/> <arg name="properties" type="a{sv}" direction="out"/> </method> <method name="SetProperty"> <arg name="name" type="s" direction="in"/> <arg name="value" type="v" direction="in"/> </method> <method name="ClearProperty"> <arg name="name" type="s" direction="in"/> </method> <method name="Connect"/> <method name="Connect2"> <arg name="dbus_sender" type="s" direction="in"/> </method> <method name="Disconnect"/> <signal name="PropertyChanged"> <arg name="name" type="s"/> <arg name="value" type="v"/> </signal> </interface> </node>