Method

FridaPortalOptionsset_acl

Declaration

void
frida_portal_options_set_acl (
  FridaPortalOptions* self,
  gchar** value,
  gint value_length1
)

Description [src]

Access-control tags scoping what this membership may reach.

Parameters

value

Type: An array of gchar*

No description available.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.
value_length1

Type: gint

No description available.