mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
plugins: add option for software manage integration
NOTE: bitmask enumeration should be better for more flexibility
Origin commit data
------------------
Commit: 5e0f9d0e97
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)
This commit is contained in:
13
src/plugin.h
13
src/plugin.h
@@ -15,12 +15,13 @@ enum
|
||||
// plugin integration as defined in plugin's cfg
|
||||
enum
|
||||
{
|
||||
PLUGIN_INTEGRATION_DISABLED = 0,
|
||||
PLUGIN_INTEGRATION_MAIN = 1,
|
||||
PLUGIN_INTEGRATION_MULTIMEDIA = 2,
|
||||
PLUGIN_INTEGRATION_SETTING = 3,
|
||||
PLUGIN_INTEGRATION_SERVICE = 4,
|
||||
PLUGIN_INTEGRATION_INFORMATION = 5
|
||||
PLUGIN_INTEGRATION_DISABLED = 0,
|
||||
PLUGIN_INTEGRATION_MAIN = 1,
|
||||
PLUGIN_INTEGRATION_MULTIMEDIA = 2,
|
||||
PLUGIN_INTEGRATION_SETTING = 3,
|
||||
PLUGIN_INTEGRATION_SERVICE = 4,
|
||||
PLUGIN_INTEGRATION_INFORMATION = 5,
|
||||
PLUGIN_INTEGRATION_SOFTWARE_MANAGE = 6
|
||||
};
|
||||
|
||||
#endif // __plugin_h__
|
||||
|
Reference in New Issue
Block a user