aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-05 19:11:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:17 -0300
commit2cc6e2afa7b9845ccfc62b9dce72b498034e8de9 (patch)
treeae6f0d89c25cd95233010dfab80f3af74bf79de4 /typedatabase.h
parent31df158c68385c300f6c9b7cb0fe06bb3a789300 (diff)
Added revision attribute to type entries tags and flags-revision to enum-type tag.
These attributes will be useful to separate the wrapped API in revisions and ease the task of producing ABI compatible bindings.
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/typedatabase.h b/typedatabase.h
index 583813882..d6ceeecc7 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -27,6 +27,9 @@
#include <QStringList>
#include "typesystem.h"
+APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision);
+APIEXTRACTOR_API int getTypeRevision(TypeEntry* typeEntry);
+
class ContainerTypeEntry;
class PrimitiveTypeEntry;
class APIEXTRACTOR_API TypeDatabase