| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples: fix python GI examples to work after libnm changes | Jiří Klimeš | 2014-09-05 | 5 | -76/+56 |
| | | |||||
| * | libnm: make the the use of GInitable mandatory | Dan Winship | 2014-08-01 | 4 | -4/+4 |
| | | | | | | | | | | | | Remove _nm_object_ensure_inited(), etc; objects that implement GInitable are now mandatory-to-init(). Remove constructor() implementations that sometimes return NULL; do all the relevant checking in init() instead. Make nm_client_new() and nm_remote_settings_new() take a GCancellable and a GError**. | ||||
| * | all: port everything to libnm | Dan Winship | 2014-08-01 | 8 | -41/+39 |
| | | | | | | | | | | | | Since the API has not changed at this point, this is mostly just a matter of updating Makefiles, and changing references to the library name in comments. NetworkManager cannot link to libnm due to the duplicated type/symbol names. So it links to libnm-core.la directly, which means that NetworkManager gets a separate copy of that code from libnm.so. Everything else links to libnm. | ||||
| * | examples: add Python D-Bus and GI examples for updating IPv4 setting method | Dan Williams | 2014-06-10 | 2 | -1/+98 |
| | | |||||
| * | example: simplify get-active-connections.py by using ID and Type properties | Jiří Klimeš | 2014-03-05 | 1 | -16/+3 |
| | | |||||
| * | examples: add a GOI Python example for getting active connections | Jiří Klimeš | 2014-03-03 | 2 | -1/+49 |
| | | |||||
| * | examples: a Python GOI example for adding connections persistent vs. not saved | Jiří Klimeš | 2014-01-24 | 2 | -1/+103 |
| | | |||||
| * | examples: update get_ips.py python example for DNS information | Jiří Klimeš | 2014-01-23 | 1 | -4/+40 |
| | | |||||
| * | examples: add an python example (using GI) getting device IPs | Jiří Klimeš | 2014-01-16 | 2 | -1/+129 |
| | | |||||
| * | docs: update documentation links | William Jon McCann | 2013-12-17 | 1 | -1/+1 |
| | | | | | Various GNOME services moved around so links need updating. | ||||
| * | examples: add an python example (using GI) showing Wi-Fi networks | Jiří Klimeš | 2013-09-26 | 2 | -1/+75 |
| | | |||||
| * | examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in python | Jiri Popelka | 2013-09-24 | 3 | -6/+6 |
| | | | | | | jklimes: made the change for new firewall-zone.py example as well. | ||||
| * | examples: group python examples - dbus vs. gi | Jiří Klimeš | 2013-09-24 | 4 | -0/+205 |
| Move examples using dbus-python ('dbus' module) and GObject introspection into their own directories. | |||||
