Interface
PurpleProtocolRoster
unstable since: 3.0
Instance methods
purple_protocol_roster_add_async
Requests that roster
adds contact
to the server side roster. When
callback
is called, purple_protocol_roster_add_finish()
should be called to
get the result.
unstable since: 3.0
purple_protocol_roster_add_finish
Gets the result of a previous call to purple_protocol_roster_add_async()
.
unstable since: 3.0
purple_protocol_roster_remove_async
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.
unstable since: 3.0
purple_protocol_roster_remove_finish
Gets the result of a previous call to purple_protocol_roster_remove_async()
.
unstable since: 3.0
purple_protocol_roster_update_async
Requests that roster
updates contact
on the server side roster. When
callback
is called, purple_protocol_roster_update_finish()
should be called
to get the result.
unstable since: 3.0
purple_protocol_roster_update_finish
Gets the result of a previous call to purple_protocol_roster_update_async()
.
unstable since: 3.0
Interface structure
Virtual methods
Purple.ProtocolRoster.add_async
Requests that roster
adds contact
to the server side roster. When
callback
is called, purple_protocol_roster_add_finish()
should be called to
get the result.
unstable since: 3.0
Purple.ProtocolRoster.add_finish
Gets the result of a previous call to purple_protocol_roster_add_async()
.
unstable since: 3.0
Purple.ProtocolRoster.remove_async
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.
unstable since: 3.0
Purple.ProtocolRoster.remove_finish
Gets the result of a previous call to purple_protocol_roster_remove_async()
.
unstable since: 3.0
Purple.ProtocolRoster.update_async
Requests that roster
updates contact
on the server side roster. When
callback
is called, purple_protocol_roster_update_finish()
should be called
to get the result.
unstable since: 3.0
Purple.ProtocolRoster.update_finish
Gets the result of a previous call to purple_protocol_roster_update_async()
.
unstable since: 3.0