Method
FridaDeviceManagerget_device_by_id
Declaration
void
frida_device_manager_get_device_by_id (
FridaDeviceManager* self,
const gchar* id,
gint timeout,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Parameters
id-
Type:
const gchar*The device identifier.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. timeout-
Type:
gintMilliseconds to wait for a match, or 0 to not wait.
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.