all: manually drop code comments with file description

This commit is contained in:
Thomas Haller
2019-09-25 13:13:40 +02:00
parent 9683521521
commit abff46cacf
451 changed files with 434 additions and 876 deletions

View File

@@ -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