Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4606:6b76f8589f5d
Added a temporary function str_assert_utf8() for finding points in code
where string data should be UTF-8 but might not be. In case of valid UTF-8
a copy of string is returned. If string is NOT valid UTF-8, a call backtrace
is printed and str_to_utf() is called instead.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 04 Jun 2008 23:17:47 +0300 |
parents | 2eee464379dc |
children | b87f8c707b7f |
line wrap: on
line source
#ifndef AUDACIOUS_UI_CREDITS_H #define AUDACIOUS_UI_CREDITS_H void show_about_window(void); void hide_about_window(void); void show_credits_window(void); #endif /* AUDACIOUS_UI_CREDITS_H */