summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-23 17:52:26 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-23 17:52:26 -0300
commit18fdb1c5d3df8158fdf025a15f2dba18b61aa9cb (patch)
treec28d2218862f2e454e7295b3b6717e44705e4ac1
parentef31c77a3d7c163153a2c19ff643320bea2fcb4d (diff)
downloadgobject-introspection-18fdb1c5d3df8158fdf025a15f2dba18b61aa9cb.tar.gz
Remove TAG_TRANSFER
-rw-r--r--giscanner/annotationparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 04435535..376919dd 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -36,7 +36,6 @@ TAG_RETURNS = 'returns'
TAG_ATTRIBUTES = 'attributes'
TAG_RENAME_TO = 'rename to'
TAG_TYPE = 'type'
-TAG_TRANSFER = 'transfer'
TAG_UNREF_FUNC = 'unref func'
TAG_REF_FUNC = 'ref func'
TAG_SET_VALUE_FUNC = 'set value func'