#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/misc2.h>
#include <gwenhywfar/xml.h>
Go to the source code of this file.
|
|
|
|
|
Loads a list of plugins descriptions. When parsing the description files entries for the current language will be selected. The current language can be set via GWEN_I18N_SetLocale.
|
|
|
|
|
|
|
|
|
|
Seeks for a long description with the given format and appends it to the data in the given buffer. The DESCR tag of the plugin description is expected to contain sub tags named TEXT with the property "FORMAT" describing the format. Currently supported format is "html".
|
|
|
|
|
|
|
|
|
|
Returns the XML node this description consists of (the "plugin" node). It may contain additional information used by programs. This function does not relinquish ownership of the returned pointer, so you MUST NOT free it. As soon as the description itself is destroyed this XML node will be, too. So you have to call GWEN_XMLNode_dup() if you want the XML node to survive the description. |
|
|
|
|
|
|
|
|