Lines Matching refs:destroy
57 GDestroyNotify destroy; member
64 GDestroyNotify destroy; member
71 GDestroyNotify destroy; member
841 if (mdep_data->destroy) in free_mdep_data()
842 mdep_data->destroy(mdep_data->data); in free_mdep_data()
850 GDestroyNotify destroy, GError **err) in hdp_get_mdep() argument
863 mdep_data->destroy = destroy; in hdp_get_mdep()
992 if (conn_data->destroy) in con_mcl_data_unref()
993 conn_data->destroy(conn_data->data); in con_mcl_data_unref()
1078 GDestroyNotify destroy, in hdp_establish_mcl() argument
1092 conn_data->destroy = destroy; in hdp_establish_mcl()
1140 if (dcpsm_data->destroy) in free_dcpsm_data()
1141 dcpsm_data->destroy(dcpsm_data->data); in free_dcpsm_data()
1148 GDestroyNotify destroy, in hdp_get_dcpsm() argument
1161 dcpsm_data->destroy = destroy; in hdp_get_dcpsm()