| Enumerations | |
| enum | cp_status_t { CP_OK = 0, CP_ERR_RESOURCE, CP_ERR_UNKNOWN, CP_ERR_IO, CP_ERR_MALFORMED, CP_ERR_CONFLICT, CP_ERR_DEPENDENCY, CP_ERR_RUNTIME } | 
| An enumeration of status codes returned by API functions.  More... | |
| enum | cp_plugin_state_t { CP_PLUGIN_UNINSTALLED, CP_PLUGIN_INSTALLED, CP_PLUGIN_RESOLVED, CP_PLUGIN_STARTING, CP_PLUGIN_STOPPING, CP_PLUGIN_ACTIVE } | 
| An enumeration of possible plug-in states.  More... | |
| enum | cp_log_severity_t { CP_LOG_DEBUG, CP_LOG_INFO, CP_LOG_WARNING, CP_LOG_ERROR } | 
| An enumeration of possible message severities for framework logging.  More... | |
| enum cp_status_t | 
An enumeration of status codes returned by API functions.
Most of the interface functions return a status code. The returned status code either indicates successful completion of the operation or some specific kind of error. Some functions do not return a status code because they never fail.
| enum cp_plugin_state_t | 
An enumeration of possible plug-in states.
Plug-in states are controlled by plug-in management functions. Plug-in states can be observed by registering a plug-in listener function or by calling cp_get_plugin_state.
| enum cp_log_severity_t | 
An enumeration of possible message severities for framework logging.
These constants are used when passing a log message to a logger function and when registering a logger function.
Generated on Fri Apr 6 15:40:55 2007 for C-Pluff C API by  1.5.1
 1.5.1