summaryrefslogtreecommitdiffstats
path: root/libraries/template-glib/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/template-glib/README')
-rw-r--r--libraries/template-glib/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/template-glib/README b/libraries/template-glib/README
new file mode 100644
index 0000000000..183a0d617e
--- /dev/null
+++ b/libraries/template-glib/README
@@ -0,0 +1,8 @@
+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.
+