pike.git/
src/
post_modules/
GTK2/
source/
gtksourcelanguage.pre
Branch:
Tag:
Non-build tags
All tags
No tags
2011-10-30
2011-10-30 14:06:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b1f1789d207cde84814361298f94724c1ae7a145 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
GTK2: Added detection (and survival) of gtksourceview-2.0.
17:
//! Returns the localized section of the language. Each language belongs to a //! section (ex. HTML belongs to the Markup section).
+
not gtksourceview20;
array(GTK2.SourceTag) get_tags() //! Returns a list of tags for this language. {
35:
g_slist_free(gsl); } }
+
endrequire;
int get_escape_char(); //! Gets the value of the ESC character in the given language.
98:
} }
+
not gtksourceview20;
mapping(string:mixed) get_tag_style(string id) //! Gets the style of the tag id. If the style is not defined, then returns //! the default style.
221:
push_int(0); } }
+
+
endrequire;