<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/trace.c">
<Name>LQT_SetTraceFlag</Name>
<Class>Tracing
<Purpose>
<P>Adds the given argument to the current lq-text trace flags.
You can add several flags at a time by combining them with
bitwise or.
If you do, the return value may be hard to decipher, although
since the return value is primarily of interest to internal
liblqtext routines, this probably doesn't matter.
<Returns>
non-zero if any of the the given flags were set.
<SeeAlso>
LQT_Trace
LQT_UnSetTraceFlag
LQT_GetTraceFlags
</Function>
<Decl>
API t_TraceFlag
LQT_SetTraceFlag(theFlag)
    t_TraceFlag theFlag;
</Decl>
</Entry>
