summaryrefslogtreecommitdiff
path: root/examples/python/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* examples: group python examples - dbus vs. giJiří Klimeš2013-09-241-14/+2
| | | | | Move examples using dbus-python ('dbus' module) and GObject introspection into their own directories.
* examples: add a python example getting/setting zone property using GIJiří Klimeš2013-09-241-1/+2
|
* examples: fix python example file names in EXTRA_DISTJiří Klimeš2012-09-241-1/+2
|
* examples: fix add-system-connection.py -> add-connection.py renameJiří Klimeš2012-09-241-1/+1
| | | | | It fixes 'make dist' that fails otherwise. Found by pavlix.
* examples: add a python GObject Introspection exampleJiří Klimeš2012-06-131-1/+2
| | | | It demonstrates getting NMIP4Config object after activating a device.
* examples: add simply python GObject Introspection exampleDan Williams2012-06-111-1/+2
| | | | | | | | | | | | 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
* examples: add python example for listing devicesDan Williams2011-09-151-3/+2
|
* examples: new example for printing active connection listDan Williams2011-08-051-1/+2
|
* examples: new example for adding system WPA EAP-TLS wifi connectionDan Williams2011-03-021-0/+1
|
* examples: add device disconnect exampleDan Williams2010-07-141-1/+2
|
* examples: add example printing out all BSSIDs we can seeDan Williams2010-04-291-1/+2
|
* examples: add example for listing connectionsDan Williams2010-04-281-1/+4
|
* examples: add some python examplesDan Williams2010-02-181-0/+4