Add/Update translations
[gmpc-dynamic-playlist.git] / tests / fixture_gmpc.h
blob6cf4be00af03c058f00623824942e3316689ea66
1 #ifndef _DYN_LIST_FIXTURE_GMPC
2 #define _DYN_LIST_FIXTURE_GMPC
4 void fake_gmpc_init();
5 void fake_gmpc_free();
7 void prepare_main_iteration();
8 void start_main_iteration();
10 void g_assert_message(const gchar* l_msg);
11 void g_assert_log(const gchar* l_msg);
13 void redirect_log(const gchar* l_domain, GLogLevelFlags l_flags, const gchar* l_message, gpointer l_data);
15 #endif
17 /* vim:set ts=4 sw=4: */