Function

Lspfailure_handling_kind_try_parse

Declaration

gboolean
lsp_failure_handling_kind_try_parse (
  LspFailureHandlingKind self,
  const gchar* str,
  LspFailureHandlingKind* kind
)

Description

No description available.

Parameters

self

Type: LspFailureHandlingKind

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: LspFailureHandlingKind

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.