comparison libaudacious/titlestring.h @ 1229:e4b17654a83b trunk

[svn] - Add TitleInput.length member.
author nenolod
date Wed, 14 Jun 2006 18:46:43 -0700
parents cb178e5ad177
children 2a69c94320e6
comparison
equal deleted inserted replaced
1228:db4ce8342aaa 1229:e4b17654a83b
44 gchar *genre; /* %g */ 44 gchar *genre; /* %g */
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 } TitleInput; 50 } TitleInput;
50 51
51 typedef TitleInput BmpTitleInput; 52 typedef TitleInput BmpTitleInput;
52 53
53 54