comparison audacious/titlestring.h @ 1355:2a69c94320e6 trunk

[svn] - add tuple->formatter to tuplespace
author nenolod
date Wed, 28 Jun 2006 19:06:06 -0700
parents 6d9c45d157f9
children f12d7e208b43
comparison
equal deleted inserted replaced
1354:a0b8858c0342 1355:2a69c94320e6
45 gchar *comment; /* %c */ 45 gchar *comment; /* %c */
46 gchar *file_name; /* %f */ 46 gchar *file_name; /* %f */
47 const gchar *file_ext; /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */ 47 const gchar *file_ext; /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */
48 gchar *file_path; /* %F */ 48 gchar *file_path; /* %F */
49 gint length; /* not displayable */ 49 gint length; /* not displayable */
50 gchar *formatter; /* not displayable */
50 } TitleInput; 51 } TitleInput;
51 52
52 typedef TitleInput BmpTitleInput; 53 typedef TitleInput BmpTitleInput;
53 54
54 55