diff options
author | Andrew Psaltis <ampsaltis@gmail.com> | 2010-05-13 00:58:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:31 +0200 |
commit | 562ec46f42a1c6caeac72c1bfda0c44c59a16b7b (patch) | |
tree | 4daa2f6c22fe658e8c6b27c25dab5429f20f34db /libraries/gobject-introspection/README | |
parent | 6f9412bfa08060faa894f2e7ffbb614918182dce (diff) |
libraries/gobject-introspection: Added to 13.0 repository
Diffstat (limited to 'libraries/gobject-introspection/README')
-rw-r--r-- | libraries/gobject-introspection/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/gobject-introspection/README b/libraries/gobject-introspection/README new file mode 100644 index 000000000000..e338dff7e16b --- /dev/null +++ b/libraries/gobject-introspection/README @@ -0,0 +1,6 @@ +gobject-introspection (GObject interface introspection library) + +GObject Introspection is a project for providing machine readable +introspection data of the API of C libraries. This introspection data +can be used in several different use cases, for example automatic code +generation for bindings, API verification and documentation generation. |