1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 17:38:38 +00:00
krfb/DCOP-INTERFACE
Tim Jansen 0ac27d82b8 0.6 is out
svn path=/trunk/kdenetwork/krfb/; revision=137076
2002-02-18 00:22:47 +00:00

26 lines
746 B
Plaintext

DCOP Interfaces:
// Disconnects the current session
void disconnect()
// Exits the application
void exit()
// Will the application quit after one connection
bool oneConnection()
// Set the application to quite after one connection
void setOneConnection(bool)
// Will the application ask the user for permission
// when a new connection arrives
bool askOnConnect()
// Set the application to ask for permission on new connections
void setAskOnConnect(bool)
// Is the desktop controlable from remote clients
bool allowDesktopControl()
// Set the desktop to be controlable from remote clients
void setAllowDesktopControl(bool)
// Set the password to connect to your system
void setPassword(QString)
// What port will clients connect on
int port()