mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
Rename nm_connection_to_hash() to nm_connection_to_dbus(), and nm_connection_new_from_hash() to nm_connection_new_from_dbus(). In addition to clarifying that this is specifically the D-Bus serialization format, these names will also work better in the GDBus-based future where the serialization format is GVariant, not GHashTable. Also, move NMSettingHashFlags to nm-connection.h, and rename it NMConnectionSerializationFlags. |
||
|---|---|---|
| .. | ||
| add-connection-dbus-glib.c | ||
| add-connection-libnm.c | ||
| get-active-connections-dbus-glib.c | ||
| get-ap-info-libnm.c | ||
| list-connections-dbus-glib.c | ||
| list-connections-libnm.c | ||
| Makefile.am | ||
| monitor-nm-running-dbus-glib.c | ||
| monitor-nm-running-GDBus.c | ||
| monitor-nm-state-GDBus.c | ||