Top | ![]() |
![]() |
![]() |
![]() |
#define | FM_CHECK_VERSION() |
void | fm_finalize () |
gboolean | fm_init () |
const char * | fm_version () |
#define | FM_VERSION_MAJOR |
#define | FM_VERSION_MICRO |
#define | FM_VERSION_MINOR |
extern GQuark | fm_qdata_id |
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
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
const char *
fm_version (void
);
Returns text representation of Libfm version.
Since: 1.2.0