How to know when attribute processing is done, even with no attributes specified
Apr 18 2012 | 2:01 pm
Hi all,
In the C API there is the attr_args_process function that I call to process the attributes entered in an object box. In Java this happens automatically, from what I can see sometime after the constructor of the object has completed.
I would however like to know when the processing of attributes is complete, so that I can take action if an attribute has -not- been specified. Is there a function that can notify me when this has been done?
Many thanks,
Mattijs