[Gtk-sharp-list] enums not generated for gnomeprintui

Duncan Mak duncan@ximian.com
Thu, 25 Sep 2003 13:46:51 +0200


Hello Martin,

On Thu, 2003-09-25 at 13:12, Martin Willemoes Hansen wrote:
> Hi!
> 
> I noticed that they are on the form enum foobar { ... }; but
> if I change them to have the form typedef enum { ... } foobar; 
> they will be parsed correctly.
> 
> What do you think about it? Should I mail this to the gnomeprint team?
> Is it the parser who is doing something wrongly?

I guess we can handle this just like the enums in gtkhtml. Already we're
maintaining a patch in gtk-sharp/source for morphing some of the enums
to a parse-able format, I think it shouldn't be too bad to do the same
for gnome-print.

Duncan.