X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fchimara-sections.txt;h=f933b2da9c8e198e3a7bef6cd8db305e2897a914;hb=168970794f31f8ad10faccac78896150c50b9d2f;hp=3b06c4fa4820b7de509c7a082b29681210933b24;hpb=1adfde093c3ec4bad34aad21251007e265fe6287;p=rodin%2Fchimara.git diff --git a/docs/reference/chimara-sections.txt b/docs/reference/chimara-sections.txt index 3b06c4f..f933b2d 100644 --- a/docs/reference/chimara-sections.txt +++ b/docs/reference/chimara-sections.txt @@ -305,12 +305,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 @@ -324,6 +318,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 @@ -341,6 +343,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 @@ -472,3 +481,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 +