Re: glib *nix signals

2010-02-08 Thread Thomas Stover
From: Brian J. Tarricone bj...@cornell.edu To: gtk-app-devel-list@gnome.org Subject: Re: glib *nix signals Message-ID: 4b6dcb57.6080...@cornell.edu Content-Type: text/plain; charset=ISO-8859-1 I usually create a pipe (see pipe(2)), wrap the read side in a GIOChannel, and watch it via

g_test_trap_fork() fails on g_return_...

2010-02-08 Thread Nicola Fontana
Hi all, I'd like to sanitize my library by passing invalid values to GObject properties. I built a test case with g_test_trap_fork() to trap eventual segmentation faults, so far without success. I tracked down the problem to this case: #include glib.h #include stdlib.h static void dummy(void)

Re: pulseaudio and gtk events issues

2010-02-08 Thread Manu TM
Do you remember which version of pulseaudio it was? I'm using version: 1:0.9.19-Oubuntu4-1 (karmic updates.) Emmanuel Thomas-Maurin Nikolaj Thygesen wrote: I can't tell you what you're specific issue is (as I'm running fbsd), but recently I spent months chasing a bug in my own app, which

GTK-Directfb and RCU

2010-02-08 Thread haithem rahmani
Hi all, I'm newbie in GTK so please forgive my stupidity. I'm trying to write a GTK+-directfb application for set-top-box, so it's mandatory that the application uses the RCU as input device. I tested my RCU at DirectFB level and it is working fine, however at GTK level only the numeric keys (0 to

How I can do Double Buffer whether OpenGl Ext?

2010-02-08 Thread Gustavo Rojas
Hi, I'm trying to do a double buffer with pixbuf and draw area, whether to use OpenGL Ext, but i don't know if it is posible or not. Any idea? Thanks. Gustavo R. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Why doesn't DataInputStream implement Seekable ?

2010-02-08 Thread Yu Feng
Hi, this topic was about one year ago. Is there any progress on a Seekable BufferedInputStream since then? Is it possible to simulate a seek by immediately calling g_buffered_input_stream_fill after g_seekable_seek on the underlying FileStream? Regards, Yu n Mon, 2008-12-08 at 22:37

Last call for missing accessors

2010-02-08 Thread Matthias Clasen
I need to do a GTK+ release tomorrow, and it realistically has to be API frozen to make Gnome 2.30. So, if any of the GTK3 crowd want to step forward and get some of the important missing accessors in, tonight would be a good time to do it... Matthias

Re: Last call for missing accessors

2010-02-08 Thread Javier Jardón
2010/2/9 Matthias Clasen matthias.cla...@gmail.com: I need to do a GTK+ release tomorrow, and it realistically has to be API frozen to make Gnome 2.30. So, if any of the GTK3 crowd want to step forward and get some of the important missing accessors in, tonight would be a good time to do