[monet] [stylable] use definitions from mn-private rather than re-declaring



commit 04590f402d9c8abfc6ca2cfdb75c2c7199dfa9a1
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Sep 25 14:40:57 2009 +0100

    [stylable] use definitions from mn-private rather than re-declaring
    
    MN_PARAM_READONLY and MN_PARAM_READWRITE are now defined in mn-private.h

 monet/mn-stylable.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/monet/mn-stylable.c b/monet/mn-stylable.c
index a9f519e..59ba28b 100644
--- a/monet/mn-stylable.c
+++ b/monet/mn-stylable.c
@@ -43,6 +43,7 @@
 
 #include "mn-marshal.h"
 #include "mn-stylable.h"
+#include "mn-private.h"
 
 enum
 {
@@ -94,8 +95,6 @@ mn_stylable_base_finalize (gpointer g_iface)
   g_list_free (list);
 }
 
-#define MN_PARAM_READONLY G_PARAM_READABLE | G_PARAM_STATIC_STRINGS
-#define MN_PARAM_READWRITE G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS
 static void
 mn_stylable_base_init (gpointer g_iface)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]