Re: gobject across network

2013-06-16 Thread Emmanuele Bassi
hi; On 16 June 2013 21:32, Tristan Van Berkom wrote: >> if you're doing in on the same machine, then you can use DBus and the >> GDBus facilities in GIO. [0] > > Also, note that GDBus does not have any requirement for usage on the > same system. I know Tristan knows this, but probably is worth

Re: gobject across network

2013-06-16 Thread Tristan Van Berkom
On Mon, Jun 17, 2013 at 1:38 AM, Emmanuele Bassi wrote: > hi; > > On 16 June 2013 17:24, Andrea Zagli wrote: >> is there a way to send a gobject from a server to a client via network (ex. >> via http or other protocol)? >> >> i want to create a gobject in a daemon in a server and pass it to a cli

Re: gobject across network

2013-06-16 Thread Emmanuele Bassi
hi; On 16 June 2013 17:24, Andrea Zagli wrote: > is there a way to send a gobject from a server to a client via network (ex. > via http or other protocol)? > > i want to create a gobject in a daemon in a server and pass it to a client if you're doing in on the same machine, then you can use DBus