Gtk2::SourceView2::LanguageManager(3pm)

NAME

Gtk2::SourceView2::LanguageManager

HIERARCHY

Glib::Object
+----Gtk2::SourceView2::LanguageManager

METHODS

languagemanager = Gtk2::SourceView2::LanguageManager->new languagemanager = Gtk2::SourceView2::LanguageManager->get_default language or undef = $lm->guess_language ($filename, $content_type=undef)
o $filename (string or undef)
o $content_type (string or undef)
language or undef = $lm->get_language ($id)
o $id (string)
list = $lm->get_language_ids list = $lm->get_search_path $lm->set_search_path (...)
o ... (list)
Sets the list of directories where the lm looks for language files. If no dirs are given (empty list) then the search path is cleared, if
"undef" is passed then the search path is reset to default.
Note: At the moment this function can be called only before the language files are loaded for the first time. In practice to set a
custom search path for a Gtk2::SourceLanguageManager, you have to call this function right after creating it.

PROPERTIES

'language-ids' (Glib::Strv : readable)
List of the ids of the available languages
'search-path' (Glib::Strv : readable / writable)
List of directories where the language specification files (.lang) are located

SEE ALSO

Gtk2::SourceView2, Glib::Object

COPYRIGHT

Copyright (C) 2009 by Emmanuel Rodriguez
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout