Class

P2pandaNode

Description [src]

final class P2panda.Node : GObject.Object
{
  /* No available fields */
}

P2pandaNode main entry point.

Ancestors

Constructors

p2panda_node_new

Creates a new node with the given options.

Instance methods

p2panda_node_spawn_async
No description available.

p2panda_node_spawn_finish

Finishes the p2panda_node_spawn_async() call.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

P2panda.Node:bootstrap
No description available.

P2panda.Node:database-url
No description available.

P2panda.Node:mdns-mode
No description available.

P2panda.Node:network-id
No description available.

P2panda.Node:private-key
No description available.

P2panda.Node:relay-url
No description available.

Signals

P2panda.Node::system-event

Emitted on system events.

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 P2pandaNodeClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.