| Top |
| GtkTextBuffer * | buffer | Read |
| gchar * | description | Read / Write |
| gchar * | language | Read / Write |
| GtkTextMark * | mark-begin | Read |
| GtkTextMark * | mark-end | Read |
| gint | tab-stop | Read |
| gchar * | trigger | Read / Write |
| IdeSnippetContext * | context | Read / Write |
| gchar * | spec | Read / Write |
| gint | tab-stop | Read / Write |
| gchar * | text | Read / Write |
| gboolean | text-set | Read / Write |
GObject ├── IdeObject │ ╰── IdeSnippetStorage ├── IdeSnippet ├── IdeSnippetChunk ├── IdeSnippetContext ╰── IdeSnippetParser
“description” property“description” gchar *
The description for the snippet.
Flags: Read / Write
Default value: NULL
“language” property“language” gchar *
The language for the snippet.
Flags: Read / Write
Default value: NULL
“tab-stop” property“tab-stop” gint
The current tab stop.
Flags: Read
Allowed values: >= -1
Default value: -1
“trigger” property“trigger” gchar *
The trigger for the snippet.
Flags: Read / Write
Default value: NULL
“spec” property“spec” gchar *
The specification to expand using the context.
Flags: Read / Write
Default value: NULL
“tab-stop” property“tab-stop” gint
The tab stop for the chunk.
Flags: Read / Write
Allowed values: >= -1
Default value: -1
“text-set” property“text-set” gboolean
If the text property has been manually set.
Flags: Read / Write
Default value: FALSE
“changed” signalvoid user_function (IdeSnippetContext *idesnippetcontext, gpointer user_data)
Flags: Run First