Function Macro

GLibnode_append

Declaration

#define g_node_append (
  parent,
  node
)

Description

Inserts a GNode as the last child of the given parent.

This function is not directly available to language bindings.

Parameters

parent

Type: -

The GNode to place the new GNode under.

node

Type: -

The GNode to insert.