Hi All,
my main task is to acquire context that is iterated in another thread. Code:
gpointer thread_routine(gpointer op)
{
g_main_loop_run((GMainLoop*)op); // I can't change it
return NULL;
}
int main()
{
GMainLoop *mloop = g_main_loop_new(NULL, FALSE);
GThread *thread = g_threa
anatoly techtonik writes:
On Fri, Jun 12, 2015 at 2:42 PM, Emmanuele Bassi wrote:
On 12 June 2015 at 12:27, anatoly techtonik wrote:
On Thu, Jun 11, 2015 at 4:15 PM, Emmanuele Bassi wrote:
Currently, we advertise ad hoc Windows builds on gtk.org; those are
out of date, and lack many of th
Hi all. I've got my own builds of Gtk+ for Windows, available at:
http://tesla.duckdns.org/jewelkit-1-0-released/ ( I have another build
I'm ready to upload in the next week actually ).
This contains perl as well as Gtk+. I make regular releases (
currently ). I also have a bunch of patches I've b
Hi;
sorry to use Daniel's email, but since this thread keeps growing, I'm
just using the latest entry point to try and give some actionable
items.
It's all well and good that everybody has their own builds, and
packages, and installers — and I mean it: it's great to see so much
activity around GT
Hi,
As Nacho mentioned in his earlier email on this topic free days ago, there is a
bug in the introspection part that is working on getting introspection to work
better on Windows, 728313, which I checked lady week the patches there still
applies to the latest git master, which is still pendin