diff src/audacious/pluginenum.c @ 3698:0ef1a18a5583

Export Tuple API.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:04:09 -0500
parents 12e11b15b549
children ddde4794b4e2
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sat Oct 06 21:20:27 2007 -0500
+++ b/src/audacious/pluginenum.c	Sun Oct 07 00:04:09 2007 -0500
@@ -108,6 +108,16 @@
     .cfg_db_set_double = cfg_db_set_double,
 
     .cfg_db_unset_key = cfg_db_unset_key,
+
+    .tuple_new = tuple_new,
+    .tuple_new_from_filename = tuple_new_from_filename,
+    .tuple_associate_string = tuple_associate_string,
+    .tuple_associate_int = tuple_associate_int,
+    .tuple_dissociate = tuple_dissociate
+    .tuple_dissociate_now = tuple_dissociate_now,
+    .tuple_get_value_type = tuple_get_value_type,
+    .tuple_get_string = tuple_get_string,
+    .tuple_get_int = tuple_get_int,
 };
 
 /*****************************************************************/