#include "ap_Args.h"
#include "ap_UnixApp.h"
#include "libabiword.h"
Functions | |
void | libabiword_init (int argc, char **argv) |
libabiword_init: : argument count : (array length=argc): Commandline arguments | |
void | libabiword_init_noargs () |
libabiword_init_noargs: | |
void | libabiword_shutdown () |
Variables | |
static AP_UnixApp * | _abiword_app = NULL |
void libabiword_init | ( | int | argc, | |
char ** | argv | |||
) |
libabiword_init: : argument count : (array length=argc): Commandline arguments
Initializes libabiword
void libabiword_init_noargs | ( | ) |
libabiword_init_noargs:
Initializes libabiword
void libabiword_shutdown | ( | ) |
AP_UnixApp* _abiword_app = NULL [static] |