API Version: 42.0
Library Version: 42.0
void ide_snippet_replace_current_chunk_text ( IdeSnippet* self, const gchar* new_text )
This replaces the current chunk (if any) to contain the contents of new_text.
new_text
This function is primarily useful to the IdeSourceView as it updates content as the user types.
IdeSourceView
const gchar*
The text to use as the replacement.