Win32: this may be useful to some developers

2011-10-13 Thread Kean Johnston
So one of the things I've been working on for my own purposes is to create a full set of libraries for Win32 in order to be able to run GTK apps. My intention is opposite to the typical advice given for GTK: I *want* this to be a shared component, with a friendly installer, upgrade path etc

GThread struct now hidden

2011-10-13 Thread Murray Cumming
This change in glib master does indeed break glibmm: http://git.gnome.org/browse/glib/commit/?id=d904612100120d12126f1a6623a106d8a5b02fa6 Unless it's really really necessary, it would be great if you would not do this, or if you could leave it until a glib ABI break. Glib::Thread has a static

Re: GThread struct now hidden

2011-10-13 Thread Simon McVittie
On Thu, 13 Oct 2011 at 12:48:26 +0200, Murray Cumming wrote: This change in glib master does indeed break glibmm: http://git.gnome.org/browse/glib/commit/?id=d904612100120d12126f1a6623a106d8a5b02fa6 Unless it's really really necessary, it would be great if you would not do this, or if you

Re: GThread struct now hidden

2011-10-13 Thread Murray Cumming
On Thu, 2011-10-13 at 12:48 +0200, Murray Cumming wrote: This change in glib master does indeed break glibmm: http://git.gnome.org/browse/glib/commit/?id=d904612100120d12126f1a6623a106d8a5b02fa6 Unless it's really really necessary, it would be great if you would not do this, or if you could

Re: GThread struct now hidden

2011-10-13 Thread Ryan Lortie
hi On Thu, 2011-10-13 at 13:26 +0200, Murray Cumming wrote: By the way, I also noticed that g_thread_init() is deprecated, presumably because you must now used g_thread_new(), so you don't need it, but I don't see a deprecation comment on g_thread_init(). g_thread_init() is deprecated because

Re: GThread struct now hidden

2011-10-13 Thread Ryan Lortie
hi Murray, On Thu, 2011-10-13 at 12:48 +0200, Murray Cumming wrote: This change in glib master does indeed break glibmm: http://git.gnome.org/browse/glib/commit/?id=d904612100120d12126f1a6623a106d8a5b02fa6 I had a feeling it might break something or other, and I didn't think about bindings.

Re: GThread struct now hidden

2011-10-13 Thread Murray Cumming
On Thu, 2011-10-13 at 08:58 -0400, Ryan Lortie wrote: hi On Thu, 2011-10-13 at 13:26 +0200, Murray Cumming wrote: By the way, I also noticed that g_thread_init() is deprecated, presumably because you must now used g_thread_new(), so you don't need it, but I don't see a deprecation

Re: GThread struct now hidden

2011-10-13 Thread Murray Cumming
On Thu, 2011-10-13 at 09:00 -0400, Ryan Lortie wrote: hi Murray, On Thu, 2011-10-13 at 12:48 +0200, Murray Cumming wrote: This change in glib master does indeed break glibmm: http://git.gnome.org/browse/glib/commit/?id=d904612100120d12126f1a6623a106d8a5b02fa6 I had a feeling it might

Fw: Bug patch feedback

2011-10-13 Thread Timothy Arceri
Hi guys,   I'm new to GTK/Gnome development and I'm looking for some feedback on a patch I've created for a bug. I have attached the patch to the bug but it seems patches can go unnoticed in bugzilla so after looking in the maintainers file in the git repo it suggests posting