Bug #18188 2011-06-28 08:47

ymyasoedov

Parser error: GSEAL macro with bit field

I use GTK+ on win32, and I found out that parser doesn't see any functions, structures and so on after GSEAL macro with bit field. Example from gtkwindow.h (line 71): guint GSEAL (allow_shrink) : 1;

Parser will not see anything after that line.

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2011-06-28 09:13
Assigned to
loaden
loaden 2011-06-28 09:13

This bug is now fixed in HEAD.

Thank you for reporting it.

ymyasoedov 2011-07-26 12:41

Hmm... I checked build #7289, and this bug is still there.