<!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_GetNameFromNameRef</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Retrieves the name of the given NameRef as a string.
The NameRef must be valid.
<Returns>
A pointer to the name; you should not free this string.
<SeeAlso>
LQU_NameRefIsValid
</Function>
<Decl>
API char *
LQU_GetNameFromNameRef(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
