Top | ![]() |
![]() |
![]() |
![]() |
gboolean
fm_init (FmConfig *config
);
Initializes libfm data. This API should be always called before any other Libfm function is called. It is idempotent.
Since: 0.1.0
void
fm_finalize ();
Frees libfm data.
This API should be called exactly that many times the fm_init()
was
called before.
Since: 0.1.0
const char *
fm_version (void
);
Returns text representation of Libfm version.
Since: 1.2.0