Constructor

FridaLanguageServernew

Declaration

FridaLanguageServer*
frida_language_server_new (
  const gchar* project_root
)

Description [src]

Creates a language server for the project rooted at project_root.

Parameters

project_root

Type: const gchar*

Path to the project root directory.

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

Return value

Type: FridaLanguageServer

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.