Hi, I have a general issue about the axiom_element_set_text function.  I
see that it requires an axiom_element_t* object as one of its arguments.
After looking in the source code, I noticed that this object is never
used at all in axiom_element_set_text.  It seems inconvenient to declare
an axiom_element_t* object in my program, pass it in into
axiom_element_set_text and then free it up, when I can just avoid
creating and freeing if the axiom_element_t* object is not being used in
axiom_element_set_text.  Is there a valid reason why an axiom_element_t*
object is required for axiom_element_set_text when it is never used in
that function?  Could it be possible to remove the axiom_element_t*
object from the arguments of axiom_element_set_text, so I don't have to
worry about creating and freeing axiom_element_t* objects?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to