<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/namespace.c">
<Name>LQU_GetDescriptionFromNameRef</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Returns the textual description of the variable associated
with a given NameRef, or NULL if there is none.</P>
<P>Where the description is available, it is intended to be
presented to the user, for example in error messages, and not
to be parsed.</P>
<Notes>
The NameRef must be valid.
</Function>
<Decl>
API char *
LQU_GetDescriptionFromNameRef(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
