#include <sourcelanguagemanager.h>
Public Types | |
typedef SourceLanguageManager | CppObjectType |
typedef SourceLanguageManager_Class | CppClassType |
typedef GtkSourceLanguageManager | BaseObjectType |
typedef GtkSourceLanguageManagerClass | BaseClassType |
Public Member Functions | |
virtual | ~SourceLanguageManager () |
GtkSourceLanguageManager * | gobj () |
Provides access to the underlying C GObject. | |
const GtkSourceLanguageManager * | gobj () const |
Provides access to the underlying C GObject. | |
GtkSourceLanguageManager * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::StringArrayHandle | get_search_path () const |
void | set_search_path (const Glib::StringArrayHandle &dirs) |
Glib::StringArrayHandle | get_language_ids () const |
Glib::RefPtr< SourceLanguage > | get_language (const Glib::ustring &id) |
Glib::RefPtr< const SourceLanguage > | get_language (const Glib::ustring &id) const |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
static Glib::RefPtr < SourceLanguageManager > | create () |
creates an instance of SourceLanguageManager | |
static Glib::RefPtr < SourceLanguageManager > | get_default () |
Protected Member Functions | |
SourceLanguageManager (const Glib::ConstructParams &construct_params) | |
SourceLanguageManager (GtkSourceLanguageManager *castitem) | |
SourceLanguageManager () | |
Friends | |
class | SourceLanguageManager_Class |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < gtksourceview::SourceLanguageManager > | wrap (GtkSourceLanguageManager *object, bool take_copy=false) |
typedef SourceLanguageManager_Class gtksourceview::SourceLanguageManager::CppClassType |
gtksourceview::SourceLanguageManager::SourceLanguageManager | ( | const Glib::ConstructParams & | construct_params | ) | [explicit, protected] |
gtksourceview::SourceLanguageManager::SourceLanguageManager | ( | GtkSourceLanguageManager * | castitem | ) | [explicit, protected] |
virtual gtksourceview::SourceLanguageManager::~SourceLanguageManager | ( | ) | [virtual] |
gtksourceview::SourceLanguageManager::SourceLanguageManager | ( | ) | [protected] |
static GType gtksourceview::SourceLanguageManager::get_type | ( | ) | [static] |
static GType gtksourceview::SourceLanguageManager::get_base_type | ( | ) | [static] |
GtkSourceLanguageManager* gtksourceview::SourceLanguageManager::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
const GtkSourceLanguageManager* gtksourceview::SourceLanguageManager::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
GtkSourceLanguageManager* gtksourceview::SourceLanguageManager::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
static Glib::RefPtr<SourceLanguageManager> gtksourceview::SourceLanguageManager::create | ( | ) | [static] |
creates an instance of SourceLanguageManager
static Glib::RefPtr<SourceLanguageManager> gtksourceview::SourceLanguageManager::get_default | ( | ) | [static] |
Returns: a Gtk::SourceLanguageManager. Return value is owned
Glib::StringArrayHandle gtksourceview::SourceLanguageManager::get_search_path | ( | ) | const |
Gets the list directories where lm looks for language files.
0
-terminated array containg a list of language files directories. The array is owned by lm and must not be modified. void gtksourceview::SourceLanguageManager::set_search_path | ( | const Glib::StringArrayHandle & | dirs | ) |
Sets the list of directories where the lm looks for language files. If dirs is 0
, 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 Gtk::SourceLanguageManager, you have to call this function right after creating it.
</note>
dirs | A 0 -terminated array of strings or 0 . |
Glib::StringArrayHandle gtksourceview::SourceLanguageManager::get_language_ids | ( | ) | const |
Returns: a 0
-terminated array of string containing the ids of the
0
-terminated array of string containing the ids of the available languages or 0
if no language is available. The array is owned by lm and must not be modified. Glib::RefPtr<SourceLanguage> gtksourceview::SourceLanguageManager::get_language | ( | const Glib::ustring & | id | ) |
Gets the Gtk::SourceLanguage identified by the given id in the language manager.
id | A language id. |
0
if there is no language identified by the given id. Return value is owned by lm and should not be freed. Glib::RefPtr<const SourceLanguage> gtksourceview::SourceLanguageManager::get_language | ( | const Glib::ustring & | id | ) | const |
Gets the Gtk::SourceLanguage identified by the given id in the language manager.
id | A language id. |
0
if there is no language identified by the given id. Return value is owned by lm and should not be freed.
friend class SourceLanguageManager_Class [friend] |
Glib::RefPtr< gtksourceview::SourceLanguageManager > wrap | ( | GtkSourceLanguageManager * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |