libsigrokdecode  unreleased development snapshot
sigrok protocol decoding library
Functions
version.c File Reference

Version number querying functions, definitions, and macros. More...

#include <config.h>
#include "libsigrokdecode-internal.h"
#include "libsigrokdecode.h"
+ Include dependency graph for version.c:

Go to the source code of this file.

Functions

int srd_package_version_major_get (void)
 Get the major libsigrokdecode package version number. More...
 
int srd_package_version_minor_get (void)
 Get the minor libsigrokdecode package version number. More...
 
int srd_package_version_micro_get (void)
 Get the micro libsigrokdecode package version number. More...
 
const char * srd_package_version_string_get (void)
 Get the libsigrokdecode package version number as a string. More...
 
int srd_lib_version_current_get (void)
 Get the "current" part of the libsigrokdecode library version number. More...
 
int srd_lib_version_revision_get (void)
 Get the "revision" part of the libsigrokdecode library version number. More...
 
int srd_lib_version_age_get (void)
 Get the "age" part of the libsigrokdecode library version number. More...
 
const char * srd_lib_version_string_get (void)
 Get the libsigrokdecode library version number as a string. More...
 
GSList * srd_buildinfo_libs_get (void)
 
char * srd_buildinfo_host_get (void)
 

Detailed Description

Version number querying functions, definitions, and macros.

Definition in file version.c.