Function

Lspresource_operation_kind_try_parse

Declaration

gboolean
lsp_resource_operation_kind_try_parse (
  LspResourceOperationKind self,
  const gchar* str,
  LspResourceOperationKind* kind
)

Description

No description available.

Parameters

self

Type: LspResourceOperationKind

No description available.

str

Type: const gchar*

No description available.

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

Type: LspResourceOperationKind

No description available.

The argument will be set by the function.
The caller of the function takes ownership of the returned data, and is responsible for freeing it.

Return value

Type: gboolean

No description available.