Method
FridaDeviceManagerfind_device
Declaration
void
frida_device_manager_find_device (
FridaDeviceManager* self,
FridaDeviceManagerPredicate predicate,
void* predicate_target,
gint timeout,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Parameters
predicate-
Type:
FridaDeviceManagerPredicateFunction deciding whether a device matches.
predicate_target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method. 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.