Class

IdeTemplateLocator

Description

class Ide.TemplateLocator : Template.TemplateLocator
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeTemplateLocator ancestor_0 TmplTemplateLocator ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

ide_template_locator_new
No description available.

Instance methods

ide_template_locator_get_license_text
No description available.

ide_template_locator_set_license_text
No description available.

Methods inherited from TmplTemplateLocator (4)
tmpl_template_locator_append_search_path
No description available.

tmpl_template_locator_get_search_path

Gets the current search path used by the template locator.

tmpl_template_locator_locate

This will resolve the relative path using the search paths found within the template loader.

tmpl_template_locator_prepend_search_path
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ide.TemplateLocator:license-text
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeTemplateLocatorClass {
  TmplTemplateLocatorClass parent_class;
  
}
No description available.
Class members
parent_class: TmplTemplateLocatorClass
No description available.