Function
Lspresource_operation_kind_try_parse
Declaration
gboolean
lsp_resource_operation_kind_try_parse (
LspResourceOperationKind self,
const gchar* str,
LspResourceOperationKind* kind
)
Parameters
self-
Type:
LspResourceOperationKindNo 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:
LspResourceOperationKindNo 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.