Re: WAF (Was: build tools)



On Mon, 2007-12-03 at 11:43 +0000, Alberto Ruiz wrote:


> So far, libwnck looks pretty simple, except for the glib-mkenums which seems to call a lot of shell commands. 
> 
> What's exactly glib-mkenum used for?

autogenerates the enumeration types (GEnum and GFlags) from the headers,
like glib-genmarshal autogenerates the marshallers functions for the
signals.

since GLib 2.12, the glib-mkenums script can also use template files,
making the shell calls much shorter; GTK+ recently migrated to them, and
so did other projects (like Clutter) because of the maintainability
gains.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]