Method

FridaPeerOptionsenumerate_relays

Declaration

void
frida_peer_options_enumerate_relays (
  FridaPeerOptions* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each configured relay.

Parameters

func

Type: GFunc

Function called with each relay.

func_target

Type: void*

No description available.

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