Class

interpeerWyrdHandle

since: 0.1.0

Description

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

A handle representing either a vessel resource or a file containing wyrd properties.

Opened via WyrdApi‘s member functions.

Stability: Stable

Available since: 0.1.0

Hierarchy

hierarchy this WyrdHandle ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

interpeer_wyrd_handle_get_property

Retrieves the value of the property at path.

since: 0.1.0

interpeer_wyrd_handle_property_connect
No description available.

unstable since: 1.0

interpeer_wyrd_handle_set_algorithm_choices

On a vessel handle, set the algorithms to use when creating extents. If this function is not called, default algorithm choices will be used instead.

since: 0.1.0

interpeer_wyrd_handle_set_author

On a vessel handle, set the authoring key to use when creating new extents.

since: 0.1.0

interpeer_wyrd_handle_set_property

Sets the property at path to value.

since: 0.1.0

interpeer_wyrd_handle_setup_property_signal

Sets up a signal for the target class to receive that will be emitted when the wyrd property at property_path changes. The signal will have a detail, which is the property_path, meaning you can set up multiple signals for multiple properties.

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