[Pkg-telepathy-commits] [telepathy-mission-control-6] 234/280: McpParameterFlags, McpAttributeFlags: move to the right header

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 0b2293f16df6259d2f2aab1db1fc126c2edae59e
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Jan 28 17:36:33 2014 +0000

    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 356642f..fd6daee 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 aa846f7..186da91 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 <mission-control-plugins/account.h>
 #include <mission-control-plugins/account-storage.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list