diff options
Diffstat (limited to 'krfb/DCOP-INTERFACE')
-rw-r--r-- | krfb/DCOP-INTERFACE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/krfb/DCOP-INTERFACE b/krfb/DCOP-INTERFACE new file mode 100644 index 00000000..1bab1ea2 --- /dev/null +++ b/krfb/DCOP-INTERFACE @@ -0,0 +1,9 @@ +DCOP Interfaces: + +// Exits the application, disconnects clients +void exit() +// Set the desktop to be controlable from remote clients +void setAllowDesktopControl(bool) + + + |