summaryrefslogtreecommitdiff
path: root/examples/lua/lgi/list-connections.lua
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-25 13:13:40 +0200
committerThomas Haller <thaller@redhat.com>2019-10-01 07:50:52 +0200
commitabff46cacf54b4ecaf129d2e7c96da69b7b4fdac (patch)
tree3d087d9891cda61b62c7cac30ce5723f3ad1a715 /examples/lua/lgi/list-connections.lua
parent9683521521b0ad65fa6da171627b6f7afb415fc6 (diff)
downloadNetworkManager-abff46cacf54b4ecaf129d2e7c96da69b7b4fdac.tar.gz
all: manually drop code comments with file description
Diffstat (limited to 'examples/lua/lgi/list-connections.lua')
-rwxr-xr-xexamples/lua/lgi/list-connections.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/lua/lgi/list-connections.lua b/examples/lua/lgi/list-connections.lua
index 50dd97ceb8..f22bcef395 100755
--- a/examples/lua/lgi/list-connections.lua
+++ b/examples/lua/lgi/list-connections.lua
@@ -3,13 +3,12 @@
--
-- Copyright 2015 Red Hat, Inc.
--
---
+
-- Getting and printing all NetworkManager connection in Lua.
-- 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 GLib = lgi.GLib