summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-10-12 04:51:48 +0000
committerColin Walters <walters@src.gnome.org>2008-10-12 04:51:48 +0000
commit2d6a7c97d16cd56a01b6d044cc7048e01344799d (patch)
treee739a70f3f6f62323be09e8d83574e20c5b6eda2 /docs
parent8210400fe121dd9ba2694d4d6049b29beaa12eaa (diff)
downloadgobject-introspection-2d6a7c97d16cd56a01b6d044cc7048e01344799d.tar.gz
Bug 552858: versioning
This is a big patch. You should probably remove your installation tree to be cleaner. * docs/typelib-format.txt: Add nsversion entry which holds version of namespace. * girepository/girepository.h: Add 'version' parameter to g_irepository_require. This may be NULL. Normally bindings should pass an explicit version though. * girepository/girepository.c: Lots of infrastructure to support versioning. Add some more documentation. Disallow some usage of NULL namespaces. * girepository/girmodule.c: Add version parameter. * girepository/gtypelib.c: Update header size. * giscanner/ast.py: Add version to Namespace. * giscanner/girparser.py: Parse version attribute from XML, pass to Namespace. * giscanner/girwriter.py: Write out version parameter. * giscanner/transformer.py: Clean up include registration. * tests/*: Add version attribute. * tests/invoke/invoke.c: Don't try looking up test before it's loaded in repository. * tools/generate.c: Output version parameter. * gir/Makefile.am: Add 2.0 version to .gir files. svn path=/trunk/; revision=677
Diffstat (limited to 'docs')
-rw-r--r--docs/typelib-format.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/typelib-format.txt b/docs/typelib-format.txt
index 5279132f..af7eb3c2 100644
--- a/docs/typelib-format.txt
+++ b/docs/typelib-format.txt
@@ -112,6 +112,7 @@ struct Header
guint32 size;
guint32 namespace;
+ guint32 nsversion;
guint16 entry_blob_size; /* 12 */
guint16 function_blob_size; /* 16 */
@@ -168,6 +169,8 @@ size: The size of the typelib.
namespace:
Offset of the namespace string in the typelib.
+nsversion:
+ Offset of the namespace version string in the typelib.
entry_blob_size:
function_blob_size: