Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::sourceview2::styleschememanager(3pm) [debian man page]

Gtk2::SourceView2::StyleSchemeManager(3pm)		User Contributed Perl Documentation		Gtk2::SourceView2::StyleSchemeManager(3pm)

NAME
Gtk2::SourceView2::StyleSchemeManager HIERARCHY
Glib::Object +----Gtk2::SourceView2::StyleSchemeManager METHODS
styleschememanager = Gtk2::SourceView2::StyleSchemeManager->new $manager->append_search_path ($path) o $path (string) styleschememanager = Gtk2::SourceView2::StyleSchemeManager->get_default $manager->force_rescan $manager->prepend_search_path ($path) o $path (string) stylescheme = $manager->get_scheme ($scheme_id) o $scheme_id (string) list = $manager->get_scheme_ids list = $manager->get_search_path $manager->set_search_path (...) o ... (list) Sets the list of directories where the manager looks for style scheme 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. PROPERTIES
'scheme-ids' (Glib::Strv : default undef : readable) List of the ids of the available style schemes 'search-path' (Glib::Strv : default undef : readable / writable) List of directories and files where the style schemes are located SEE ALSO
Gtk2::SourceView2, Glib::Object COPYRIGHT
Copyright (C) 2009 by Emmanuel Rodriguez perl v5.14.2 2011-11-16 Gtk2::SourceView2::StyleSchemeManager(3pm)

Check Out this Related Man Page

Gtk2::SourceView2::LanguageManager(3pm) 		User Contributed Perl Documentation		   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 : default undef : readable) List of the ids of the available languages 'search-path' (Glib::Strv : default undef : 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 perl v5.14.2 2011-11-16 Gtk2::SourceView2::LanguageManager(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Search File content.

Hi, I have a problem when searching a file, the file containt with the following: 95671660:Jones:Sarah:45:sales manager 93272658:Smith:John:43:technical manager 98781987:Williams:Nick:35:computer officer 99893878:Brown:Sarah:12:electrician 95673456:Couch:David:26:chef... (3 Replies)
Discussion started by: elenatec
3 Replies

2. Shell Programming and Scripting

List files with full path

Hi all, How to save file full name to a file. I tried the following but don't know to include path name. $ ls -l | awk '{print $9}' > outputfile.dat $ cat outputfile.dat fifth.txt first.txt fourth.txt second.txt third.txt My wanted result is ie: ... (3 Replies)
Discussion started by: mr_bold
3 Replies

3. Shell Programming and Scripting

How to list the files having particular string in it ?

I want to list the name of files with path having perticular string in it. search must be start from root (/) dir. Thanks:) (3 Replies)
Discussion started by: anandgodse
3 Replies