Re: Problem with GScanner

2005-07-26 Thread Uzytkownik
Error was in another place :) Regards -- W³ochy i Pary¿ - przewodniki turystyczne do wyboru. Tylko z lipcowym numerem miesiêcznika Auto+. http://www.a-plus.pl ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mai

Re: Problem with GScanner

2005-07-26 Thread Uzytkownik
Dnia 26-07-2005, wto o godzinie 10:42 +0200, Uzytkownik napisał(a): > I use GScanner to parse same file. > > I test the first function of setting page size. > In file it's represent by: PAGE A4; or PAGE "A4"; etc. > > This is parse loop: > static void parse_head(WocPagerParser *parser, GError **e

Problem with GScanner

2005-07-26 Thread Uzytkownik
I use GScanner to parse same file. I test the first function of setting page size. In file it's represent by: PAGE A4; or PAGE "A4"; etc. This is parse loop: static void parse_head(WocPagerParser *parser, GError **error) { GTokenType token; //1 g_debug("head"); //1 while(1