mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-19 22:50:33 +01:00
introspection: trivial fixes
Add some missing files to libnmdbus.la. Add missing name-fixing annotations to the XML to make all generated NMDBus types match the names of their corresponding NM types.
This commit is contained in:
parent
8bca864111
commit
d040fd18ab
4 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ nodist_libnmdbus_la_SOURCES = \
|
|||
nmdbus-active-connection.h \
|
||||
nmdbus-agent-manager.c \
|
||||
nmdbus-agent-manager.h \
|
||||
nmdbus-device-adsl.c \
|
||||
nmdbus-device-adsl.h \
|
||||
nmdbus-device-bond.c \
|
||||
nmdbus-device-bond.h \
|
||||
nmdbus-device-bridge.c \
|
||||
|
|
@ -35,6 +37,12 @@ nodist_libnmdbus_la_SOURCES = \
|
|||
nmdbus-device-infiniband.h \
|
||||
nmdbus-device-macvlan.c \
|
||||
nmdbus-device-macvlan.h \
|
||||
nmdbus-device-modem.c \
|
||||
nmdbus-device-modem.h \
|
||||
nmdbus-device-olpc-mesh.c \
|
||||
nmdbus-device-olpc-mesh.h \
|
||||
nmdbus-device-team.c \
|
||||
nmdbus-device-team.h \
|
||||
nmdbus-device-tun.c \
|
||||
nmdbus-device-tun.h \
|
||||
nmdbus-device-veth.c \
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
||||
<interface name="org.freedesktop.NetworkManager.Connection.Active">
|
||||
<annotation name="org.gtk.GDBus.C.Name" value="ActiveConnection"/>
|
||||
<tp:docstring>
|
||||
Objects that implement the Connection.Active interface represent an attempt
|
||||
to connect to a network using the details provided by a Connection object.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
||||
<interface name="org.freedesktop.NetworkManager.DHCP4Config">
|
||||
<annotation name="org.gtk.GDBus.C.Name" value="Dhcp4Config"/>
|
||||
<tp:docstring>
|
||||
Options and configuration returned by the IPv4 DHCP server.
|
||||
</tp:docstring>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
||||
<interface name="org.freedesktop.NetworkManager.DHCP6Config">
|
||||
<annotation name="org.gtk.GDBus.C.Name" value="Dhcp6Config"/>
|
||||
<tp:docstring>
|
||||
Options and configuration returned by the IPv6 DHCP server.
|
||||
</tp:docstring>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue