X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=docs%2Freference%2Fchimara-sections.txt;h=fd9315ab2ccd95ed7a2416dd12b13fb28680a101;hp=79094a667a1dbc1210aff1965739aa45ddc50724;hb=7ef4ef1fecab7ae0f724e59f7de1315a96822152;hpb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830 diff --git a/docs/reference/chimara-sections.txt b/docs/reference/chimara-sections.txt index 79094a6..fd9315a 100644 --- a/docs/reference/chimara-sections.txt +++ b/docs/reference/chimara-sections.txt @@ -2,16 +2,26 @@ chimara-glk ChimaraGlk ChimaraGlk +ChimaraError +CHIMARA_ERROR +chimara_error_quark chimara_glk_new chimara_glk_set_interactive chimara_glk_get_interactive chimara_glk_set_protect chimara_glk_get_protect +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 -ChimaraGlkClass CHIMARA_GLK CHIMARA_IS_GLK CHIMARA_TYPE_GLK @@ -21,6 +31,29 @@ CHIMARA_IS_GLK_CLASS CHIMARA_GLK_GET_CLASS +
+chimara-if +ChimaraIFFormat +ChimaraIFInterpreter +ChimaraIFZmachineVersion +ChimaraIF +ChimaraIF +chimara_if_new +chimara_if_set_preferred_interpreter +chimara_if_get_preferred_interpreter +chimara_if_run_game +chimara_if_get_format +chimara_if_get_interpreter + +CHIMARA_IF +CHIMARA_IS_IF +CHIMARA_TYPE_IF +chimara_if_get_type +CHIMARA_IF_CLASS +CHIMARA_IS_IF_CLASS +CHIMARA_IF_GET_CLASS +
+
glk-exiting Exiting Your Program @@ -297,12 +330,6 @@ seekmode_End Styles glk_set_style glk_set_style_stream - -glk_stylehint_set -glk_stylehint_clear - -glk_style_distinguish -glk_style_measure style_Normal style_Emphasized @@ -316,6 +343,14 @@ style_Input style_User1 style_User2 style_NUMSTYLES +
+ +
+glk-stylehints +Suggesting the Appearance of Styles +glk_stylehint_set +glk_stylehint_clear + stylehint_Indentation stylehint_ParaIndentation stylehint_Justification @@ -333,6 +368,13 @@ stylehint_just_Centered stylehint_just_RightFlush
+
+glk-style-measure +Testing the Appearance of Styles +glk_style_distinguish +glk_style_measure +
+
glk-stream-types The Types of Streams @@ -464,3 +506,107 @@ glk_cancel_hyperlink_event GLK_MODULE_HYPERLINKS
+
+dispatch-interrogating +Interrogating the Interface +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 + +gidisp_Class_Window +gidisp_Class_Stream +gidisp_Class_Fileref +gidisp_Class_Schannel +
+ +
+dispatch-dispatching +Dispatching +gidispatch_call +gluniversal_t +
+ +
+dispatch-prototypes +Getting Argument Prototypes +gidispatch_prototype +
+ +
+dispatch-library-functions +Functions the Library Must Provide +gidispatch_set_object_registry +gidispatch_rock_t +gidispatch_get_objrock +gidispatch_set_retained_registry +
+ +
+blorb-program +What the Program Does +giblorb_set_resource_map +giblorb_get_resource_map +giblorb_map_t +
+ +
+blorb-layer +What the Blorb Layer Does +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 + +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 +
+ +
+blorb-errors +Blorb Errors +giblorb_err_t + +giblorb_err_None +giblorb_err_CompileTime +giblorb_err_Alloc +giblorb_err_Read +giblorb_err_NotAMap +giblorb_err_Format +giblorb_err_NotFound +
+ +
+glkext-startup +Startup Code +glkunix_argumentlist_t +glkunix_startup_t + +glkunix_arg_NoValue +glkunix_arg_ValueFollows +glkunix_arg_ValueCanFollow +glkunix_arg_NumberValue +glkunix_arg_End +
+ +
+glkext-unix +Unix Extensions +glkunix_stream_open_pathname +glkunix_set_base_file +