Re: RGBA Colormaps in GtkWindow

2008-06-02 Thread Andrea "Cimi" Cimitan
2008/6/1 Owen Taylor <[EMAIL PROTECTED]>: > On Sat, 2008-05-31 at 12:04 +0200, Andrea "Cimi" Cimitan wrote: > > > WxWidgets could be bugged too... By the way, in my opinion, > > it's so useless for us to continue quoting every single bug: > > we're sure there will be, maybe a lot. > > I'm 100% of

Re: RGBA Colormaps in GtkWindow

2008-06-02 Thread Andrea "Cimi" Cimitan
2008/6/1 Owen Taylor <[EMAIL PROTECTED]>: > On Sat, 2008-05-31 at 02:52 +0200, Andrea "Cimi" Cimitan wrote: > > [...] > > > - Now you have another issue to deal with: if a compositing > > manager > >stops or starts or the theme changes, then you might have > >

Re: GObject-Introspection

2008-06-02 Thread Johan Dahlin
Havoc Pennington wrote: > Hi, > > On Sun, Jun 1, 2008 at 11:53 AM, Yevgen Muntyan <[EMAIL PROTECTED]> wrote: >> Too bad gobject-introspection depends on python-2.5. Is >> it going to be a dependency only for gobject-introspection >> itself, or is it going to be a dependency for projects >> which u

Re: questions about g_object_unref.

2008-06-02 Thread Tim Janik
On Sun, 1 Jun 2008, Yu Feng wrote: > Hi all, not sure if it is appropriate here, but I don't quite understand > the code in g_object_unref: > > glib-2.16.1/gobject/gobject.c: line:1763 > /* here we want to atomically do: if (ref_count>1) { ref_count--; > return; } */ > retry_atomic_decrement1: >

Re: GObject-Introspection

2008-06-02 Thread Johan Dahlin
Yevgen Muntyan wrote: > Hi there, > > On Jun 1, 2008, at 10:00 , Johan Dahlin wrote: > >> [gobject introspection stuff] > > Too bad gobject-introspection depends on python-2.5. Is > it going to be a dependency only for gobject-introspection > itself, or is it going to be a dependency for project