libjaylink 0.3.1
Library to access J-Link devices
Loading...
Searching...
No Matches
Functions
version.c File Reference

Package and library version functions. More...

#include "libjaylink.h"

Functions

int jaylink_version_package_get_major (void)
 Get the major version number of the libjaylink package.
 
int jaylink_version_package_get_minor (void)
 Get the minor version number of the libjaylink package.
 
int jaylink_version_package_get_micro (void)
 Get the micro version number of the libjaylink package.
 
const char * jaylink_version_package_get_string (void)
 Get the version number string of the libjaylink package.
 
int jaylink_version_library_get_current (void)
 Get the current version number of the libjaylink libtool interface.
 
int jaylink_version_library_get_revision (void)
 Get the revision version number of the libjaylink libtool interface.
 
int jaylink_version_library_get_age (void)
 Get the age version number of the libjaylink libtool interface.
 
const char * jaylink_version_library_get_string (void)
 Get the version number string of the libjaylink libtool interface.
 

Detailed Description

Package and library version functions.

Function Documentation

◆ jaylink_version_library_get_age()

int jaylink_version_library_get_age ( void )

Get the age version number of the libjaylink libtool interface.

Returns
The age version number of the libjaylink libtool interface.
Since
0.1.0

◆ jaylink_version_library_get_current()

int jaylink_version_library_get_current ( void )

Get the current version number of the libjaylink libtool interface.

Returns
The current version number of the libjaylink libtool interface.
Since
0.1.0

◆ jaylink_version_library_get_revision()

int jaylink_version_library_get_revision ( void )

Get the revision version number of the libjaylink libtool interface.

Returns
The revision version number of the libjaylink libtool interface.
Since
0.1.0

◆ jaylink_version_library_get_string()

const char * jaylink_version_library_get_string ( void )

Get the version number string of the libjaylink libtool interface.

Returns
A string which contains the version number of the libjaylink libtool interface. The string is null-terminated and must not be free'd by the caller.
Since
0.1.0

◆ jaylink_version_package_get_major()

int jaylink_version_package_get_major ( void )

Get the major version number of the libjaylink package.

Returns
The major version number of the libjaylink package.
Since
0.1.0

◆ jaylink_version_package_get_micro()

int jaylink_version_package_get_micro ( void )

Get the micro version number of the libjaylink package.

Returns
The micro version number of the libjaylink package.
Since
0.1.0

◆ jaylink_version_package_get_minor()

int jaylink_version_package_get_minor ( void )

Get the minor version number of the libjaylink package.

Returns
The minor version number of the libjaylink package.
Since
0.1.0

◆ jaylink_version_package_get_string()

const char * jaylink_version_package_get_string ( void )

Get the version number string of the libjaylink package.

Returns
A string which contains the version number of the libjaylink package. The string is null-terminated and must not be free'd by the caller.
Since
0.1.0