NetworkManager/examples/python
Dan Williams 53f6539f54 examples: add simply python GObject Introspection example
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
2012-06-11 14:46:33 -05:00
..
add-system-connection.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
add-system-wifi-connection.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
disconnect-device.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
get-active-connection-uuids.py examples: fix up active connection example 2011-08-06 10:44:50 +02:00
goi-list-connections.py examples: add simply python GObject Introspection example 2012-06-11 14:46:33 -05:00
list-connections.py examples: fix list-connections.py to work with 0.9's GetSecrets() API 2011-09-20 18:07:25 +02:00
list-devices.py examples: correct a comment in list-devices.py example 2011-09-20 18:13:32 +02:00
Makefile.am examples: add simply python GObject Introspection example 2012-06-11 14:46:33 -05:00
nm-state.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
show-bssids.py examples: make some examples executable 2011-08-05 15:55:51 +02:00
update-secrets.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
vpn.py examples: make some examples executable 2011-08-05 15:55:51 +02:00