Method
FridaPortalServicenarrowcast
Declaration
void
frida_portal_service_narrowcast (
FridaPortalService* self,
const gchar* tag,
const gchar* json,
GBytes* data
)
Parameters
tag-
Type:
const gchar*The tag identifying the recipients.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. json-
Type:
const gchar*The message as a JSON string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. data-
Type:
GBytesBinary data to accompany the message, if any.
The argument can be NULL.The data is owned by the caller of the method.