Virtual Method
PurpleProtocolRosterremove_async
unstable since: 3.0
Declaration [src]
void
remove_async (
PurpleProtocolRoster* roster,
PurpleAccount* account,
PurpleContact* contact,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Description [src]
Requests that roster
removes contact
from the server side roster. When
callback
is called, purple_protocol_roster_remove_finish()
should be called
to get the result.
Available since: 3.0
Parameters
account
-
Type:
PurpleAccount
The
PurpleAccount
to use.The data is owned by the caller of the method. contact
-
Type:
PurpleContact
The
PurpleContact
to remove.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
to call when the request has completed. data
-
Type:
gpointer
User data to pass to
callback
.The argument can be NULL
.The data is owned by the caller of the method.