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
)

Description [src]

Gets the device with the given ID, throwing if it cannot be found.

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: gint

Milliseconds to wait for a match, or 0 to not wait.

cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No 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.