summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-05-19 19:05:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-19 19:05:05 +0000
commitbf28278d6bd0c2b33cfff5981a19531e998bba10 (patch)
tree8f658ccd96738392eeda4d350dd234bd95ffbefe /README
parentc1f849b9a45b173a4d9e814e42df7ed52338375e (diff)
downloadgobject-introspection-bf28278d6bd0c2b33cfff5981a19531e998bba10.tar.gz
Add gdk-pixbuf.gidl as an example, and fix the code to handle it.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e17c5ad0..a0727716 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
This is a very first prototype of an introspection framework for GObject.
The metadata format is described in metadata-format.txt, the XML IDL format
-follows the DTD in gidl.dtd. Look at the files in tests/ for IDL examples.
+follows the DTD in gidl.dtd. Look at the files in tests/ for testcases,
+and at examples/ for bigger examples.
The code in src/ currently produces four things:
- g-idl-compile, a metadata compiler. It converts one or more IDL files