Re: Gtk2::Entry with Pango markup

2008-11-26 Thread Kevin Ryde
Emmanuel Rodriguez [EMAIL PROTECTED] writes: # Escape the XML entities - MUST be done before applying the Pango markup $text =~ s/([])/$ENTITIES{$1}/eg; Glib::Markup::escape_text() might do that. (A well-hidden func :-) ___

$flags-as_arrayref directly

2008-11-26 Thread Kevin Ryde
I thought to call a Glib::Flags as_arrayref directly like myexpression()-as_arrayref inspired by other as_arrayref funcs, and because it seemed a little cleaner than lots of brackets [EMAIL PROTECTED]()}] Alas as_arrayref requires the overload three args. I wonder if that could be

GStreamer 0.12 available

2008-11-26 Thread Torsten Schoenfeld
Overview of changes in GStreamer 0.12 = * Add support for GST_TYPE_FOURCC, GST_TYPE_DOUBLE_RANGE, GST_TYPE_ARRAY, GST_TYPE_FRACTION, and GST_TYPE_FRACTION_RANGE. The package is available from Sourceforge: