Re: GDesktopAppInfo

2007-03-26 Thread Joe Shaw
Hi, On 3/26/07, Alexander Larsson <[EMAIL PROTECTED]> wrote: > Do many apps really require creating launchers from arbitrary desktop > files? What is the typical usecase of that? This is pretty nice for handling autostart within your own application. (Ie, take your regular .desktop file, move it

Re: Glib g_io_add_watch + AX25

2007-02-18 Thread Joe Shaw
Hi, Andre Lohan wrote: > g_io_add_watch(rx_io, G_IO_IN, rx_io_event, NULL); > > I end up with 100% CPU load when i add the channel and the callback > rx_io_event never gets called. > > i get loads of the following lines in short time with strace: > > ioctl(4, FIONREAD, [0]) = 0

Re: [RFC] Simple file monitoring API for GLib

2006-05-09 Thread Joe Shaw
Hi, On Mon, 2006-05-08 at 22:49 +0100, Emmanuele Bassi wrote: > typedef enum { > G_FILE_CREATED_EVENT, > G_FILE_CHANGED_EVENT, > G_FILE_REMOVED_EVENT, > G_FILE_UNKNOWN_EVENT > } GFileEvent; Would G_FILE_CHANGED_EVENT be fired on file attribute change (like chmod, chown, or an