From bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 25 Jan 2019 11:24:41 +0100 Subject: New upstream version 1.15.2 --- introspection/meson.build | 10 +++--- ....freedesktop.NetworkManager.Device.Wireless.xml | 2 +- .../org.freedesktop.NetworkManager.Device.xml | 24 ++++++++++++- introspection/org.freedesktop.NetworkManager.xml | 40 ++++++++++++++++++++-- 4 files changed, 66 insertions(+), 10 deletions(-) (limited to 'introspection') diff --git a/introspection/meson.build b/introspection/meson.build index 35d8c87c..ef2ad9c1 100644 --- a/introspection/meson.build +++ b/introspection/meson.build @@ -48,7 +48,7 @@ ifaces = [ 'org.freedesktop.NetworkManager.Settings', 'org.freedesktop.NetworkManager.VPN.Connection', 'org.freedesktop.NetworkManager.VPN.Plugin', - 'org.freedesktop.NetworkManager.WiMax.Nsp' + 'org.freedesktop.NetworkManager.WiMax.Nsp', ] ifaces_xmls = [] @@ -66,7 +66,7 @@ foreach iface: ifaces iface_xml, interface_prefix: 'org.freedesktop.NetworkManager', namespace: 'NMDBus', - docbook: 'dbus' + docbook: 'dbus', ) sources += res @@ -82,14 +82,14 @@ endforeach install_data( ifaces_xmls, - install_dir: dbus_ifaces_dir + install_dir: dbus_ifaces_dir, ) libnmdbus = static_library( 'nmdbus', sources: sources, include_directories: top_inc, - dependencies: glib_dep + dependencies: glib_dep, ) libnmdbus_dep = declare_dependency( @@ -97,5 +97,5 @@ libnmdbus_dep = declare_dependency( # libNetworkManagerBase and libNetworkManager #sources: sources, include_directories: include_directories('.'), - link_with: libnmdbus + link_with: libnmdbus, ) diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml index 13038545..af544088 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml @@ -36,7 +36,7 @@ RequestScan: @options: Options of scan. Currently 'ssids' option with value of "aay" type is supported. - Request the device to scan + Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property. --> diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index be0a612c..65c2a2c0 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -198,7 +198,7 @@ @@ -256,6 +256,28 @@ --> + + + + + + @@ -109,6 +111,38 @@ + + + + + + + + + + + -- cgit 1.3.0-6-gf8a5