mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Low-level core library that forms the basis for projects such as GTK+ and GNOME.
8c88777cfb
Certain types like GIConv and GdkAtom are pointers internally but don't look like pointers when referenced. They have the form. typedef struct _X *X; Parse these as structures/records but mark them in the gir with a 'disguised' attribute so that we know that they need special handling. In the typelib treat them like any other structure. svn path=/trunk/; revision=872 |
||
---|---|---|
ginfo.c | ||
ginvoke.c | ||
girepository.c | ||
girepository.h | ||
girmodule.c | ||
girmodule.h | ||
girnode.c | ||
girnode.h | ||
girparser.c | ||
girparser.h | ||
girwriter.c | ||
girwriter.h | ||
gtypelib.c | ||
gtypelib.h | ||
Makefile.am |