summaryrefslogtreecommitdiff
path: root/examples/python/gi/firewall-zone.py
Commit message (Collapse)AuthorAgeFilesLines
* all: port everything to libnmDan Winship2014-08-011-3/+3
| | | | | | | | | | | 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.
* docs: update documentation linksWilliam Jon McCann2013-12-171-1/+1
| | | | Various GNOME services moved around so links need updating.
* examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in pythonJiri Popelka2013-09-241-2/+2
| | | | | jklimes: made the change for new firewall-zone.py example as well.
* examples: group python examples - dbus vs. giJiří Klimeš2013-09-241-0/+87
Move examples using dbus-python ('dbus' module) and GObject introspection into their own directories.