X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fchimara-sections.txt;h=d7aa8e31bd327ce6f9169532b118e289a51b9fc5;hb=1517709438931d163e561b67991af15ec1d358c5;hp=f582924e48155fad645f30afc3719cd9d14b23e2;hpb=72c1dbf18046fd704cf5cc33bcd7d98f02c27f75;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/chimara-sections.txt b/docs/reference/chimara-sections.txt index f582924..d7aa8e3 100644 --- a/docs/reference/chimara-sections.txt +++ b/docs/reference/chimara-sections.txt @@ -20,8 +20,10 @@ chimara_glk_set_css_to_default chimara_glk_set_css_from_file chimara_glk_set_css_from_string chimara_glk_run +chimara_glk_run_file chimara_glk_stop chimara_glk_wait +chimara_glk_unload_plugin chimara_glk_get_running chimara_glk_feed_char_input chimara_glk_feed_line_input @@ -53,6 +55,7 @@ chimara_if_new chimara_if_set_preferred_interpreter chimara_if_get_preferred_interpreter chimara_if_run_game +chimara_if_run_game_file chimara_if_get_format chimara_if_get_interpreter @@ -129,6 +132,7 @@ gestalt_MouseInput gestalt_Timer gestalt_Graphics gestalt_DrawImage +gestalt_Sound2 gestalt_Sound gestalt_SoundVolume gestalt_SoundNotify @@ -264,6 +268,7 @@ evtype_Arrange evtype_Redraw evtype_SoundNotify evtype_Hyperlink +evtype_VolumeNotify
@@ -493,6 +498,7 @@ GLK_MODULE_IMAGE glk-sound-channels Creating and Destroying Sound Channels glk_schannel_create +glk_schannel_create_ext glk_schannel_destroy
@@ -501,8 +507,12 @@ glk_schannel_destroy Playing Sounds glk_schannel_play glk_schannel_play_ext +glk_schannel_play_multi glk_schannel_stop +glk_schannel_pause +glk_schannel_unpause glk_schannel_set_volume +glk_schannel_set_volume_ext glk_sound_load_hint @@ -517,6 +527,7 @@ glk_schannel_get_rock glk-sound-testing Testing for Sound Capabilities GLK_MODULE_SOUND +GLK_MODULE_SOUND2