summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-10 17:27:23 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-10 17:27:23 -0300
commitdfefb0d3ae13686ca323d53afbc5c6ec48f546c3 (patch)
treed0dae69b37c8122d4eb37dd1ec5cad8d292ba8b8 /gladeui/glade-property.h
parentf5e800eca8ffb277dcc31d293c76664990bba79c (diff)
downloadglade-dfefb0d3ae13686ca323d53afbc5c6ec48f546c3.tar.gz
Fix GValueArray deprecation warnings
Diffstat (limited to 'gladeui/glade-property.h')
-rw-r--r--gladeui/glade-property.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index b4ecf5c1..209ac695 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -12,6 +12,8 @@ G_BEGIN_DECLS
#define GLADE_IS_PROPERTY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GLADE_TYPE_PROPERTY))
#define GLADE_PROPERTY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GLADE_PROPERTY, GladePropertyClass))
+#define DEPRECATED_IS_PARAM_SPEC_VALUE_ARRAY(p) G_TYPE_CHECK_INSTANCE_TYPE (p, g_value_array_get_type())
+
typedef struct _GladePropertyClass GladePropertyClass;
typedef struct _GladePropertyPrivate GladePropertyPrivate;