Signal

FridaLanguageServer::message

Declaration

void
message (
  FridaLanguageServer* self,
  const gchar* json,
  gpointer user_data
)

Description [src]

Emitted with each message from the server, as JSON-RPC.

Default handler:

Parameters

json

Type: const gchar*

The message.

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