the connection
the handle type that was passed to tp_connection_hold_handles()
the number of handles that were passed to tp_connection_hold_handles() on success, or 0 on failure
a copy of the array of n_handles
handles that was passed to tp_connection_hold_handles() on success, or %NULL on failure
%NULL on success, or an error on failure
the same object that was passed to tp_connection_hold_handles()
Signature of the callback called when tp_connection_hold_handles() succeeds or fails.
On success, the caller has a reference to each handle in
handles
.Since telepathy-glib version 0.13.8, the handles will remain valid until
connection
becomes invalid (signalled by #TpProxy::invalidated). In earlier versions, they could be released with tp_connection_unref_handles().For convenience, the handle type and handles requested by the caller are passed through to this callback on success, so the caller does not have to include them in
user_data
.