in_node_get_properties

Gets all the property keys for the given node.

version(IN_DYNLIB)
export extern (C) @nogc
const(quark_t)*
in_node_get_properties
(,
ref uint count
)

Parameters

self in_node_t*

The node to operate on.

count uint

Variable to store the quark count in.

Return Value

Type: const(quark_t)*

A pointer to the key list of the node on success, null otherwise.

Meta