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

Exporting exisiting GObject with GDBus.

2014-01-21 Thread Nicolas CANIART
Hi, I have been trying to wrap my head around this issue, but after a few trials and lots of headaches I am still not exactly sure how to proceed. I have an interface that is partly implemented by an abstract base class, then fully implemented by a few (final) classes. I would like to export th