Method
GtkSourceSnippetContextset_constant
Declaration [src]
void
gtk_source_snippet_context_set_constant (
GtkSourceSnippetContext* self,
const gchar* key,
const gchar* value
)
Description [src]
Sets a constatnt within the context.
This is similar to a variable set with gtk_source_snippet_context_set_variable()
but is expected to not change during use of the snippet.
Examples would be the date or users name.