Method

FridaPortalServicetag

Declaration

void
frida_portal_service_tag (
  FridaPortalService* self,
  guint connection_id,
  const gchar* tag
)

Description [src]

Applies a tag to a connection, so it can be reached with frida_portal_service_narrowcast().

Parameters

connection_id

Type: guint

The connection to tag.

tag

Type: const gchar*

The tag to apply.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.