#include "config.h"#include "i18n.h"#include "misc.h"Go to the source code of this file.
Functions | |
| void | get_audacious_credits (const gchar **brief, const gchar ***credits, const gchar ***translators) |
Variables | |
| static const gchar * | audacious_brief |
| static const gchar * | credit_text [] |
| static const gchar * | translators_text [] |
| void get_audacious_credits | ( | const gchar ** | brief, | |
| const gchar *** | credits, | |||
| const gchar *** | translators | |||
| ) |
const gchar* audacious_brief [static] |
N_("<big><b>Audacious %s</b></big>\n"
"An audio player for many platforms.\n"
"Copyright (C) 2005-2011 Audacious Development Team")
Definition at line 30 of file credits.c.
Referenced by get_audacious_credits().
const gchar* credit_text[] [static] |
Definition at line 35 of file credits.c.
Referenced by get_audacious_credits().
const gchar* translators_text[] [static] |
Definition at line 177 of file credits.c.
Referenced by get_audacious_credits().
1.7.1