#include "frdi_dummy_host.h"
Functions | |
frdi_host_app * | frdiHostAppNew (frdi_app *app) |
int | frdiHostAppRun (frdi_host_app *self) |
void | frdiHostAppFree (frdi_host_app *self) |
char * | frdiHostAppDisplay (frdi_host_app *self) |
void | frdiHostPV (frdi_host_app *self, char *str) |
void | frdiHostPVF (frdi_host_app *self, char *format, void *arg) |
|
create the object |
|
doesn't exist until app ready to close the main loop. returns EXIT_FAILURE or EXIT_SUCCESS |
|
release the object |
|
return information about this application as a string |
|
print if verbose |
|
print if verbose using format |