Re: gtk_dialog dead-lock problem

2014-04-28 Thread Jose Paulo
I believe that you wouldn't invoke gtk_widget_show_all() with GtkDialogs. Try change to gtk_widget_show(datastruct->label). José Paulo Le 23/04/2014 05:29, Arkadiusz Krysiak a écrit : > i'm beginner and i have problem with gtk_dialog. > > it's my source code: > { > datastruct->flags=GTK_D

Re: Support for websockets

2014-04-28 Thread Nicolas CANIART
You could, it nothing more than a wrapper around a standard socket. But you'd have to implement the WebSocket protocol. There are no 'official' glib-based websocket implementation, as far as I know. There is this [1] fork of libsoup on github that contains one. Not really sure if it works nor if it