You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current 4.0 API can be further improved by moving all of the thread-global options/callbacks and call-time load/save callbacks into a common mxml_options_t object that can be passed to the mxmlLoadXxx and mxmlSaveXxx functions. Proposed API is as follows:
The string callback functions would remain thread-global since otherwise we'd need to pass the options everywhere or maintain extra pointers in the mxml_node_t structure.
The text was updated successfully, but these errors were encountered:
The current 4.0 API can be further improved by moving all of the thread-global options/callbacks and call-time load/save callbacks into a common
mxml_options_t
object that can be passed to themxmlLoadXxx
andmxmlSaveXxx
functions. Proposed API is as follows:The string callback functions would remain thread-global since otherwise we'd need to pass the options everywhere or maintain extra pointers in the
mxml_node_t
structure.The text was updated successfully, but these errors were encountered: