mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-06 23:28:20 +02:00
* 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 |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| dbus-dict-helpers.c | ||
| dbus-dict-helpers.h | ||
| libnm-util.pc.in | ||
| Makefile.am | ||
| nm-connection.c | ||
| nm-connection.h | ||
| nm-setting.c | ||
| nm-setting.h | ||
| nm-utils.c | ||
| nm-utils.h | ||