int ungetann(DB_Annotator an, DB_Annotation *annot)
Return:
*annot
was not pushed back)
This function arranges for the annotation structure pointed to by
annot to be the next one read by getann
from input
annotator an. The pushed-back annotation need not necessarily be
one originally read by getann
. No more than one annotation may
be pushed back at a time for each input annotator. (This function was
first introduced in DB library version 5.3.)
Go to the first, previous, next, last section, table of contents.