mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-17 09:10:47 +02:00
examples: add README for examples/python/gi
This commit is contained in:
parent
9b2a34c978
commit
5b732c3b9f
2 changed files with 4 additions and 1 deletions
|
|
@ -7,4 +7,5 @@ EXTRA_DIST = \
|
|||
add_connection.py \
|
||||
get-active-connections.py \
|
||||
update-ip4-method.py \
|
||||
deactivate-all.py
|
||||
deactivate-all.py \
|
||||
README
|
||||
|
|
|
|||
2
examples/python/gi/README
Normal file
2
examples/python/gi/README
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
These examples show how to call libnm from Python using
|
||||
GObject introspection.
|
||||
Loading…
Add table
Reference in a new issue