search for: dbushandleactivatemessage

Displaying 1 result from an estimated 1 matches for "dbushandleactivatemessage".

2006 Oct 09
1
[PATCH] dbus terminate action
I was always 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 ----...