#include <glib.h>
Go to the source code of this file.
Functions | |
GPtrArray * | luau_parseUpdateFileXML (char *contents) |
Provides functionality to read in the Luau software repository file format and output a GPtrArray of all available software updates.
Definition in file parseupdates.h.
|
Definition at line 61 of file parseupdatesxml.c. References ERROR, G_LOCK, G_UNLOCK, luau_parseInterface(), luau_satisfiesInterface(), LUAU_XML_INTERFACE_MAJOR, LUAU_XML_INTERFACE_MINOR, AInterface::major, AInterface::minor, parseUpdates(), and updates. Referenced by luau_net_queryServer(). |