GNOME Bugzilla – Bug 56957
Add typecodes for more pango boxed types
Last modified: 2004-12-22 21:47:04 UTC
The following patches add typecodes for the PangoLanguage and PangoGlyphString. It also moves the PangoFontDescription and PangoTabArray typecode definitions from libgtk to libpango. Rationale the same as for the earlier gtk boxed types bug report.
Created attachment 700 [details] [review] patch to add boxed typecodes to pango
Created attachment 701 [details] [review] patch to make gtk use the typecodes defined in libpango
I forgot to include the changelog entry in the gtk patch. For reference, here it is: 2001-07-02 James Henstridge <james@daa.com.au> * gtk/gtktextview.c (gtk_text_view_class_init): same here for PANGO_TYPE_TAB_ARRAY. * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also for PANGO_TYPE_TAB_ARRAY. * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/ * gtk/gtk-boxed.defs: move all the boxed definitions to the top of the file. Remove Pango types from defs -- they are now defined in libpango.
Patch applied to CVS head.