typedefed structure pointers
- From: Matthias Clasen <maclas gmx de>
- To: gtk-doc-list gnome org
- Subject: typedefed structure pointers
- Date: 27 May 2002 00:47:50 +0200
I added GIConv to glib-sections.txt, but gtkdoc-scan didn't find the
declaration, which is in gconvert.h:
typedef struct _GIConv *GIConv;
The problem seems to be the *, since similar constructs like
typedef struct _GCache GCache;
are recognized fine. Any ideas how to fix this ? Just silently accepting
the * when looking for structs wouldn't be quite right, since GIConv is
not a struct, its a pointer to a struct.
Matthias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]