C-Pluff C API  0.1.4
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_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_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 Jan 1 2016 23:17:02 for C-Pluff C API by doxygen 1.8.6