Class
IdeSnippet
Instance methods
ide_snippet_get_full_text
Gets the contents of the snippet as currently edited by the user.
since: 3.32
ide_snippet_get_n_chunks
Gets the number of chunks in the snippet. Not all chunks are editable.
since: 3.32
ide_snippet_get_tab_stop
Gets the current tab stop for the snippet. This is changed as the user Tab’s through the edit points.
since: 3.32
ide_snippet_replace_current_chunk_text
This replaces the current chunk (if any) to contain the contents of
new_text
.
since: 3.32
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.