gopersist-gtk

gopersist-gtk — Library initialisation and shutdown for gopersist with gtk support.

Synopsis




void        gopersist_gtk_init              (int *argc,
                                             char **argv[]);
void        gopersist_gtk_shutdown          (void);

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.

argc :
argv :

gopersist_gtk_shutdown ()

void        gopersist_gtk_shutdown          (void);

Shutdown the gopersist library with gtk support.