File: gettext.info, Node: po_flag_iterator_t API, Next: Checking API, Prev: Format Type API, Up: libgettextpo 10.13.8 po_flag_iterator_t API ------------------------------ The following functions apply to a ‘po_flag_iterator_t’ object, as returned by the functions ‘po_message_workflow_flags_iterator’ and ‘po_message_sticky_flags_iterator’. -- Function: void po_flag_iterator_free (po_flag_iterator_t ITERATOR) The ‘po_flag_iterator_free’ function frees the given ITERATOR. -- Function: const char * po_flag_next (po_flag_iterator_t ITERATOR) The ‘po_flag_next’ function returns the next flag of the given kind on the given message. At the end of the list of flags, it returns ‘NULL’.
