typedefed structure pointers



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]