From 0b2293f16df6259d2f2aab1db1fc126c2edae59e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 28 Jan 2014 17:36:33 +0000 Subject: McpParameterFlags, McpAttributeFlags: move to the right header --- mission-control-plugins/account-storage.h | 10 ++++++++++ mission-control-plugins/mission-control-plugins.h | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mission-control-plugins/account-storage.h b/mission-control-plugins/account-storage.h index 356642f6..fd6daee1 100644 --- a/mission-control-plugins/account-storage.h +++ b/mission-control-plugins/account-storage.h @@ -31,6 +31,16 @@ G_BEGIN_DECLS #define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_DEFAULT 0 #define MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_NORMAL 100 +typedef enum /*< flags >*/ +{ + MCP_PARAMETER_FLAG_NONE = 0 +} McpParameterFlags; + +typedef enum /*< flags >*/ +{ + MCP_ATTRIBUTE_FLAG_NONE = 0 +} McpAttributeFlags; + typedef enum { MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED = 0, MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED, diff --git a/mission-control-plugins/mission-control-plugins.h b/mission-control-plugins/mission-control-plugins.h index aa846f78..186da91d 100644 --- a/mission-control-plugins/mission-control-plugins.h +++ b/mission-control-plugins/mission-control-plugins.h @@ -27,14 +27,6 @@ #define MCP_API_VERSION_5_18 (518) -typedef enum { - MCP_PARAMETER_FLAG_NONE = 0, -} McpParameterFlags; - -typedef enum { - MCP_ATTRIBUTE_FLAG_NONE = 0 -} McpAttributeFlags; - #define _MCP_IN_MISSION_CONTROL_PLUGINS_H #include #include -- cgit v1.2.3