libxml2 Reference Manual |
---|
globals - interface for all global variables of the library
Deprecated, don't use
Author(s):
typedef struct _xmlGlobalState xmlGlobalState; typedef xmlGlobalState * xmlGlobalStatePtr; xmlGlobalStatePtr xmlGetGlobalState (void); void xmlInitializeGlobalState (xmlGlobalStatePtr gs);
struct _xmlGlobalState { The content of this structure is not made public by the API. } xmlGlobalState;
xmlGlobalState * xmlGlobalStatePtr;
void xmlInitializeGlobalState (xmlGlobalStatePtr gs)
DEPRECATED: No-op.
gs: | a pointer to a newly allocated global state |