summaryrefslogtreecommitdiff
path: root/girepository/girmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girmodule.h')
-rw-r--r--girepository/girmodule.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/girepository/girmodule.h b/girepository/girmodule.h
index 7837f2cf..fca7ebbf 100644
--- a/girepository/girmodule.h
+++ b/girepository/girmodule.h
@@ -55,8 +55,13 @@ struct _GIrModule
/* Aliases defined in the module or in included modules */
GHashTable *aliases;
- /* Structures with the 'disguised' flag (typedef struct _X *X)
- * in the module or in included modules */
+ /* Structures with the 'pointer' flag (typedef struct _X *X)
+ * in the module or in included modules
+ */
+ GHashTable *pointer_structures;
+ /* Same as 'pointer' structures, but with the deprecated
+ * 'disguised' flag
+ */
GHashTable *disguised_structures;
};