diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-19 19:05:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-19 19:05:05 +0000 |
commit | bf28278d6bd0c2b33cfff5981a19531e998bba10 (patch) | |
tree | 8f658ccd96738392eeda4d350dd234bd95ffbefe /README | |
parent | c1f849b9a45b173a4d9e814e42df7ed52338375e (diff) | |
download | gobject-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-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |