Re: GTK Socket and reparenting

2013-11-26 Thread Bernhard Schuster
Did you try to add an additional reference to your widget? (i.e. explicitly call g_object_ref (your_widget) ) On Tue, Nov 26, 2013 at 3:18 PM, Michal Fizek wrote: Actually Gtk.Socket is usable, but the window, that is plugged into the socket gets destroyed(like if Gtk.Plug() was plugged into

Re: gdbus - register handler/object on interface NULL

2013-08-23 Thread Bernhard Schuster
a look at > dbus-server.[ch] modules. > http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/view/head:/src/ > > $ audio-recorder --help > can show the commands that can be sent to the server (to set or ask the > recording state). > > // Osmo (Moma) Antero > > >

gdbus - register handler/object on interface NULL

2013-08-23 Thread Bernhard Schuster
I have to deal with a closed source server being based on qt + dbus. I try to connect to it via gdbus,glib. The connection works as follows: A mehod/object called "message_handler" has to be registered to the bus /exported. I call a remote method named "send_data", afterwards the service/server ca