Class

IdePathCache

Description

final class Ide.PathCache : GObject.Object
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdePathCache ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ide_path_cache_new
No description available.

Instance methods

ide_path_cache_contains

This function helps for detecting negative cache entries without copying the program_path string.

ide_path_cache_insert

Inserts a cache entry for program_name for program_path.

ide_path_cache_lookup

TRUE is returned when an entry is found in the cache. That entry may be NULL indicating a negative cache entry.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 IdePathCacheClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.