introspection: trivial fixes
authorDan Winship <danw@redhat.com>
Tue, 14 Apr 2015 13:40:49 +0000 (09:40 -0400)
committerDan Winship <danw@redhat.com>
Fri, 24 Jul 2015 17:25:47 +0000 (13:25 -0400)
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.

introspection/Makefile.am
introspection/nm-active-connection.xml
introspection/nm-dhcp4-config.xml
introspection/nm-dhcp6-config.xml

index 3cf0873..c8a70cf 100644 (file)
@@ -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 \
index cbecdfc..4d5d15a 100644 (file)
@@ -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.
index c0821ad..379c50f 100644 (file)
@@ -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>
index 93b0f1c..df75660 100644 (file)
@@ -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>