#include <glib.h>
Go to the source code of this file.
Functions | |
gboolean | luau_install_rpm (const char *filename) |
gboolean | luau_install_deb (const char *filename) |
gboolean | luau_install_src (const char *filename) |
gboolean | luau_install_exec (const char *filename) |
gboolean | luau_install_autopkg (const char *filename) |
Allows Luau to automatically install supported package files (RPMs, DEBs, self-executing files, and autopackage files). May be preferable to override these functions and provide your own installation routines.
Definition in file install.h.
|
Definition at line 127 of file install.c. References luau_install_exec(). Referenced by luau_installPackage(). |
|
Definition at line 70 of file install.c. References ERROR, and lutil_createString(). Referenced by luau_installPackage(). |
|
Definition at line 105 of file install.c. References ERROR. Referenced by luau_install_autopkg(), and luau_installPackage(). |
|
Definition at line 40 of file install.c. References ERROR, and lutil_createString(). Referenced by luau_installPackage(). |
|
Definition at line 100 of file install.c. References ERROR. Referenced by luau_installPackage(). |