Displaying 1 result from an estimated 1 matches for "dbushandleactivatedeactivatemessag".
Did you mean:
dbushandleactivatedeactivatemessage
2006 Oct 09
1
[PATCH] dbus terminate action
...s annoyed that you couldn't terminate an action with dbus so
I have
written this patch which fixes that. Hopefully this can be included.
I wrote the patch trying to repeat as little code as possible so I just
added a boolean
parameter to the dbusHandleActivateMessage and changed the name to
dbusHandleActivateDeactivateMessage. You could probably change the
deactivate
parameter to activate depending on how your mind works.
I have also updated the comments to show this as well as to change it so
that the
examples work with COW.
-------------- next part --------------
diff --git a/plugins/dbus.c b/plugins/dbus.c
ind...