Top | ![]() |
![]() |
![]() |
![]() |
gboolean
inf_init (GError **error
);
This function initializes the libinfinity library and should be called before any other functions of the library. The function does nothing if it has already been called before.
void
inf_deinit (void
);
This functions deinitializes the libinfinity library. Make sure that all
objects the library provides have been freed before calling this function.
If inf_init()
has been called multiple times, then inf_deinit()
needs to be
called the same number of times to actually deinitialize the library.