Lines Matching refs:destroy
79 GDestroyNotify destroy; member
125 static void agent_request_free(struct agent_request *req, gboolean destroy) in agent_request_free() argument
133 if (destroy && req->destroy) in agent_request_free()
134 req->destroy(req->user_data); in agent_request_free()
217 GDestroyNotify destroy) in agent_request_new() argument
227 req->destroy = destroy; in agent_request_new()
335 GDestroyNotify destroy) in agent_authorize() argument
344 user_data, destroy); in agent_authorize()
454 GDestroyNotify destroy) in agent_request_pincode() argument
464 user_data, destroy); in agent_request_pincode()
507 GDestroyNotify destroy) in agent_confirm_mode_change() argument
519 cb, user_data, destroy); in agent_confirm_mode_change()
611 GDestroyNotify destroy) in agent_request_passkey() argument
624 user_data, destroy); in agent_request_passkey()
670 void *user_data, GDestroyNotify destroy) in agent_request_confirmation() argument
683 user_data, destroy); in agent_request_confirmation()
727 GDestroyNotify destroy) in agent_request_pairing_consent() argument
740 user_data, destroy); in agent_request_pairing_consent()