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
“buffer”
property “buffer” GtkTextBuffer *
The GtkTextBuffer for the snippet.
Owner: IdeSnippet
Flags: Read
“description”
property “description” gchar *
The description for the snippet.
Owner: IdeSnippet
Flags: Read / Write
Default value: NULL
“language”
property “language” gchar *
The language for the snippet.
Owner: IdeSnippet
Flags: Read / Write
Default value: NULL
“mark-begin”
property “mark-begin” GtkTextMark *
The beginning text mark.
Owner: IdeSnippet
Flags: Read
“mark-end”
property “mark-end” GtkTextMark *
The ending text mark.
Owner: IdeSnippet
Flags: Read
“tab-stop”
property “tab-stop” gint
The current tab stop.
Owner: IdeSnippet
Flags: Read
Allowed values: >= -1
Default value: -1
“trigger”
property “trigger” gchar *
The trigger for the snippet.
Owner: IdeSnippet
Flags: Read / Write
Default value: NULL
“context”
property“context” IdeSnippetContext *
The snippet context.
Owner: IdeSnippetChunk
Flags: Read / Write
“spec”
property “spec” gchar *
The specification to expand using the context.
Owner: IdeSnippetChunk
Flags: Read / Write
Default value: NULL
“tab-stop”
property “tab-stop” gint
The tab stop for the chunk.
Owner: IdeSnippetChunk
Flags: Read / Write
Allowed values: >= -1
Default value: -1
“text”
property “text” gchar *
The text for the chunk.
Owner: IdeSnippetChunk
Flags: Read / Write
Default value: NULL
“changed”
signalvoid user_function (IdeSnippetContext *idesnippetcontext, gpointer user_data)
Flags: Run First
“parsing-error”
signalvoid user_function (IdeSnippetParser *idesnippetparser, GFile *arg1, guint arg2, gchar *arg3, gpointer user_data)
Flags: Run Last