view src/xs_title.h @ 627:109445214255

More gtk_signal_connect() -> XS_SIGNAL_CONNECT() changes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 02:46:02 +0000
parents ddae043e8e47
children acaba070cf49
line wrap: on
line source

#ifndef XS_TITLE_H
#define XS_TITLE_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_TITLE_H */