comparison src/xs_init.c @ 232:e613873c3379

Thread locking now final. All parts, including GTK GUI, should be(?) properly locked and no race conditions should be present.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 13:13:05 +0000
parents 608f31f6c095
children d04191d1ea64
comparison
equal deleted inserted replaced
231:9d7274a11fb1 232:e613873c3379
44 xs_close, /* Cleanup */ 44 xs_close, /* Cleanup */
45 NULL, /* OBSOLETE! */ 45 NULL, /* OBSOLETE! */
46 NULL, /* Send data to Visualization plugin */ 46 NULL, /* Send data to Visualization plugin */
47 NULL, NULL, /* FILLED BY XMMS */ 47 NULL, NULL, /* FILLED BY XMMS */
48 xs_get_song_info, /* Get song title and length */ 48 xs_get_song_info, /* Get song title and length */
49 NULL, /*xs_fileinfo, Show file-information dialog */ 49 xs_fileinfo, /* Show file-information dialog */
50 NULL /* FILLED BY XMMS */ 50 NULL /* FILLED BY XMMS */
51 }; 51 };
52 52
53 53
54 54