C-Pluff C API  0.2.0
Macros
Flags for plug-in scanning

These constants can be orred together for the flags parameter of cp_scan_plugins. More...

Macros

#define CP_SP_UPGRADE
 This flag enables upgrades of installed plug-ins by unloading the old version and installing the new version. More...
 
#define CP_SP_STOP_ALL_ON_UPGRADE
 This flag causes all plug-ins to be stopped before any plug-ins are to be upgraded. More...
 
#define CP_SP_STOP_ALL_ON_INSTALL
 This flag causes all plug-ins to be stopped before any plugins are to be installed (also if new version is to be installed as part of an upgrade). More...
 
#define CP_SP_RESTART_ACTIVE
 Setting this flag causes the currently active plug-ins to be restarted after all changes to the plug-ins have been made (if they were stopped). More...
 

Detailed Description

These constants can be orred together for the flags parameter of cp_scan_plugins.

Macro Definition Documentation

◆ CP_SP_UPGRADE

#define CP_SP_UPGRADE

This flag enables upgrades of installed plug-ins by unloading the old version and installing the new version.

◆ CP_SP_STOP_ALL_ON_UPGRADE

#define CP_SP_STOP_ALL_ON_UPGRADE

This flag causes all plug-ins to be stopped before any plug-ins are to be upgraded.

◆ CP_SP_STOP_ALL_ON_INSTALL

#define CP_SP_STOP_ALL_ON_INSTALL

This flag causes all plug-ins to be stopped before any plugins are to be installed (also if new version is to be installed as part of an upgrade).

◆ CP_SP_RESTART_ACTIVE

#define CP_SP_RESTART_ACTIVE

Setting this flag causes the currently active plug-ins to be restarted after all changes to the plug-ins have been made (if they were stopped).


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