CTWM
Toggle main menu visibility
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/sound.h
Go to the documentation of this file.
1
/*
2
* Copyright 1992 Claude Lecommandeur.
3
*/
4
5
#ifndef _CTWM_SOUND_H
6
#define _CTWM_SOUND_H
7
8
void
sound_init
(
void
);
9
void
sound_clear_list
(
void
);
10
void
sound_load_list
(
void
);
11
void
play_sound
(
int
);
12
void
play_startup_sound
(
void
);
13
void
play_exit_sound
(
void
);
14
void
sound_set_from_config
(
void
);
15
void
toggle_sound
(
void
);
16
void
reread_sounds
(
void
);
17
void
set_sound_host
(
char
*);
18
int
set_sound_event_name
(
const
char
*,
const
char
*);
19
int
set_sound_event
(
int
,
const
char
*);
20
21
#endif
/* _CTWM_SOUND_H */
sound_clear_list
void sound_clear_list(void)
Definition
sound.c:127
play_sound
void play_sound(int snd)
Definition
sound.c:222
sound_load_list
void sound_load_list(void)
Definition
sound.c:152
sound_set_from_config
void sound_set_from_config(void)
Definition
sound.c:268
set_sound_event_name
int set_sound_event_name(const char *ename, const char *soundfile)
Definition
sound.c:311
toggle_sound
void toggle_sound(void)
Definition
sound.c:278
reread_sounds
void reread_sounds(void)
Definition
sound.c:288
sound_init
void sound_init(void)
Definition
sound.c:84
set_sound_event
int set_sound_event(int snd, const char *soundfile)
Definition
sound.c:329
play_startup_sound
void play_startup_sound(void)
Definition
sound.c:252
play_exit_sound
void play_exit_sound(void)
Definition
sound.c:258
set_sound_host
void set_sound_host(char *host)
Definition
sound.c:297
sound.h
Generated by
1.18.0