Re: Problem with glib-mkenums

2005-12-19 Thread Maciej Piechotka
2005/12/19, David Necas (Yeti) <[EMAIL PROTECTED]>: > On Mon, Dec 19, 2005 at 05:54:27PM +0100, Maciej Piechotka wrote: > > > > % glib-mkenums --template gwyddiontypes.h.template > > Where is the list of headers containing enum declarations? > > Yeti > In this project for example gwyddionenums.h?

Re: Problem with glib-mkenums

2005-12-19 Thread David Necas (Yeti)
On Mon, Dec 19, 2005 at 05:54:27PM +0100, Maciej Piechotka wrote: > > % glib-mkenums --template gwyddiontypes.h.template Where is the list of headers containing enum declarations? Yeti -- That's enough. ___ gtk-app-devel-list mailing list gtk-app-dev

Re: Problem with glib-mkenums

2005-12-19 Thread Maciej Piechotka
I'm so sorry. It's my bug or glib bug: % ls gwyddiontypes.c.template gwyddiontypes.h.template % cat gwyddiontypes.h.template /*** BEGIN file-header ***/ #ifndef __GWYDDION_TYPES_H__ #define __GWYDDION_TYPES_H__ #include G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN value-header ***/ GTyp

Re: Problem with glib-mkenums

2005-12-19 Thread Maciej Piechotka
2005/12/19, David Necas (Yeti) <[EMAIL PROTECTED]>: > On Mon, Dec 19, 2005 at 08:59:26AM +0100, Maciej Piechotka wrote: > > > > Ok. In makefile it's more clear. But what's $(enum_headers)? > > Headers that contain the enum declarations you want to > process with glib-mkenums. > > Yeti > Thanks a l

Re: Problem with glib-mkenums

2005-12-19 Thread David Necas (Yeti)
On Mon, Dec 19, 2005 at 08:59:26AM +0100, Maciej Piechotka wrote: > > Ok. In makefile it's more clear. But what's $(enum_headers)? Headers that contain the enum declarations you want to process with glib-mkenums. Yeti -- That's enough. ___ gtk-app-de

Re: Problem with glib-mkenums

2005-12-18 Thread Maciej Piechotka
2005/12/18, David Necas (Yeti) <[EMAIL PROTECTED]>: > On Sun, Dec 18, 2005 at 12:40:46PM +0100, Maciej Piechotka wrote: > > I'd like to use glib-mkenums. > > I've tried to use it, but I have no idea how to use it. > > Could somebody give me an example of file and what should by in command > > line

Re: Problem with glib-mkenums

2005-12-18 Thread David Necas (Yeti)
On Sun, Dec 18, 2005 at 12:40:46PM +0100, Maciej Piechotka wrote: > I'd like to use glib-mkenums. > I've tried to use it, but I have no idea how to use it. > Could somebody give me an example of file and what should by in command line. > If some example is in GNOME CVS please give me in which proje