Class

ValentContext

unstable since: 1.0

Description [src]

class Valent.Context : Valent.Object
{
  /* No available fields */
}

A class representing a abstract data context.

ValentContext is an abstraction of a data context, with a loose hierarchy expressed as a virtual path (e.g. device/0123456789abcdef/plugin/battery). It can be used to coordinate persistent data of various types by mapping onto existing hierarchies like GSettings (i.e. relocatable schemas), on-disk caches and configuration files (i.e. XDG data dirs) and user files (i.e. XDG user dirs).

Available since: 1.0

Hierarchy

hierarchy this ValentContext ancestor_0 ValentObject ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Instance methods

valent_context_clear

Clear cache and configuration data.

unstable since: 1.0

valent_context_clear_cache

Clear cache data.

unstable since: 1.0

valent_context_create_settings

Create a GSettings object.

unstable since: 1.0

valent_context_get_cache_file

Create a new cache file.

unstable since: 1.0

valent_context_get_config_file

Create a new config file.

unstable since: 1.0

valent_context_get_data_file

Create a new data file.

unstable since: 1.0

valent_context_get_domain

Get the context domain.

unstable since: 1.0

valent_context_get_id

Get the context ID.

unstable since: 1.0

valent_context_get_parent

Get the parent context.

valent_context_get_path

Get the virtual path.

unstable since: 1.0

valent_context_get_plugin_context

Create a new ValentContext for a plugin.

unstable since: 1.0

valent_context_get_plugin_settings

Create a GSettings object for a plugin.

unstable since: 1.0

valent_context_get_root

Get the root context.

unstable since: 1.0

valent_context_new

Create a new ValentContext.

unstable since: 1.0

Methods inherited from ValentObject (8)
valent_object_chain_cancellable

Chain a cancellable to the object’s cancellable.

unstable since: 1.0

valent_object_destroy

Destroy the object.

unstable since: 1.0

valent_object_in_destruction

Get whether the object is destroyed or in destruction.

unstable since: 1.0

valent_object_lock

Acquire a lock on object.

unstable since: 1.0

valent_object_notify

Emit GObject::notify on object, on the main thread.

unstable since: 1.0

valent_object_notify_by_pspec

Emit GObject::notify on object, on the main thread.

unstable since: 1.0

valent_object_ref_cancellable

Get a GCancellable for the object.

unstable since: 1.0

valent_object_unlock

Release a lock on object.

unstable since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Valent.Context:domain

The domain for this context.

unstable since: 1.0

Valent.Context:id

The ID for this context.

unstable since: 1.0

Valent.Context:parent

The parent context.

unstable since: 1.0

Properties inherited from ValentObject (1)
Valent.Object:cancellable

The object GCancellable.

unstable since: 1.0

Signals

Signals inherited from ValentObject (1)
ValentObject::destroy

Emitted when the object is being destroyed.

unstable since: 1.0

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 ValentContextClass {
  ValentObjectClass parent_class;
  
}

The virtual function table for ValentContext.

Class members
parent_class: ValentObjectClass
No description available.