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

Spawn the node.

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

A node that is used to find other nodes.

P2panda.Node:database-url

The uri to a sqlite database.

P2panda.Node:mdns-mode
No description available.

P2panda.Node:network-id

The id of the network to this node will join.

P2panda.Node:private-key

The private key representing the node’s identity.

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.