Update documentation to match Glk 0.7.4 spec
[projects/chimara/chimara.git] / docs / reference / chimara-sections.txt
index 74e9e6a79a2c73ca6603ee0abf0599cb10ec848a..8668f3863cdc6e72a5c59d92af1740316e26150a 100644 (file)
@@ -20,14 +20,15 @@ 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
 chimara_glk_is_char_input_pending
 chimara_glk_is_line_input_pending
-chimara_glk_get_num_tag_names
 chimara_glk_get_tag
 chimara_glk_get_tag_names
 chimara_glk_update_style
@@ -54,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
 <SUBSECTION Standard>
@@ -139,6 +141,8 @@ gestalt_HyperlinkInput
 gestalt_SoundMusic
 gestalt_GraphicsTransparency
 gestalt_DateTime
+gestalt_ResourceStream
+GLK_MODULE_RESOURCE_STREAM
 </SECTION>
 
 <SECTION>
@@ -266,6 +270,7 @@ evtype_Arrange
 evtype_Redraw
 evtype_SoundNotify
 evtype_Hyperlink
+evtype_VolumeNotify
 </SECTION>
 
 <SECTION>
@@ -416,6 +421,8 @@ glk_stream_open_memory
 glk_stream_open_memory_uni
 glk_stream_open_file
 glk_stream_open_file_uni
+glk_stream_open_resource
+glk_stream_open_resource_uni
 </SECTION>
 
 <SECTION>