Class

interpeerWyrdApi

since: 0.1.0

Description

final class interpeer.WyrdApi : GObject.Object
{
  /* No available fields */
}

Create a Wyrd API instance. This is the entry point for all wyrd functionality.

Stability: Stable

Available since: 0.1.0

Hierarchy

hierarchy this WyrdApi ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

interpeer_wyrd_api_open_file

Opens an otherwise unstructured file for storing/retrieving wyrd properties.

deprecated: 0.1.0 since: 0.1.0

interpeer_wyrd_api_open_resource

Opens a vessel resource with the given identifier for storing wyrd properties within.

since: 0.1.0

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.

unstable since: 2.0

Class structure

struct interpeerWyrdApiClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.