After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 56957 - Add typecodes for more pango boxed types
Add typecodes for more pango boxed types
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
0.x
Other All
: Normal normal
: 1.0 API freeze
Assigned To: Owen Taylor
Owen Taylor
Depends on:
Blocks:
 
 
Reported: 2001-07-02 05:11 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add boxed typecodes to pango (8.82 KB, patch)
2001-07-02 05:13 UTC, James Henstridge
none Details | Review
patch to make gtk use the typecodes defined in libpango (4.47 KB, patch)
2001-07-02 05:15 UTC, James Henstridge
none Details | Review

Description James Henstridge 2001-07-02 05:11:35 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.
Comment 1 James Henstridge 2001-07-02 05:13:59 UTC
Created attachment 700 [details] [review]
patch to add boxed typecodes to pango
Comment 2 James Henstridge 2001-07-02 05:15:37 UTC
Created attachment 701 [details] [review]
patch to make gtk use the typecodes defined in libpango
Comment 3 James Henstridge 2001-07-02 05:17:40 UTC
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.
Comment 4 James Henstridge 2001-07-02 14:29:03 UTC
Patch applied to CVS head.