Function
IdeSnippetParserparse_one
Declaration
IdeSnippet*
ide_snippet_parser_parse_one (
const char* data,
gssize data_len,
GError** error
)
Parameters
data |
const char* |
The data to parse. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
data_len |
gssize |
The length of data, or -1 for |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | IdeSnippet |
An |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |