comparison src/audacious/plugin.h @ 3703:2e1a1d734112

aud_tuple_disassociate
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 01:06:50 -0500
parents e766d3aec087
children 38259e9394a2
comparison
equal deleted inserted replaced
3702:1c1d3d84f313 3703:2e1a1d734112
332 332
333 #define aud_tuple_new _audvt->tuple_new 333 #define aud_tuple_new _audvt->tuple_new
334 #define aud_tuple_new_from_filename _audvt->tuple_new_from_filename 334 #define aud_tuple_new_from_filename _audvt->tuple_new_from_filename
335 #define aud_tuple_associate_string _audvt->tuple_associate_string 335 #define aud_tuple_associate_string _audvt->tuple_associate_string
336 #define aud_tuple_associate_int _audvt->tuple_associate_int 336 #define aud_tuple_associate_int _audvt->tuple_associate_int
337 #define aud_tuple_dissociate _audvt->tuple_dissociate 337 #define aud_tuple_disassociate _audvt->tuple_disassociate
338 #define aud_tuple_dissociate_now _audvt->tuple_dissociate_now 338 #define aud_tuple_disassociate_now _audvt->tuple_disassociate_now
339 #define aud_tuple_get_value_type _audvt->tuple_get_value_type 339 #define aud_tuple_get_value_type _audvt->tuple_get_value_type
340 #define aud_tuple_get_string _audvt->tuple_get_string 340 #define aud_tuple_get_string _audvt->tuple_get_string
341 #define aud_tuple_get_int _audvt->tuple_get_int 341 #define aud_tuple_get_int _audvt->tuple_get_int
342 #define aud_tuple_free mowgli_object_unref 342 #define aud_tuple_free mowgli_object_unref
343 343