Added missing argument to introspection
This commit is contained in:
parent
a1df5ee193
commit
06612f31da
@ -64,7 +64,7 @@ class AgentInterface(ServiceInterface, aobject):
|
||||
self._manager_connected = False
|
||||
self.manager = bus.get_proxy_object(
|
||||
"dev.ezri.vpn1", "/dev/ezri/vpn1", manager_introspection_data
|
||||
).get_interface("dev.ezri.vpn1.Manager")
|
||||
).get_interface("dev.ezri.vpn1.AgentManager")
|
||||
dbus = bus.get_proxy_object(
|
||||
"org.freedesktop.DBus", "/org/freedesktop/DBus", dbus_introspection_data
|
||||
).get_interface("org.freedesktop.DBus")
|
||||
|
||||
@ -37,6 +37,7 @@ node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
<interface name="dev.ezri.vpn1.AgentManager">
|
||||
<method name="Register">
|
||||
<arg name="path" type="o" direction="in" />
|
||||
<arg name="priority" type="i" direction="in" />
|
||||
</method>
|
||||
</interface>
|
||||
<interface name="dev.ezri.vpn1.Manager">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user