kstars
ID Functions: Functions to delete properties, and log messages locally or remotely.
Functions | |
| void | IDDelete (const char *dev, const char *name, const char *msg,...) |
| void | IDLog (const char *msg,...) |
| void | IDMessage (const char *dev, const char *msg,...) |
Function Documentation
| void IDDelete | ( | const char * | dev, | |
| const char * | name, | |||
| const char * | msg, | |||
| ... | ||||
| ) |
Function Drivers call to inform Clients a Property is no longer available, or the entire device is gone if name is NULL.
- Parameters:
-
dev device name. If device name is NULL, the entire device will be deleted. name property name to be deleted. msg message in printf style to send to the client.
| void IDLog | ( | const char * | msg, | |
| ... | ||||
| ) |
Function Drivers call to log a message locally.
The message is not sent to any Clients.
- Parameters:
-
msg message in printf style to send to the client.
| void IDMessage | ( | const char * | dev, | |
| const char * | msg, | |||
| ... | ||||
| ) |
Function Drivers call to send log messages to Clients.
If dev is specified the Client shall associate the message with that device; if dev is NULL the Client shall treat the message as generic from no specific Device.
- Parameters:
-
dev device name msg message in printf style to send to the client.
KDE 4.2 API Reference