changeset 3328:e20c1f720153 trunk

defined a tuple_free for tuple namespace consistency
author Giacomo Lozito <james@develia.org>
date Sat, 11 Aug 2007 12:03:56 +0200
parents 5296086f20cf
children 8745ffb73f49
files src/audacious/tuple.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.h	Sat Aug 11 15:03:51 2007 +0900
+++ b/src/audacious/tuple.h	Sat Aug 11 12:03:56 2007 +0200
@@ -41,5 +41,6 @@
 TupleValueType tuple_get_value_type(Tuple *tuple, const gchar *field);
 const gchar *tuple_get_string(Tuple *tuple, const gchar *field);
 int tuple_get_int(Tuple *tuple, const gchar *field);
+#define tuple_free(x) mowgli_object_unref(x);
 
 #endif