diff options
Diffstat (limited to 'examples/lua/lgi/change-vpn-username.lua')
-rwxr-xr-x | examples/lua/lgi/change-vpn-username.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/lua/lgi/change-vpn-username.lua b/examples/lua/lgi/change-vpn-username.lua index 9b2b3490c4..558d11fdf8 100755 --- a/examples/lua/lgi/change-vpn-username.lua +++ b/examples/lua/lgi/change-vpn-username.lua @@ -3,13 +3,12 @@ -- -- Copyright 2015 Red Hat, Inc. -- --- + -- This example changes username in a VPN profile. -- The example uses libnm library using GObject introspection via Lua lgi module. -- Most distribution ship the module as lua-lgi package. -- libnm guide: https://developer.gnome.org/libnm/1.0/ -- Lua-lgi guide: https://github.com/pavouk/lgi/blob/master/docs/guide.md --- local lgi = require 'lgi' local NM = lgi.NM |