Re: gio async usage from gtk+ ...

2011-03-24 Thread Caolán McNamara
On Thu, 2011-03-24 at 12:53 +, Michael Meeks wrote: > Hi guys, > > I was just digging into a libreoffice assertion failure when using the > gtk+ file selector: > > Gtk:ERROR:gtkfilesystemmodel.c:746:gtk_file_system_model_sort: assertion > failed: (r == n_visible_rows) We've got about 7

Re: gio async usage from gtk+ ...

2011-03-24 Thread Matthias Clasen
On Thu, Mar 24, 2011 at 8:53 AM, Michael Meeks wrote: >        And I wonder where the GDK_THREADS_ENTER / GDK_THREADS_LEAVE that we > need when entering from an idle handler is. > >        Presumably this is necessary for every '_async' callback that occurs > [ and lets hope they are 100% called

gio async usage from gtk+ ...

2011-03-24 Thread Michael Meeks
Hi guys, I was just digging into a libreoffice assertion failure when using the gtk+ file selector: Gtk:ERROR:gtkfilesystemmodel.c:746:gtk_file_system_model_sort: assertion failed: (r == n_visible_rows) which looked to me, like it could well be a thread related issue; in particul

Re: Full glib porting onto Android

2011-03-24 Thread Shuxiang Lim
Hi,Maarten,thanks a lot! You're right, that's the more appropriate way. Now I've modified the solution and report it to gtk-bugzilla:#645659: https://bugzilla.gnome.org/show_bug.cgi?id=645659 Best Regards. On Wed, Mar 23, 2011 at 8:50 PM, Maarten Bosmans wrote: > 2011/3/23 Shuxiang Lim : >