summaryrefslogtreecommitdiffstats
path: root/libraries/template-glib/README
diff options
context:
space:
mode:
author Charadon <dev@iotib.net>2023-02-04 01:08:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:31 +0700
commit457e7941fdfcefee0af31b64ff36ee87c9052231 (patch)
tree7947fcf2fc82b9cbc70d27973dececefd5ce28de /libraries/template-glib/README
parentb1e5509a48988e0cc7c4474146b31d043c94be2c (diff)
downloadslackbuilds-457e7941fdfcefee0af31b64ff36ee87c9052231.tar.gz
slackbuilds-457e7941fdfcefee0af31b64ff36ee87c9052231.tar.xz
libraries/template-glib: Added (generate text based on a template)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/template-glib/README')
-rw-r--r--libraries/template-glib/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/template-glib/README b/libraries/template-glib/README
new file mode 100644
index 0000000000..3c465616e0
--- /dev/null
+++ b/libraries/template-glib/README
@@ -0,0 +1,7 @@
+Template-GLib is a library to help you generate text based on a
+template and user defined state. Template-GLib does not use a
+language runtime, so it is safe to use from any
+GObject-Introspectable language.
+Template-GLib allows you to access properties on GObjects as well as
+call simple methods via GObject-Introspection.
+