API Version: 1.0
Library Version: 0.27.0
Generated by gi-docgen 2026.1
guint ncm_cfg_get_version ( guint* major, guint* minor, guint* micro )
Gets the version of the library.
major
Type: guint*
guint*
The major version.
minor
The minor version.
micro
The micro version.
Type: guint
guint
The version in the format major * 10000 + minor * 100 + micro.