Function
Purplegio_socket_client_new
Declaration [src]
GSocketClient*
purple_gio_socket_client_new (
PurpleAccount* account,
GError** error
)
Description [src]
A helper function to simplify creating a GSocketClient
. It’s intended
to be used in protocol plugins.
Parameters
account |
PurpleAccount |
The |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GSocketClient |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |