Xiqual 0.9.1

In file xitools/node_findbyname.c:

Node* node_findbyname

(Node* node,
  char* nodename)

Return a Node with data containing the specified string.

Documentation

Return a Node with data containing the specified string. This function is useful to find parts of preferences structures. Safe to call on a circular chain of nodes. NOTE: The search starts at the given node.
Parameters:
node - A Node to start searching at.
nodename - Name of node you are looking for.
Author:
Ronny Bangsund, Shane O'Neill
See Also:
List, Node, preferences, variable

Alphabetic index



This page was generated with the help of DOC++.