Snippet.parsed
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "5.6" ) ]
public Snippet.parsed (string text) throws Error
Parses the snippet formatted text
into a series of chunks and adds them to a new
Snippet.
Parameters:
text |
the formatted snippet text to parse
|
Returns:
the newly parsed Snippet, or null upon
failure and throws is set.
|