Wrote chimara_glk_set_resource_load_callback()
[projects/chimara/chimara.git] / docs / reference / chimara-sections.txt
index 1170c7de58b9f654c30a58817341e6b19316ea53..df3ff5da3ca50bc2059c27ef542aa3da03b672e5 100644 (file)
@@ -5,25 +5,25 @@ ChimaraGlk
 ChimaraError
 CHIMARA_ERROR
 chimara_error_quark
+ChimaraResourceLoadFunc
+ChimaraResourceType
 chimara_glk_new
 chimara_glk_set_interactive
 chimara_glk_get_interactive
 chimara_glk_set_protect
 chimara_glk_get_protect
-chimara_glk_set_default_font_description
-chimara_glk_set_default_font_string
-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_set_css_to_default
+chimara_glk_set_css_from_file
+chimara_glk_set_css_from_string
 chimara_glk_run
 chimara_glk_stop
 chimara_glk_wait
 chimara_glk_get_running
 chimara_glk_feed_char_input
 chimara_glk_feed_line_input
+chimara_glk_set_resource_load_callback
 <SUBSECTION Standard>
 CHIMARA_GLK
 CHIMARA_IS_GLK
@@ -98,21 +98,16 @@ schanid_t
 <TITLE>The Gestalt System</TITLE>
 glk_gestalt_ext
 glk_gestalt
-<SUBSECTION The Version Number>
+<SUBSECTION Constants>
 gestalt_Version
-<SUBSECTION Testing for Unicode Capabilities>
 gestalt_Unicode
 GLK_MODULE_UNICODE
-<SUBSECTION Output>
 gestalt_CharOutput
 gestalt_CharOutput_CannotPrint
 gestalt_CharOutput_ApproxPrint
 gestalt_CharOutput_ExactPrint
-<SUBSECTION Line Input>
 gestalt_LineInput
-<SUBSECTION Character Input>
 gestalt_CharInput
-<SUBSECTION Constants>
 gestalt_MouseInput
 gestalt_Timer
 gestalt_Graphics
@@ -154,6 +149,7 @@ keycode_Func9
 keycode_Func10
 keycode_Func11
 keycode_Func12
+<SUBSECTION Private>
 keycode_MAXVAL
 </SECTION>
 
@@ -175,11 +171,12 @@ winmethod_Left
 winmethod_Right
 winmethod_Above
 winmethod_Below
-winmethod_DirMask
 winmethod_Fixed
 winmethod_Proportional
-winmethod_DivisionMask
 glk_window_close
+<SUBSECTION Private>
+winmethod_DirMask
+winmethod_DivisionMask
 </SECTION>
 
 <SECTION>
@@ -345,6 +342,7 @@ style_BlockQuote
 style_Input
 style_User1
 style_User2
+<SUBSECTION Private>
 style_NUMSTYLES
 </SECTION>
 
@@ -364,11 +362,12 @@ stylehint_Proportional
 stylehint_TextColor
 stylehint_BackColor
 stylehint_ReverseColor
-stylehint_NUMHINTS
 stylehint_just_LeftFlush
 stylehint_just_LeftRight
 stylehint_just_Centered
 stylehint_just_RightFlush
+<SUBSECTION Private>
+stylehint_NUMHINTS
 </SECTION>
 
 <SECTION>
@@ -401,9 +400,10 @@ fileusage_Data
 fileusage_SavedGame
 fileusage_Transcript
 fileusage_InputRecord
-fileusage_TypeMask
 fileusage_TextMode
 fileusage_BinaryMode
+<SUBSECTION Private>
+fileusage_TypeMask
 </SECTION>
 
 <SECTION>
@@ -578,6 +578,8 @@ giblorb_ID_Pict
 giblorb_ID_Copyright
 giblorb_ID_AUTH
 giblorb_ID_ANNO
+<SUBSECTION Private>
+giblorb_make_id
 </SECTION>
 
 <SECTION>
@@ -605,6 +607,9 @@ glkunix_arg_ValueFollows
 glkunix_arg_ValueCanFollow
 glkunix_arg_NumberValue
 glkunix_arg_End
+<SUBSECTION Private>
+glkunix_startup_code
+NULL
 </SECTION>
 
 <SECTION>
@@ -613,3 +618,36 @@ glkunix_arg_End
 glkunix_stream_open_pathname
 glkunix_set_base_file
 </SECTION>
+
+<SECTION>
+<FILE>glkext-garglk</FILE>
+<TITLE>Gargoyle Extensions</TITLE>
+GARGLK
+<SUBSECTION Functions>
+garglk_fileref_get_name
+garglk_set_program_name
+garglk_set_program_info
+garglk_set_story_name
+garglk_set_line_terminators
+garglk_unput_string
+garglk_unput_string_uni
+garglk_set_zcolors
+garglk_set_reversevideo
+<SUBSECTION Constants>
+zcolor_Current
+zcolor_Default
+zcolor_Black
+zcolor_Red
+zcolor_Green
+zcolor_Yellow
+zcolor_Blue
+zcolor_Magenta
+zcolor_Cyan
+zcolor_White
+zcolor_LightGrey
+zcolor_MediumGrey
+zcolor_DarkGrey
+keycode_Erase
+<SUBSECTION Private>
+zcolor_NUMCOLORS
+</SECTION>