annotate src/xs_sidplay1.h @ 632:36ccf30d3d22

Move prototypes of xs_tuneinfo_*() to xs_slsup.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:20:05 +0000
parents fa95d942f226
children 66037fba3d76
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
526
fa95d942f226 Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Matti Hamalainen <ccr@tnsp.org>
parents: 467
diff changeset
1 #ifndef XS_SIDPLAY1_H
fa95d942f226 Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Matti Hamalainen <ccr@tnsp.org>
parents: 467
diff changeset
2 #define XS_SIDPLAY1_H
72
e3b205a6bc7e Lots re-arranging and new code for upcoming modularization.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
3
526
fa95d942f226 Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Matti Hamalainen <ccr@tnsp.org>
parents: 467
diff changeset
4 #include "xs_player.h"
467
9dafc55c4270 Beginnings of vfs portability.
Matti Hamalainen <ccr@tnsp.org>
parents: 454
diff changeset
5 #include "xs_support.h"
632
36ccf30d3d22 Move prototypes of xs_tuneinfo_*() to xs_slsup.h
Matti Hamalainen <ccr@tnsp.org>
parents: 526
diff changeset
6 #include "xs_slsup.h"
72
e3b205a6bc7e Lots re-arranging and new code for upcoming modularization.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
7
230
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
8 #ifdef __cplusplus
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
9 extern "C" {
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
10 #endif
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
11
526
fa95d942f226 Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Matti Hamalainen <ccr@tnsp.org>
parents: 467
diff changeset
12 gboolean xs_sidplay1_probe(t_xs_file *);
73
2bc607888f53 Added libsidplay2 module, lots of reworking of internals, sidplay1 support
Matti Hamalainen <ccr@tnsp.org>
parents: 72
diff changeset
13 void xs_sidplay1_close(t_xs_status *);
2bc607888f53 Added libsidplay2 module, lots of reworking of internals, sidplay1 support
Matti Hamalainen <ccr@tnsp.org>
parents: 72
diff changeset
14 gboolean xs_sidplay1_init(t_xs_status *);
2bc607888f53 Added libsidplay2 module, lots of reworking of internals, sidplay1 support
Matti Hamalainen <ccr@tnsp.org>
parents: 72
diff changeset
15 gboolean xs_sidplay1_initsong(t_xs_status *);
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 87
diff changeset
16 guint xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint);
454
730b40033055 Functions renamed, added update function.
Matti Hamalainen <ccr@tnsp.org>
parents: 364
diff changeset
17 gboolean xs_sidplay1_load(t_xs_status *, gchar *);
730b40033055 Functions renamed, added update function.
Matti Hamalainen <ccr@tnsp.org>
parents: 364
diff changeset
18 void xs_sidplay1_delete(t_xs_status *);
730b40033055 Functions renamed, added update function.
Matti Hamalainen <ccr@tnsp.org>
parents: 364
diff changeset
19 t_xs_tuneinfo* xs_sidplay1_getinfo(gchar *);
730b40033055 Functions renamed, added update function.
Matti Hamalainen <ccr@tnsp.org>
parents: 364
diff changeset
20 gboolean xs_sidplay1_updateinfo(t_xs_status *);
72
e3b205a6bc7e Lots re-arranging and new code for upcoming modularization.
Matti Hamalainen <ccr@tnsp.org>
parents: 71
diff changeset
21
230
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
22 #ifdef __cplusplus
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
23 }
608f31f6c095 Raw cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
24 #endif
526
fa95d942f226 Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Matti Hamalainen <ccr@tnsp.org>
parents: 467
diff changeset
25 #endif /* XS_SIDPLAY1_H */