Re: Using GSocket in a GTK application

2011-02-23 Thread Chris Vine
On Tue, 22 Feb 2011 23:25:43 -0500 Jacques Pelletier jpellet...@ieee.org wrote: [snip] ... /* Connect asynchronously */ mySocketClient = g_socket_client_new(); g_socket_client_connect_to_host_async( mySocketClient, myUrl, myPort, NULL,

Re: Using GSocket in a GTK application

2011-02-23 Thread Jacques Pelletier
On Wednesday 23 February 2011 08:01:12 you wrote: On Tue, 22 Feb 2011 23:25:43 -0500 Jacques Pelletier jpellet...@ieee.org wrote: [snip] ... /* Connect asynchronously */ mySocketClient = g_socket_client_new();

Re: GtkApplication and argc/arv

2011-02-23 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Murray Cumming wrote: 3. Will we recommend that all GTK+ applications generally use GtkApplication? As far as I know, GtkApplication depends on dbus. You can not use GtkApplication without dbus. (Please correct me if I am wrong.) So, I think the

Re: GtkApplication and argc/arv

2011-02-23 Thread Tristan Van Berkom
On Wed, Feb 23, 2011 at 12:15 PM, Wen-Yen Chuang ca...@calno.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Murray Cumming wrote: 3. Will we recommend that all GTK+ applications generally use GtkApplication? As far as I know, GtkApplication depends on dbus. You can not use

Re: GtkApplication and argc/arv

2011-02-23 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/24/11 08:41, Tristan Van Berkom wrote: As far as I know, GtkApplication depends on GIO, which should have some extension points for services on different operating systems... using dbus on linux (not exactly sure how this works currently in