File loading
Initializes the gather library and loads all DLLs.
gather_session_file_read_create
GatherSession *gather_session_file_read_create(char *file_name);
Description: Opens a session by reading form a file. will return NULL if the file cant be open or the format is not understood by any plugin.gather_session_destroy
void gather_session_destroy(GatherSession *session);
Description: Destropy a open session.