Documented the dispatch functions. Actually there will be two entries left
[rodin/chimara.git] / docs / reference / chimara-sections.txt
index 15b9828c05a4d354ad25a8897436563f3b4ee14a..f933b2da9c8e198e3a7bef6cd8db305e2897a914 100644 (file)
@@ -13,6 +13,8 @@ chimara_glk_get_default_font_description
 chimara_glk_set_monospace_font_description
 chimara_glk_set_monospace_font_string
 chimara_glk_get_monospace_font_description
+chimara_glk_set_spacing
+chimara_glk_get_spacing
 chimara_glk_run
 chimara_glk_stop
 chimara_glk_wait
@@ -303,12 +305,6 @@ seekmode_End
 <TITLE>Styles</TITLE>
 glk_set_style
 glk_set_style_stream
-<SUBSECTION Suggesting the Appearance of Styles>
-glk_stylehint_set
-glk_stylehint_clear
-<SUBSECTION Testing the Appearance of Styles>
-glk_style_distinguish
-glk_style_measure
 <SUBSECTION Constants>
 style_Normal
 style_Emphasized
@@ -322,6 +318,14 @@ style_Input
 style_User1
 style_User2
 style_NUMSTYLES
+</SECTION>
+
+<SECTION>
+<FILE>glk-stylehints</FILE>
+<TITLE>Suggesting the Appearance of Styles</TITLE>
+glk_stylehint_set
+glk_stylehint_clear
+<SUBSECTION Constants>
 stylehint_Indentation
 stylehint_ParaIndentation
 stylehint_Justification
@@ -339,6 +343,13 @@ stylehint_just_Centered
 stylehint_just_RightFlush
 </SECTION>
 
+<SECTION>
+<FILE>glk-style-measure</FILE>
+<TITLE>Testing the Appearance of Styles</TITLE>
+glk_style_distinguish
+glk_style_measure
+</SECTION>
+
 <SECTION>
 <FILE>glk-stream-types</FILE>
 <TITLE>The Types of Streams</TITLE>
@@ -470,3 +481,107 @@ glk_cancel_hyperlink_event
 GLK_MODULE_HYPERLINKS
 </SECTION>
 
+<SECTION>
+<FILE>dispatch-interrogating</FILE>
+<TITLE>Interrogating the Interface</TITLE>
+gidispatch_count_classes
+gidispatch_count_intconst
+gidispatch_get_intconst
+gidispatch_intconst_t
+gidispatch_count_functions
+gidispatch_get_function
+gidispatch_function_t
+gidispatch_get_function_by_id
+<SUBSECTION Constants>
+gidisp_Class_Window
+gidisp_Class_Stream
+gidisp_Class_Fileref
+gidisp_Class_Schannel
+</SECTION>
+
+<SECTION>
+<FILE>dispatch-dispatching</FILE>
+<TITLE>Dispatching</TITLE>
+gidispatch_call
+gluniversal_t
+</SECTION>
+
+<SECTION>
+<FILE>dispatch-prototypes</FILE>
+<TITLE>Getting Argument Prototypes</TITLE>
+gidispatch_prototype
+</SECTION>
+
+<SECTION>
+<FILE>dispatch-library-functions</FILE>
+<TITLE>Functions the Library Must Provide</TITLE>
+gidispatch_set_object_registry
+gidispatch_rock_t
+gidispatch_get_objrock
+gidispatch_set_retained_registry
+</SECTION>
+
+<SECTION>
+<FILE>blorb-program</FILE>
+<TITLE>What the Program Does</TITLE>
+giblorb_set_resource_map
+giblorb_get_resource_map
+giblorb_map_t
+</SECTION>
+
+<SECTION>
+<FILE>blorb-layer</FILE>
+<TITLE>What the Blorb Layer Does</TITLE>
+giblorb_create_map
+giblorb_destroy_map
+giblorb_result_t
+giblorb_load_chunk_by_type
+giblorb_load_chunk_by_number
+giblorb_unload_chunk
+giblorb_load_resource
+giblorb_count_resources
+<SUBSECTION Constants>
+giblorb_method_DontLoad
+giblorb_method_Memory
+giblorb_method_FilePos
+giblorb_ID_Snd
+giblorb_ID_Exec
+giblorb_ID_Pict
+giblorb_ID_Copyright
+giblorb_ID_AUTH
+giblorb_ID_ANNO
+</SECTION>
+
+<SECTION>
+<FILE>blorb-errors</FILE>
+<TITLE>Blorb Errors</TITLE>
+giblorb_err_t
+<SUBSECTION Constants>
+giblorb_err_None
+giblorb_err_CompileTime
+giblorb_err_Alloc
+giblorb_err_Read
+giblorb_err_NotAMap
+giblorb_err_Format
+giblorb_err_NotFound
+</SECTION>
+
+<SECTION>
+<FILE>glkext-startup</FILE>
+<TITLE>Startup Code</TITLE>
+glkunix_argumentlist_t
+glkunix_startup_t
+<SUBSECTION Constants>
+glkunix_arg_NoValue
+glkunix_arg_ValueFollows
+glkunix_arg_ValueCanFollow
+glkunix_arg_NumberValue
+glkunix_arg_End
+</SECTION>
+
+<SECTION>
+<FILE>glkext-unix</FILE>
+<TITLE>Unix Extensions</TITLE>
+glkunix_stream_open_pathname
+glkunix_set_base_file
+</SECTION>