gopersist-gtk
gopersist-gtk — Library initialisation and shutdown for gopersist with gtk support.
|
|
Description
API for initialising gopersist before use and final shutdown for gopersist built with support for the Gtk+ toolkit.
Details
gopersist_gtk_init ()
void gopersist_gtk_init (int *argc,
char **argv[]);
Initialise the gopersist library with gtk support. Mandatory before
calling any other functions.
gopersist_gtk_shutdown ()
void gopersist_gtk_shutdown (void);
Shutdown the gopersist library with gtk support.