Re: no pango_win32_font_get_type in pangowin32.c

2006-08-17 Thread Tor Lillqvist
Alok Verma writes: > I was going through the code in pangowin32.c. I found > no definition for pango_win32_font_get_type The G_DEFINE_TYPE macro (called at line 134) expands to boilerplate code that defines pango_win32_font_get_type(). This is standard GObject programming style. --tml ___

no pango_win32_font_get_type in pangowin32.c

2006-08-17 Thread Alok Verma
Hi,I have downloaded source code of pango 1.12.3 for windows. I am trying to build it on windows. I was going through the code in pangowin32.c. I found no definition for pango_win32_font_get_type from where pango_win32_font_get_type is to be called. The same problem is there in 1.12.4. Could anyon