Method
FridaDeviceManagerremove_barebone_device
Declaration
void
frida_device_manager_remove_barebone_device (
FridaDeviceManager* self,
FridaDevice* device,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Removes a Barebone device previously added with
frida_device_manager_add_barebone_device().
Parameters
device-
Type:
FridaDeviceThe device that was added.
The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.