summaryrefslogtreecommitdiff
path: root/girepository/girnode.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-07-13 13:26:44 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2023-01-08 21:48:45 +0000
commit12e2b6fb1c9d89f173c599d17427ed8b57eeef3b (patch)
tree4c99ca036e31efcaeba377372613ed0f5854b18c /girepository/girnode.h
parent8d44bd13940649a708c8a2186cd3ba58ce6fc503 (diff)
downloadgobject-introspection-12e2b6fb1c9d89f173c599d17427ed8b57eeef3b.tar.gz
Use the pointer attribute in libgirepository
The "disguised" attribute is there only for backward compatibility; we use the "pointer" attribute as the authoritative way to indicate a typedef to a struct pointer.
Diffstat (limited to 'girepository/girnode.h')
-rw-r--r--girepository/girnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girnode.h b/girepository/girnode.h
index 45a81477..a3583433 100644
--- a/girepository/girnode.h
+++ b/girepository/girnode.h
@@ -322,6 +322,8 @@ struct _GIrNodeStruct
gboolean deprecated;
gboolean disguised;
+ gboolean opaque;
+ gboolean pointer;
gboolean is_gtype_struct;
gboolean foreign;