[gegl/pippin/property-keys] property-keys: rename quark of qdata



commit 66e5c579b964424d7627ec89cec699dcb02a91af
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed May 14 21:09:52 2014 +0200

    property-keys: rename quark of qdata

 gegl/operation/gegl-operation-property-keys.c |    2 +-
 gegl/property-types/gegl-paramspecs.c         |   26 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-property-keys.c b/gegl/operation/gegl-operation-property-keys.c
index 4f97c50..e83c2f6 100644
--- a/gegl/operation/gegl-operation-property-keys.c
+++ b/gegl/operation/gegl-operation-property-keys.c
@@ -33,7 +33,7 @@ gegl_paramspec_get_property_key_ht (GParamSpec  *pspec,
   GHashTable *ret = NULL;
   if (pspec)
     {
-      GQuark quark = g_quark_from_static_string ("meta");
+      GQuark quark = g_quark_from_static_string ("gegl-property-keys");
       ret = g_param_spec_get_qdata (pspec, quark);
       if (!ret && create)
       {
diff --git a/gegl/property-types/gegl-paramspecs.c b/gegl/property-types/gegl-paramspecs.c
index 490e78a..6fb7cb8 100644
--- a/gegl/property-types/gegl-paramspecs.c
+++ b/gegl/property-types/gegl-paramspecs.c
@@ -811,7 +811,7 @@ gegl_param_spec_double_from_vararg (const char *name, ...)
                                GEGL_PARAM_PAD_INPUT));
 #endif
 
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -882,7 +882,7 @@ gegl_param_spec_int_from_vararg (const char *name, ...)
                                GEGL_PARAM_PAD_INPUT));
 #endif
 
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -926,7 +926,7 @@ gegl_param_spec_boolean_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -969,7 +969,7 @@ gegl_param_spec_string_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1013,7 +1013,7 @@ gegl_param_spec_file_path_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1058,7 +1058,7 @@ gegl_param_spec_enum_from_vararg (const char *name, GType enum_type, ...)
                              G_PARAM_READWRITE |
                              G_PARAM_CONSTRUCT |
                              GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1097,7 +1097,7 @@ gegl_param_spec_pointer_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1137,7 +1137,7 @@ gegl_param_spec_object_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1180,7 +1180,7 @@ gegl_param_spec_curve_from_vararg (const char *name, ...)
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
   g_object_unref (curve);
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1219,7 +1219,7 @@ gegl_param_spec_path_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1258,7 +1258,7 @@ gegl_param_spec_format_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1304,7 +1304,7 @@ gegl_param_spec_color_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }
@@ -1343,7 +1343,7 @@ gegl_param_spec_seed_from_vararg (const char *name, ...)
                             G_PARAM_READWRITE |
                             G_PARAM_CONSTRUCT |
                             GEGL_PARAM_PAD_INPUT));
-  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("meta"),
+  g_param_spec_set_qdata_full (pspec, g_quark_from_static_string ("gegl-property-keys"),
                                ht, (GDestroyNotify)g_hash_table_unref);
   return pspec;
 }


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