#include <stdio.h>
#include <audacious/api.h>
Go to the source code of this file.
Defines | |
#define | AUDDBG(...) do {if (* _aud_api_table->verbose) {printf ("%s:%d [%s]: ", __FILE__, __LINE__, __FUNCTION__); printf (__VA_ARGS__);}} while (0) |
#define AUDDBG | ( | ... | ) | do {if (* _aud_api_table->verbose) {printf ("%s:%d [%s]: ", __FILE__, __LINE__, __FUNCTION__); printf (__VA_ARGS__);}} while (0) |
Definition at line 32 of file debug.h.
Referenced by audacious_rc_init(), cd_chardet_to_utf8(), check_opened(), do_autosave(), effect_enable(), effect_insert(), effect_remove(), effect_start(), effect_start_cb(), enable_multi(), enable_single(), file_find_decoder(), general_load(), general_unload(), iface_plugin_set_current(), import_winamp_eqf(), increase_buffer(), init_dbus(), init_paths(), init_two(), main(), mpris_player_init(), mpris_tracklist_init(), playlist_load(), playlist_save(), plugin_enable(), plugin_load(), plugin_prune(), plugin_register(), plugin_register_loaded(), probe_buffer_fseek(), probe_by_content(), probe_by_extension(), probe_by_mime(), probe_by_scheme(), probe_func(), probe_func_fast(), set_gain(), shut_down(), start_multi_cb(), start_single(), stop_multi_cb(), stop_plugins(), vis_load(), and vis_unload().