89e18a513c
* book.dox Rework a bit of the structure * midi2/support Separate the overview (or Introduction) from the list of elements in a module. * support Wrote initial documentation for Beep/BufferIO/DataIO * Stub for article on archiving. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20307 a95241bf-73f2-0310-859d-f6bbb57e9c96
32 lines
514 B
Plaintext
32 lines
514 B
Plaintext
/*!
|
|
\file Beep.h
|
|
\brief Functions to generate sounds from the computer.
|
|
*/
|
|
|
|
/*!
|
|
\addtogroup support_globals
|
|
@{
|
|
*/
|
|
|
|
/*!
|
|
\fn status_t beep()
|
|
\brief TODO: Not implemented nor documented.
|
|
|
|
From Beep.h and in libbe.so.
|
|
*/
|
|
|
|
/*!
|
|
\fn status_t system_beep(const char* eventName)
|
|
\brief TODO: Not implemented nor documented.
|
|
|
|
From Beep.h and in libbe.so.
|
|
*/
|
|
|
|
/*!
|
|
\fn status_t add_system_beep_event(const char* eventName, uint32 flags = 0)
|
|
\brief TODO: Not implemented nor documented.
|
|
|
|
From Beep.h and in libbe.so.
|
|
*/
|
|
|
|
//! @} |