summaryrefslogtreecommitdiff
path: root/examples/lua/lgi
Commit message (Collapse)AuthorAgeFilesLines
* build: merge "examples/Makefile.am" into toplevel Makefileth/non-recursive-make-bgo772985Thomas Haller2016-10-211-9/+0
|
* examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš2015-08-241-0/+43
|
* examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732826
* examples: add a Lua example setting user name for a VPN connectionJiří Klimeš2015-02-112-1/+87
|
* examples: add a Lua example getting IP configuration of a deviceJiří Klimeš2015-02-102-1/+162
| | | | | | Unfortunately, there is a bug in lgi library causing the incorrect values being returned and the example crashes. I am going to send a patch to lgi to fix the issues.
* examples: add a Lua example showing basic NetworkManager informationJiří Klimeš2015-02-092-1/+53
|
* examples: add a Lua example for getting Wi-Fi access pointsJiří Klimeš2015-02-092-1/+81
|
* examples: add some examples in Lua using lgi libraryJiří Klimeš2015-01-304-0/+216
[libnm] https://developer.gnome.org/libnm/1.0/ [lgi] https://github.com/pavouk/lgi [lgi-guide] https://github.com/pavouk/lgi/blob/master/docs/guide.md On most distribution just install lua-lgi. Note: There is a bug in lgi. It doesn't handle GPtrArray corectly. It results in crashing on list-devices.lua and list-connections.lua. I will send a patch to lgi to fix the issue.