Signal
FridaPortalService::message
Declaration
void
message (
FridaPortalService* self,
guint connection_id,
const gchar* json,
GBytes* data,
gpointer user_data
)
Parameters
connection_id-
Type:
guintThe connection’s ID.
json-
Type:
const gchar*The message as a JSON string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. data-
Type:
GBytesBinary data accompanying the message, if any.
The argument can be NULL.The data is owned by the caller of the function.