Constructor
P2pandaTopicnew
Declaration [src]
P2pandaTopic*
p2panda_topic_new (
P2pandaNode* node,
P2pandaTopicId* topic_id,
uint flags
)
Parameters
node-
Type:
P2pandaNodeNo description available.
The data is owned by the caller of the function. topic_id-
Type:
P2pandaTopicIdNo description available.
The argument can be NULL.The data is owned by the caller of the function. flags-
Type:
uintNo description available.
Return value
Type: P2pandaTopic
A new P2pandaNode.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |