Interface
PurpleProtocolWhiteboard
unstable since: 3.0
Description [src]
interface Purple.ProtocolWhiteboard : Purple.Protocol
The PurpleProtocolWhiteboard
interface defines the behavior of a protocol’s
whiteboard interface.
Available since: 3.0
Prerequisite
In order to implement ProtocolWhiteboard, your type must inherit fromPurpleProtocol
.
Interface structure
struct PurpleProtocolWhiteboardInterface {
PurpleWhiteboard* (* create) (
PurpleProtocolWhiteboard* whiteboard,
PurpleAccount* account,
const gchar* who,
gint state
);
}
No description available.
Interface members
create |
|
No description available. |