examples: add README for examples/python/gi
authorThomas Haller <thaller@redhat.com>
Mon, 7 Dec 2015 14:54:01 +0000 (15:54 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 7 Dec 2015 14:59:20 +0000 (15:59 +0100)
examples/python/gi/Makefile.am
examples/python/gi/README [new file with mode: 0644]

index 0212fbb..9c69407 100644 (file)
@@ -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 (file)
index 0000000..d777332
--- /dev/null
@@ -0,0 +1,2 @@
+These examples show how to call libnm from Python using
+GObject introspection.