voidofono_network_list_query_cancel(struct telephony_service *service, telephony_result_cb cb,void*data){structofono_data*od=telephony_service_get_data(service);structtelephony_errorerror;if(od->network_scan_cancellable) {g_cancellable_cancel(od->network_scan_cancellable); cb(NULL, data); }else{...