summaryrefslogtreecommitdiff
path: root/devel/libglade2/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libglade2/pkg-descr')
-rw-r--r--devel/libglade2/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr
new file mode 100644
index 000000000000..dd6a386e94cd
--- /dev/null
+++ b/devel/libglade2/pkg-descr
@@ -0,0 +1,5 @@
+A library that allows you to load GLADE interfaces at runtime (you don't
+have to generate stubs with GLADE before hand). This way you can change
+the look of your application without recompiling. This way you can write
+the logic behind the interface separately from the code to build the
+interface, so changing the interface is not so much of a problem.