NetworkManager/libnm-util
Dan Williams 7535733df5 2007-09-16 Dan Williams <dcbw@redhat.com>
* libnm-util/nm-connection.c
	  libnm-util/nm-connection.h
		- (nm_connection_for_each_setting_value): new function; iterate over
			each setting's value and call a user-provided function with details
			about that value

	* libnm-util/nm-setting.c
	  libnm-util/nm-setting.h
		- (nm_setting_enumerate_values): new function; enumerate the values
			of a specific NMSetting subclass for a user-provided function with
			details about that value
		- Change wep_tx_keyidx to a uint32
		- Create settings value tables for each setting defining their type,
			key name, offset into the NMSetting subclass' structure, and whether
			they are required and/or a secret
		- (nm_setting_populate_from_hash): generic function to populate an
			NMSetting from a GHash table, make all settings use it
		- (nm_setting_hash): generic function to derive a GHashTable from
			an NMSetting object, make all settings use it



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2823 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-16 12:47:14 +00:00
..
.cvsignore Add cvsignore file 2005-12-10 02:26:47 +00:00
dbus-dict-helpers.c 2007-01-26 Dan Williams <dcbw@redhat.com> 2007-01-27 01:19:08 +00:00
dbus-dict-helpers.h 2007-01-26 Dan Williams <dcbw@redhat.com> 2007-01-27 01:19:08 +00:00
libnm-util.pc.in Patch from Timo Hoenig: fix library name for libnm-util 2006-01-09 15:05:19 +00:00
Makefile.am 2007-09-14 Dan Williams <dcbw@redhat.com> 2007-09-15 00:38:42 +00:00
nm-connection.c 2007-09-16 Dan Williams <dcbw@redhat.com> 2007-09-16 12:47:14 +00:00
nm-connection.h 2007-09-16 Dan Williams <dcbw@redhat.com> 2007-09-16 12:47:14 +00:00
nm-setting.c 2007-09-16 Dan Williams <dcbw@redhat.com> 2007-09-16 12:47:14 +00:00
nm-setting.h 2007-09-16 Dan Williams <dcbw@redhat.com> 2007-09-16 12:47:14 +00:00
nm-utils.c 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +00:00
nm-utils.h 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +00:00