Method

FridaPortalServiceuntag

Declaration

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

Description [src]

Removes a tag from a connection.

Parameters

connection_id

Type: guint

The connection to untag.

tag

Type: const gchar*

The tag to remove.

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