Skip Menu |

This queue is for tickets about the Glib CPAN distribution.

Report information
The Basics
Id: 12367
Status: resolved
Priority: 0/
Queue: Glib

People
Owner: kaffeetisch [...] gmx.de
Requestors: aleksander.adamowski [...] altkom.pl
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Lack of g_markup_escape_text() function makes using Pango more difficult
There's a Glib function named g_markup_escape_text(), that escapes special Pango markup characters from a string, so that it can be placed into Gtk2 widgets and will be displayed literally: http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text This function unfortunately isn't provided by the Glib CPAN module.
This function is now bound in HEAD of CVS and will appear in the next unstable release: 2005/07/05 kaffeetisch * GUtils.xs, t/1.t: Bind and test g_markup_escape_text.