diff src/audacious/tuple.h @ 3304:00286cde2485 trunk

Make filename a const
author Christian Birchinger <joker@netswarm.net>
date Fri, 10 Aug 2007 15:14:20 +0200
parents 008530664ba1
children e20c1f720153
line wrap: on
line diff
--- a/src/audacious/tuple.h	Fri Aug 10 14:48:13 2007 +0200
+++ b/src/audacious/tuple.h	Fri Aug 10 15:14:20 2007 +0200
@@ -34,7 +34,7 @@
 } TupleValueType;
 
 Tuple *tuple_new(void);
-Tuple *tuple_new_from_filename(gchar *filename);
+Tuple *tuple_new_from_filename(const gchar *filename);
 gboolean tuple_associate_string(Tuple *tuple, const gchar *field, const gchar *string);
 gboolean tuple_associate_int(Tuple *tuple, const gchar *field, gint integer);
 void tuple_disassociate(Tuple *tuple, const gchar *field);