Gtkmm-forge Digest, Vol 19, Issue 1

2007-12-09 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach

Re: Fwd: wide char string literals to Glib ustring

2007-12-09 Thread Onur Tugcu
Thank you, You're right. Most of the confusion was from my failed test on ucs4. I thought I wrote that code below and it threw an exception on linux. But apparently I was wrong, or missed something in the code. Now it is simply: #include iostream #include ostream #include locale #include

Re: Fixing the Gst::Message classes

2007-12-09 Thread Murray Cumming
On Sun, 2007-12-09 at 00:58 -0500, José Alburquerque wrote: Hi. I'm thinking of working on the Gst::Message class in such a way so that when messages are sent out to the Gst::Bus they are the right type (e.g. Gst::MessageError when an error occurs instead of just a Gst::Message). I'm

Re: Fixing the Gst::Message classes

2007-12-09 Thread José Alburquerque
Murray Cumming wrote: On Sun, 2007-12-09 at 00:58 -0500, José Alburquerque wrote: I was thinking of changing the _CLASS_OPAQUE_REFCOUNTED(Message, GstMessage, NONE, gst_message_ref, gst_message_unref) line in message.hg to something like _CLASS_GOBJECT(Message, GstMessage, GST_MESSAGE,

Re: Fwd: wide char string literals to Glib ustring

2007-12-09 Thread Chris Vine
On Sun, 2007-12-09 at 11:13 -0500, Onur Tugcu wrote: Thank you, You're right. Most of the confusion was from my failed test on ucs4. I thought I wrote that code below and it threw an exception on linux. But apparently I was wrong, or missed something in the code. Now it is simply: