Method
FwupdClientset_sync_impl
since: 2.1.7
Declaration [src]
void
fwupd_client_set_sync_impl (
FwupdClient* self,
const FwupdClientSyncImpl* impl,
gpointer userdata,
GDestroyNotify userdata_destroy
)
Parameters
impl-
Type:
FwupdClientSyncImplA
FwupdClientSyncImpl.The data is owned by the caller of the method. userdata-
Type:
gpointerUserdata to use with the
FwupdClientSyncImpl.The argument can be NULL.The data is owned by the caller of the method. userdata_destroy-
Type:
GDestroyNotifyFunction to destroy
user_datawhenselfis finalized.The argument can be NULL.