summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-12-07 15:54:01 +0100
committerThomas Haller <thaller@redhat.com>2015-12-07 15:59:20 +0100
commit5b732c3b9fd3faa5bddf5a9afc252285b7c8fd9e (patch)
treef82524838881ccc3f84d067c6e8f4c5cce9bace7
parent9b2a34c97843293da62e85940d411a1dedca284a (diff)
downloadNetworkManager-5b732c3b9fd3faa5bddf5a9afc252285b7c8fd9e.tar.gz
examples: add README for examples/python/gi
-rw-r--r--examples/python/gi/Makefile.am3
-rw-r--r--examples/python/gi/README2
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/python/gi/Makefile.am b/examples/python/gi/Makefile.am
index 0212fbbad2..9c69407f49 100644
--- a/examples/python/gi/Makefile.am
+++ b/examples/python/gi/Makefile.am
@@ -7,4 +7,5 @@ EXTRA_DIST = \
add_connection.py \
get-active-connections.py \
update-ip4-method.py \
- deactivate-all.py
+ deactivate-all.py \
+ README
diff --git a/examples/python/gi/README b/examples/python/gi/README
new file mode 100644
index 0000000000..d777332926
--- /dev/null
+++ b/examples/python/gi/README
@@ -0,0 +1,2 @@
+These examples show how to call libnm from Python using
+GObject introspection.