diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-07-24 16:09:38 +0800 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-27 12:06:09 -0400 |
commit | af578e81c861cf31f494fc830ba02ca41d7c7613 (patch) | |
tree | 1c45330f3a7fca45da2e3d654c9c10b03eecb54d /girepository/girnode.h | |
parent | f2e54769ca9f72401d438b66fd6144986ee288f3 (diff) | |
download | gobject-introspection-af578e81c861cf31f494fc830ba02ca41d7c7613.tar.gz |
girepository: Remove C99ism and other updates
-Make code using libgirepository_internals relocatable on Windows,
like what is done in the GTK+ stack, and the girepository DLL.
-Remove C99isms
-"interface" is a reserved keyword on certain compilers, so change that to
"giinterface"
https://bugzilla.gnome.org/show_bug.cgi?id=681820
Diffstat (limited to 'girepository/girnode.h')
-rw-r--r-- | girepository/girnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girnode.h b/girepository/girnode.h index d89847ac..07b084c4 100644 --- a/girepository/girnode.h +++ b/girepository/girnode.h @@ -133,7 +133,7 @@ struct _GIrNodeType GIrNodeType *parameter_type1; GIrNodeType *parameter_type2; - gchar *interface; + gchar *giinterface; gchar **errors; }; |