Re: Announce: gio merged

2007-11-27 Thread Matthias Clasen
On Nov 27, 2007 4:34 PM, Hans Breuer <[EMAIL PROTECTED]> wrote: > Here comes the first chunk ;-) Thanks for jumping in. > * gio/gcontenttype.c : use GDir instead of using > * gio/gcancellable.c gio/gdummyfile.c > gio/glocalfile.c gio/gsimpleasyncresult.c : use HAVE_UNI

Re: Announce: gio merged

2007-11-27 Thread Hans Breuer
On 26.11.2007 17:25, Alexander Larsson wrote: > I just commited gio to the glib svn module. As this is a sort of large > chunk of work I expect there to be some temporary issues to work out. > > For instance, its likely that there are some build issues for platforms > I haven't tested. I got a bun

Re: Announce: gio merged

2007-11-27 Thread Yevgen Muntyan
Hi there, Does GAppInfo make sense on Windows and Mac? It doesn't build on win32, and it's not quite clear whether the fix is to provide stubs or to remove the code completely. What is it for, are normal applications going to use it? Perhaps it's an X-specific (that is, specific to platforms which

Re: Announce: gio merged

2007-11-27 Thread Alexander Larsson
On Mon, 2007-11-26 at 17:25 +0100, Alexander Larsson wrote: > As a general update to the status I would say the API is pretty good and > shouldn't need much changes (I consider it API slushy atm, only serious > problems will cause changes). There are a few spots in the > implementation that are s

Re: Problems in GdkWindow Events with Gtk - DirectFb backend

2007-11-27 Thread Attilio Fiandrotti
Sreenivas Chowdary wrote: > Hi, > > I am facing an issue to get events on GdkWindow which was built with > Gtk DirectFb backend. > > In sample program i am creating a toplevel GdkWindow and creating a > child Gdkwindow. > While creating GdkWindow i have added events mask, and used > gdk_window_ad

Problems in GdkWindow Events with Gtk - DirectFb backend

2007-11-27 Thread Sreenivas Chowdary
Hi, I am facing an issue to get events on GdkWindow which was built with Gtk DirectFb backend. In sample program i am creating a toplevel GdkWindow and creating a child Gdkwindow. While creating GdkWindow i have added events mask, and used gdk_window_add_filter() function to add event handler cal