mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 13:40:11 +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
11 lines
237 B
Makefile
11 lines
237 B
Makefile
EXTRA_DIST = \
|
|
nm-state.py \
|
|
add-system-connection.py \
|
|
add-system-wifi-connection.py
|
|
vpn.py \
|
|
list-connections.py \
|
|
show-bssids.py \
|
|
disconnect-device.py \
|
|
get-active-connections.py \
|
|
list-devices.py \
|
|
goi-list-connections.py
|