diff options
author | Colin Walters <walters@src.gnome.org> | 2008-10-02 13:25:46 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-10-02 13:25:46 +0000 |
commit | ddb93b98b955bd5d3080835047abf7a641abf440 (patch) | |
tree | 5a94d5960badb5ed44a33f2da4153b775520f232 /docs | |
parent | 1ab23b133ad9b48b9f67117f150026ff48daa927 (diff) | |
download | gobject-introspection-ddb93b98b955bd5d3080835047abf7a641abf440.tar.gz |
Bug 554632: Create type tag for GType
svn path=/trunk/; revision=641
Diffstat (limited to 'docs')
-rw-r--r-- | docs/typelib-format.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/typelib-format.txt b/docs/typelib-format.txt index 25174722..5279132f 100644 --- a/docs/typelib-format.txt +++ b/docs/typelib-format.txt @@ -473,9 +473,11 @@ tag: specifies what kind of type is described, as follows: 15 size_t 16 float 17 double - 18 utf8 (these are zero-terminated char[] and assumed to be + 18 time_t + 19 GType + 20 utf8 (these are zero-terminated char[] and assumed to be in UTF-8) - 19 filename (these are zero-terminated char[] and assumed to be + 21 filename (these are zero-terminated char[] and assumed to be in the GLib filename encoding) For utf8 and filename is_pointer will always be set. |