summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@litl.com>2009-05-05 13:06:37 -0400
committerJohan Bilien <jobi@litl.com>2009-05-12 16:11:32 +0100
commit50dd263dbe16ecf8e81c3f674d23cb086f79ca7e (patch)
tree1719852ad5a026d7256842fca80e3a306dff5bf8
parent396fe64dfd4876eae2c7a8c07452092e603fb28f (diff)
downloadgobject-introspection-50dd263dbe16ecf8e81c3f674d23cb086f79ca7e.tar.gz
Update doc comments.
The enumeration values cited here were out of date. Rewrite to eliminate the explicit mention of the enumeration value, to prevent it from drifting out of date again in the future.
-rw-r--r--girepository/gtypelib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/girepository/gtypelib.h b/girepository/gtypelib.h
index d4afa890..aff53d93 100644
--- a/girepository/gtypelib.h
+++ b/girepository/gtypelib.h
@@ -492,7 +492,6 @@ typedef struct {
* @tag: A #GITypeTag
* @interface: Index of the directory entry for the interface.
*
- * Types which are described by an entry in the typelib have a tag value of 21.
* If the interface is an enum of flags type, is_pointer is 0, otherwise it is 1.
*/
typedef struct {
@@ -516,8 +515,7 @@ typedef struct {
* direction as this one.
* @type: The type of the array elements.
*
- * Arrays have a tag value of 20. They are passed by reference, thus is_pointer
- * is always 1.
+ * Arrays are passed by reference, thus is_pointer is always 1.
*/
typedef struct {
guint16 pointer :1;