Method
IdeSnippetParserload_from_data
Declaration
gboolean
ide_snippet_parser_load_from_data (
IdeSnippetParser* parser,
const gchar* defalut_language,
const gchar* data,
gssize data_len,
GError** error
)
Parameters
defalut_language |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
data |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
data_len |
gssize |
No description available. | |
error |
GError ** |
The return location for a GError* , or NULL . |