C-Pluff C API  0.1.4
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

#define CP_SP_UPGRADE

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

#define CP_SP_STOP_ALL_ON_UPGRADE

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

#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).

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