diff options
-rw-r--r-- | devel/glib/DESCR | 10 | ||||
-rw-r--r-- | devel/glib2/DESCR | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/devel/glib/DESCR b/devel/glib/DESCR index 45876a2221e..c9ff7eb760d 100644 --- a/devel/glib/DESCR +++ b/devel/glib/DESCR @@ -1,4 +1,6 @@ -GLib is the low-level core library that forms the basis for projects -such as GTK+ and GNOME. It provides data structure handling for C, -portability wrappers, and interfaces for such runtime functionality as -an event loop, threads, dynamic loading, and an object system. +GLib provides the core application building blocks for libraries +and applications written in C. It provides the core object system +used in GNOME, the main loop implementation, and a large set of +utility functions for strings and common data structures. + +This package contains GLib version 1. diff --git a/devel/glib2/DESCR b/devel/glib2/DESCR index 45876a2221e..0b160c0cbbb 100644 --- a/devel/glib2/DESCR +++ b/devel/glib2/DESCR @@ -1,4 +1,6 @@ -GLib is the low-level core library that forms the basis for projects -such as GTK+ and GNOME. It provides data structure handling for C, -portability wrappers, and interfaces for such runtime functionality as -an event loop, threads, dynamic loading, and an object system. +GLib provides the core application building blocks for libraries +and applications written in C. It provides the core object system +used in GNOME, the main loop implementation, and a large set of +utility functions for strings and common data structures. + +This package contains GLib version 2. |