mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 10:30:22 +01:00
[Based on patch by Helmut Schaa <hschaa@suse.de>]
* libnm-glib/nm-client.h:
* libnm-glib/nm-object.h:
* libnm-glib/nm-vpn-connection.h:
* libnm-glib/nm-settings.h:
* libnm-glib/nm-device.h:
* libnm-glib/nm-ip4-config.h:
* libnm-glib/nm-access-point.h:
* libnm-glib/nm-device-802-3-ethernet.h:
* libnm-util/nm-setting.h:
* libnm-util/nm-connection.h: Add G_BEGIN_DECLS / G_END_DECLS to
* support C++.
* libnm-glib/nm-object.c (nm_object_get_byte_property):
* Implement.
* libnm-glib/nm-access-point.c: Strength has type char.
* gnome/vpn-properties/Makefile.am: Remove
* GNOME_DISABLE_DEPRECTATED for now
to fix build. GnomeDruid is deprecated in recent libgnomeui.
* introspection/nm-access-point.xml: Strength property is char,
* not int.
* src/NetworkManagerAP.c (set_property): Set strength from char.
(get_property): Handle hidden APs (with empty SSID).
Get strength value from char.
(nm_ap_class_init): Strength property has char type.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2659 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
20 lines
671 B
XML
20 lines
671 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
<interface name="org.freedesktop.NetworkManager.AccessPoint">
|
|
<property name="Capabilities" type="u" access="read"/>
|
|
<property name="Encrypted" type="b" access="read"/>
|
|
<property name="Ssid" type="ay" access="read"/>
|
|
<property name="Frequency" type="d" access="read"/>
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
<property name="Mode" type="i" access="read"/>
|
|
<property name="Rate" type="u" access="read"/>
|
|
<property name="Strength" type="y" access="read"/>
|
|
|
|
<signal name="StrengthChanged">
|
|
<arg name="strength" type="y"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|
|
|