summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 2a1dd1ca..81f8614c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
GObject Introspection
=====================
-The goal of the project is to describe the APIs and collect them in
+The goal of the project is to describe the APIs and collect them in
a uniform, machine readable format.
GIR XML format
@@ -18,7 +18,7 @@ set of languages.
Typelib
=======
-The typelib is a to disk version of the GIR designed to be fast, memory
+The typelib is an on-disk version of the GIR designed to be fast, memory
efficient and complete enough so that language bindings can be written
on top of it without other sources of information.
It is normally compiled from a GIR when a library/program is installed and
@@ -28,17 +28,17 @@ use the information.
Tools
=====
-Three tools are shipped with GObject Introspection:
-- g-ir-compile, a typelib compiler. It converts one or more GIR files
- into one or more typelib blobs. It can either emit the raw typelib
- blob or C code (--code).
+The following tools are shipped with GObject Introspection:
+- g-ir-scanner, a tool which generates GIR XML files by parsing headers,
+ GTK-Doc comment blocks including annotations and introspecting GObject
+ based libraries.
+- g-ir-compiler, a typelib compiler. It converts one or more GIR files
+ into one or more typelib blobs.
- g-ir-generate, an GIR generator, using the repository API. It generates
GIR files from binary typelib which can be in a shared object, or a raw
typelib blob.
-- g-ir-scanner, a tool which generates GIR XML files by parsing headers
- and introspecting GObject based libraries.
-- g-ir-doc-tool, generates Mallard files that can be viewed with yelp or
- rendered to HTML with yelp-build from yelp-tools.
+- g-ir-annotation-tool, extracts annotations from source code files
+- g-ir-doc-tool, generates API reference documentation from a GIR XML file.
API library
===========