summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 15:05:52 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 15:05:52 +0100
commit23949e9d81b968d8c0b9bcbb21c949cf246c22f7 (patch)
treebe2cc5a8ed6c3611efdf3a9aeb32229e2f91b004 /telepathy-glib/util.h
parentc20140663f240a922dc882d90d8d9a30818c9747 (diff)
downloadtelepathy-glib-23949e9d81b968d8c0b9bcbb21c949cf246c22f7.tar.gz
util.h: define tp_value_array_free if version is at least 0.24telepathy-glib-0.23.0
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index d00f69b9b..af63a3a99 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -120,7 +120,7 @@ void tp_value_array_unpack (GValueArray *array,
/* Work around GLib having deprecated something that is part of our API. */
_TP_AVAILABLE_IN_0_24
void tp_value_array_free (GValueArray *va);
-#if TP_VERSION_MAX_ALLOWED >= _TP_VERSION_CUR_STABLE
+#if TP_VERSION_MAX_ALLOWED >= TP_VERSION_0_24
#define tp_value_array_free(va) _tp_value_array_free_inline (va)
#ifndef __GTK_DOC_IGNORE__ /* gtk-doc can't parse this */
static inline void