C-Pluff C API  0.2.0
Functions
Framework information

These functions can be used to query runtime information about the linked in C-Pluff implementation. More...

Functions

CP_IMPORT const char * cp_get_version (void)
 Returns the release version string of the linked in C-Pluff implementation. More...
 
CP_IMPORT const char * cp_get_host_type (void)
 Returns the canonical host type associated with the linked in C-Pluff implementation. More...
 

Detailed Description

These functions can be used to query runtime information about the linked in C-Pluff implementation.

They may be used by the main program or by a plug-in runtime.

Function Documentation

◆ cp_get_version()

CP_IMPORT const char* cp_get_version ( void  )

Returns the release version string of the linked in C-Pluff implementation.

Returns
the C-Pluff release version string

◆ cp_get_host_type()

CP_IMPORT const char* cp_get_host_type ( void  )

Returns the canonical host type associated with the linked in C-Pluff implementation.

A multi-platform installation manager could use this information to determine what plug-in versions to install.

Returns
the canonical host type

Generated on Fri May 1 2020 01:06:58 for C-Pluff C API by doxygen 1.8.13