#include "frdi_dummy_user.h"
Functions | |
frdi_user_app * | frdiUserAppNew (frdi_app *app) |
int | frdiUserAppRun (frdi_user_app *self) |
void | frdiUserAppFree (frdi_user_app *self) |
char * | frdiUserAppDisplay (frdi_user_app *self) |
void | frdiUserPV (frdi_user_app *self, char *str) |
void | frdiUserPVF (frdi_user_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 |