From e22609983008e1a669196ad64ba3a59ae8c76e0d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 25 Nov 2019 18:53:53 +0100 Subject: New upstream version 1.20.8 --- introspection/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'introspection') diff --git a/introspection/meson.build b/introspection/meson.build index 631432a7..ad9a6db0 100644 --- a/introspection/meson.build +++ b/introspection/meson.build @@ -56,6 +56,7 @@ ifaces = [ ifaces_xmls = [] sources = [] introspection_files = [] +headers = [] # FIXME?: DBUS_INTERFACE_DOCS/docbook files are generated in # "meson.current_build_dir()" instead of "meson.source_root()/docs/api" @@ -85,6 +86,7 @@ foreach iface: ifaces # older versions if meson.version().version_compare('>= 0.46.0') introspection_files += [ [res[2], dbus_iface_xml_path] ] + headers += res[1] endif endforeach @@ -102,9 +104,7 @@ libnmdbus = static_library( ) libnmdbus_dep = declare_dependency( - # FIXME: only headers should be added here to resolve dependencies on - # libNetworkManagerBase and libNetworkManager - #sources: sources, + sources: headers, include_directories: include_directories('.'), link_with: libnmdbus, ) -- cgit 1.3.0-6-gf8a5 From 28028b26b3371756811e95d894f709f4b1207c00 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 18 Dec 2019 18:29:24 +0100 Subject: New upstream version 1.22.0 --- introspection/meson.build | 4 ++-- introspection/org.freedesktop.NetworkManager.Device.Adsl.xml | 3 +++ introspection/org.freedesktop.NetworkManager.Device.Bond.xml | 3 +++ .../org.freedesktop.NetworkManager.Device.Bridge.xml | 3 +++ .../org.freedesktop.NetworkManager.Device.Infiniband.xml | 3 +++ introspection/org.freedesktop.NetworkManager.Device.Team.xml | 3 +++ introspection/org.freedesktop.NetworkManager.Device.Vlan.xml | 3 +++ introspection/org.freedesktop.NetworkManager.Device.WiMax.xml | 1 + introspection/org.freedesktop.NetworkManager.Device.Wired.xml | 3 +++ introspection/org.freedesktop.NetworkManager.Device.xml | 11 +++++++++++ introspection/org.freedesktop.NetworkManager.Settings.xml | 3 ++- introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml | 1 + introspection/org.freedesktop.NetworkManager.xml | 7 ++++--- 13 files changed, 42 insertions(+), 6 deletions(-) (limited to 'introspection') diff --git a/introspection/meson.build b/introspection/meson.build index ad9a6db0..3f8a1b15 100644 --- a/introspection/meson.build +++ b/introspection/meson.build @@ -77,7 +77,7 @@ foreach iface: ifaces if gio_unix_dep.version().version_compare('>= 2.51.3') dbus_iface_xml_path = join_paths(meson.current_build_dir(), 'dbus-' + iface_xml) else - dbus_iface_xml_path = join_paths(meson.build_root(), 'dbus-' + iface_xml) + dbus_iface_xml_path = join_paths(build_root, 'dbus-' + iface_xml) endif content_files += dbus_iface_xml_path @@ -93,7 +93,7 @@ endforeach install_data( ifaces_xmls, - install_dir: dbus_ifaces_dir, + install_dir: dbus_interfaces_dir, ) libnmdbus = static_library( diff --git a/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml b/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml index ef1f580f..5bb18aae 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml @@ -21,6 +21,9 @@ Carrier: Indicates whether the physical carrier is found. + + DEPRECATED: check for the "carrier" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml index e3b5574e..30421a54 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml @@ -19,6 +19,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml index 7f260569..011805ac 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml @@ -19,6 +19,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "carrier" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml b/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml index 26e2694b..cc03b74b 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml @@ -19,6 +19,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Team.xml b/introspection/org.freedesktop.NetworkManager.Device.Team.xml index 2318dd6f..a0caa399 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Team.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Team.xml @@ -19,6 +19,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml b/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml index 75d6ba43..1bc83fce 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml @@ -19,6 +19,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "carrier" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml b/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml index ac2a393a..532b6964 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml @@ -4,6 +4,7 @@ org.freedesktop.NetworkManager.Device.WiMax: @short_description: WiMax Device + DEPRECATED: NetworkManager no longer supports WiMAX since version 1.2. This interface is no longer used. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml index ae709031..f62c3f0c 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml @@ -41,6 +41,9 @@ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). + + DEPRECATED: check for the "carrier" flag in the "InterfaceFlags" + property on the "org.freedesktop.NetworkManager.Device" interface. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index 65c2a2c0..ca9dd8d7 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -278,6 +278,17 @@ --> + + + diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index bb48941b..0ebfe243 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -372,15 +372,16 @@ -- cgit 1.3.0-6-gf8a5