Function
Lspfailure_handling_kind_try_parse
Declaration
gboolean
lsp_failure_handling_kind_try_parse (
LspFailureHandlingKind self,
const gchar* str,
LspFailureHandlingKind* kind
)
Parameters
self-
Type:
LspFailureHandlingKindNo 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:
LspFailureHandlingKindNo 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.