Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/girepository/girnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girnode.h')
-rw-r--r--girepository/girnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/girnode.h b/girepository/girnode.h
index 33848db..7ea8a32 100644
--- a/girepository/girnode.h
+++ b/girepository/girnode.h
@@ -237,7 +237,7 @@ struct _GIrNodeInterface
gchar *gtype_init;
gchar *parent;
- gchar *class_struct; /* Only applies to classes */
+ gchar *glib_type_struct;
GList *interfaces;
GList *prerequisites;
@@ -302,7 +302,7 @@ struct _GIrNodeStruct
gboolean deprecated;
gboolean disguised;
- gboolean is_gclass_struct;
+ gboolean is_gtype_struct;
gchar *gtype_name;
gchar *gtype_init;