From 6a68d79c0839c928e513b82035dc2953354aa94f Mon Sep 17 00:00:00 2001 From: Tambet Ingo Date: Thu, 9 Aug 2007 09:19:57 +0000 Subject: 2007-08-09 Tambet Ingo [Based on patch by Helmut Schaa ] * 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 --- introspection/nm-access-point.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'introspection/nm-access-point.xml') diff --git a/introspection/nm-access-point.xml b/introspection/nm-access-point.xml index a01f77d64b..9608a457fc 100644 --- a/introspection/nm-access-point.xml +++ b/introspection/nm-access-point.xml @@ -9,7 +9,7 @@ - + -- cgit v1.2.1