GTK+ team meeting, 2011-05-02

2011-04-29 Thread Matthias Clasen
I think it is time for another GTK+ team meeting, to talk about 3.2 The meeting will be held in the #gtk-devel channel on irc.gnome.org, at 20:00 UTC[1]. I've started to put together an agenda at http://live.gnome.org/GTK+/Meetings Feel free to add more there.

Re: Is there a way to send some user-defined value while creating a gtk-window??

2011-04-29 Thread Allin Cottrell
On Fri, 29 Apr 2011, prudhvi raj wrote: > I need to send some user-defined value (say some integer) along with the gtk > window creation api. > So that i can differentiate that particular window from other windows and > use that user-defined integer to change the way how the window pixmap gets > c

Re: GFilterInputStream: why "close-base-stream" property marked as "construct-only"?

2011-04-29 Thread Andrew W. Nosenko
On Fri, Apr 29, 2011 at 17:11, Alexander Larsson wrote: > On Fri, 2011-04-29 at 15:13 +0300, Andrew W. Nosenko wrote: >> GFilterInputStream documentation (and implementation) clearly states >> that "close-base-stream" property is "construct-only".  And >> g_object_set() forbids to change it indeed

Re: GFilterInputStream: why "close-base-stream" property marked as "construct-only"?

2011-04-29 Thread Alexander Larsson
On Fri, 2011-04-29 at 15:13 +0300, Andrew W. Nosenko wrote: > GFilterInputStream documentation (and implementation) clearly states > that "close-base-stream" property is "construct-only". And > g_object_set() forbids to change it indeed. > > But, from another hand, existence of > g_filter_input_s

GFilterInputStream: why "close-base-stream" property marked as "construct-only"?

2011-04-29 Thread Andrew W. Nosenko
GFilterInputStream documentation (and implementation) clearly states that "close-base-stream" property is "construct-only". And g_object_set() forbids to change it indeed. But, from another hand, existence of g_filter_input_stream_set_close_base_stream() and code in gio/tests/buffered-input-s