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
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
|