| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples: group python examples - dbus vs. gi | Jiří Klimeš | 2013-09-24 | 1 | -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 GI | Jiří Klimeš | 2013-09-24 | 1 | -1/+2 |
| | | |||||
| * | examples: fix python example file names in EXTRA_DIST | Jiří Klimeš | 2012-09-24 | 1 | -1/+2 |
| | | |||||
| * | examples: fix add-system-connection.py -> add-connection.py rename | Jiří Klimeš | 2012-09-24 | 1 | -1/+1 |
| | | | | | | It fixes 'make dist' that fails otherwise. Found by pavlix. | ||||
| * | examples: add a python GObject Introspection example | Jiří Klimeš | 2012-06-13 | 1 | -1/+2 |
| | | | | | It demonstrates getting NMIP4Config object after activating a device. | ||||
| * | examples: add simply python GObject Introspection example | Dan Williams | 2012-06-11 | 1 | -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 devices | Dan Williams | 2011-09-15 | 1 | -3/+2 |
| | | |||||
| * | examples: new example for printing active connection list | Dan Williams | 2011-08-05 | 1 | -1/+2 |
| | | |||||
| * | examples: new example for adding system WPA EAP-TLS wifi connection | Dan Williams | 2011-03-02 | 1 | -0/+1 |
| | | |||||
| * | examples: add device disconnect example | Dan Williams | 2010-07-14 | 1 | -1/+2 |
| | | |||||
| * | examples: add example printing out all BSSIDs we can see | Dan Williams | 2010-04-29 | 1 | -1/+2 |
| | | |||||
| * | examples: add example for listing connections | Dan Williams | 2010-04-28 | 1 | -1/+4 |
| | | |||||
| * | examples: add some python examples | Dan Williams | 2010-02-18 | 1 | -0/+4 |
