mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 10:30:04 +01:00
Unfortunately since libnm-glib/libnm-util make heavy use of GHashTable and GValue, functions that deal with these types can't be used from Python when using GObject Introspection, since pygobject can't handle conversion between python types and GValue/GHashTable very well. You'll likely encounter assertions like: ERROR:pygi-argument.c:1755:_pygi_argument_to_object: assertion failed: (g_type_info_get_tag (key_type_info) != GI_TYPE_TAG_VOID) Aborted |
||
|---|---|---|
| .. | ||
| add-system-connection.py | ||
| add-system-wifi-connection.py | ||
| disconnect-device.py | ||
| get-active-connection-uuids.py | ||
| goi-list-connections.py | ||
| list-connections.py | ||
| list-devices.py | ||
| Makefile.am | ||
| nm-state.py | ||
| show-bssids.py | ||
| update-secrets.py | ||
| vpn.py | ||