Adding an argument to Sleeping signal

Richard Hughes hughsient at gmail.com
Fri Mar 11 02:34:38 PST 2011


On 11 March 2011 01:06, Phillip Susi <psusi at cfl.rr.com> wrote:
> I have added a byte argument to the signal in the introspection xml
> file, but I can not find the code that emits the signal.  I only see the
> glib "sleeping" signal being emitted.  I can not see where the dbus
> signal is emitted.  I would think they would both be emitted at the same
> time, or that a glib signal handler would be registered that would
> re-emit the signal over dbus, but I don't see that.

I think a string would be better, as then it's self documenting. With
regard to the signal emmission, DBus-glib (the precursor to GDBus)
automatically sends out a DBus signal when the local GOBject sends a
signal. It's all a bit magic.

Converting to GDBus is one of my TODO items, but it's going to have to
wait until after GNOME3 as that's where all my effort is going these
days. Apologies.

Richard.


More information about the devkit-devel mailing list