/usr/share/gtk-doc/html/cattle/cattle.devhelp2 is in libcattle-1.0-doc 1.0.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="Cattle Reference Manual" link="index.html" author="" name="cattle" version="2" language="c">
<chapters>
<sub name="Overview" link="ch01.html"/>
<sub name="Core Features" link="ch02.html">
<sub name="Version Information" link="cattle-Version-Information.html"/>
<sub name="Error Types" link="cattle-Error-Types.html"/>
</sub>
<sub name="Objects" link="ch03.html">
<sub name="CattleInterpreter" link="CattleInterpreter.html"/>
<sub name="CattleProgram" link="CattleProgram.html"/>
<sub name="CattleTape" link="CattleTape.html"/>
<sub name="CattleConfiguration" link="CattleConfiguration.html"/>
<sub name="CattleInstruction" link="CattleInstruction.html"/>
</sub>
<sub name="Miscellaneous Topics" link="ch04.html">
<sub name="I/O Handling" link="io-handling.html"/>
</sub>
<sub name="API Index" link="api-index-full.html"/>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
</chapters>
<functions>
<keyword type="macro" name="CATTLE_MAJOR_VERSION" link="cattle-Version-Information.html#CATTLE-MAJOR-VERSION:CAPS"/>
<keyword type="macro" name="CATTLE_MINOR_VERSION" link="cattle-Version-Information.html#CATTLE-MINOR-VERSION:CAPS"/>
<keyword type="macro" name="CATTLE_MICRO_VERSION" link="cattle-Version-Information.html#CATTLE-MICRO-VERSION:CAPS"/>
<keyword type="macro" name="CATTLE_CHECK_VERSION()" link="cattle-Version-Information.html#CATTLE-CHECK-VERSION:CAPS"/>
<keyword type="variable" name="cattle_major_version" link="cattle-Version-Information.html#cattle-major-version"/>
<keyword type="variable" name="cattle_minor_version" link="cattle-Version-Information.html#cattle-minor-version"/>
<keyword type="variable" name="cattle_micro_version" link="cattle-Version-Information.html#cattle-micro-version"/>
<keyword type="function" name="cattle_check_version ()" link="cattle-Version-Information.html#cattle-check-version"/>
<keyword type="enum" name="enum CattleError" link="cattle-Error-Types.html#CattleError"/>
<keyword type="macro" name="CATTLE_ERROR" link="cattle-Error-Types.html#CATTLE-ERROR:CAPS"/>
<keyword type="struct" name="struct CattleInterpreter" link="CattleInterpreter.html#CattleInterpreter-struct"/>
<keyword type="function" name="cattle_interpreter_new ()" link="CattleInterpreter.html#cattle-interpreter-new"/>
<keyword type="function" name="cattle_interpreter_run ()" link="CattleInterpreter.html#cattle-interpreter-run"/>
<keyword type="function" name="cattle_interpreter_feed ()" link="CattleInterpreter.html#cattle-interpreter-feed"/>
<keyword type="function" name="cattle_interpreter_set_configuration ()" link="CattleInterpreter.html#cattle-interpreter-set-configuration"/>
<keyword type="function" name="cattle_interpreter_get_configuration ()" link="CattleInterpreter.html#cattle-interpreter-get-configuration"/>
<keyword type="function" name="cattle_interpreter_set_program ()" link="CattleInterpreter.html#cattle-interpreter-set-program"/>
<keyword type="function" name="cattle_interpreter_get_program ()" link="CattleInterpreter.html#cattle-interpreter-get-program"/>
<keyword type="function" name="cattle_interpreter_set_tape ()" link="CattleInterpreter.html#cattle-interpreter-set-tape"/>
<keyword type="function" name="cattle_interpreter_get_tape ()" link="CattleInterpreter.html#cattle-interpreter-get-tape"/>
<keyword type="function" name="CattleInputHandler ()" link="CattleInterpreter.html#CattleInputHandler"/>
<keyword type="function" name="cattle_interpreter_set_input_handler ()" link="CattleInterpreter.html#cattle-interpreter-set-input-handler"/>
<keyword type="function" name="CattleOutputHandler ()" link="CattleInterpreter.html#CattleOutputHandler"/>
<keyword type="function" name="cattle_interpreter_set_output_handler ()" link="CattleInterpreter.html#cattle-interpreter-set-output-handler"/>
<keyword type="function" name="CattleDebugHandler ()" link="CattleInterpreter.html#CattleDebugHandler"/>
<keyword type="function" name="cattle_interpreter_set_debug_handler ()" link="CattleInterpreter.html#cattle-interpreter-set-debug-handler"/>
<keyword type="property" name="The "configuration" property" link="CattleInterpreter.html#CattleInterpreter--configuration"/>
<keyword type="property" name="The "program" property" link="CattleInterpreter.html#CattleInterpreter--program"/>
<keyword type="property" name="The "tape" property" link="CattleInterpreter.html#CattleInterpreter--tape"/>
<keyword type="struct" name="struct CattleProgram" link="CattleProgram.html#CattleProgram-struct"/>
<keyword type="function" name="cattle_program_new ()" link="CattleProgram.html#cattle-program-new"/>
<keyword type="function" name="cattle_program_load ()" link="CattleProgram.html#cattle-program-load"/>
<keyword type="function" name="cattle_program_set_instructions ()" link="CattleProgram.html#cattle-program-set-instructions"/>
<keyword type="function" name="cattle_program_get_instructions ()" link="CattleProgram.html#cattle-program-get-instructions"/>
<keyword type="function" name="cattle_program_set_input ()" link="CattleProgram.html#cattle-program-set-input"/>
<keyword type="function" name="cattle_program_get_input ()" link="CattleProgram.html#cattle-program-get-input"/>
<keyword type="property" name="The "input" property" link="CattleProgram.html#CattleProgram--input"/>
<keyword type="property" name="The "instructions" property" link="CattleProgram.html#CattleProgram--instructions"/>
<keyword type="struct" name="struct CattleTape" link="CattleTape.html#CattleTape-struct"/>
<keyword type="function" name="cattle_tape_new ()" link="CattleTape.html#cattle-tape-new"/>
<keyword type="function" name="cattle_tape_set_current_value ()" link="CattleTape.html#cattle-tape-set-current-value"/>
<keyword type="function" name="cattle_tape_get_current_value ()" link="CattleTape.html#cattle-tape-get-current-value"/>
<keyword type="function" name="cattle_tape_increase_current_value ()" link="CattleTape.html#cattle-tape-increase-current-value"/>
<keyword type="function" name="cattle_tape_increase_current_value_by ()" link="CattleTape.html#cattle-tape-increase-current-value-by"/>
<keyword type="function" name="cattle_tape_decrease_current_value ()" link="CattleTape.html#cattle-tape-decrease-current-value"/>
<keyword type="function" name="cattle_tape_decrease_current_value_by ()" link="CattleTape.html#cattle-tape-decrease-current-value-by"/>
<keyword type="function" name="cattle_tape_move_left ()" link="CattleTape.html#cattle-tape-move-left"/>
<keyword type="function" name="cattle_tape_move_left_by ()" link="CattleTape.html#cattle-tape-move-left-by"/>
<keyword type="function" name="cattle_tape_move_right ()" link="CattleTape.html#cattle-tape-move-right"/>
<keyword type="function" name="cattle_tape_move_right_by ()" link="CattleTape.html#cattle-tape-move-right-by"/>
<keyword type="function" name="cattle_tape_is_at_beginning ()" link="CattleTape.html#cattle-tape-is-at-beginning"/>
<keyword type="function" name="cattle_tape_is_at_end ()" link="CattleTape.html#cattle-tape-is-at-end"/>
<keyword type="function" name="cattle_tape_push_bookmark ()" link="CattleTape.html#cattle-tape-push-bookmark"/>
<keyword type="function" name="cattle_tape_pop_bookmark ()" link="CattleTape.html#cattle-tape-pop-bookmark"/>
<keyword type="property" name="The "current-value" property" link="CattleTape.html#CattleTape--current-value"/>
<keyword type="enum" name="enum CattleOnEOFAction" link="CattleConfiguration.html#CattleOnEOFAction"/>
<keyword type="struct" name="struct CattleConfiguration" link="CattleConfiguration.html#CattleConfiguration-struct"/>
<keyword type="function" name="cattle_configuration_new ()" link="CattleConfiguration.html#cattle-configuration-new"/>
<keyword type="function" name="cattle_configuration_set_on_eof_action ()" link="CattleConfiguration.html#cattle-configuration-set-on-eof-action"/>
<keyword type="function" name="cattle_configuration_get_on_eof_action ()" link="CattleConfiguration.html#cattle-configuration-get-on-eof-action"/>
<keyword type="function" name="cattle_configuration_set_debug_is_enabled ()" link="CattleConfiguration.html#cattle-configuration-set-debug-is-enabled"/>
<keyword type="function" name="cattle_configuration_get_debug_is_enabled ()" link="CattleConfiguration.html#cattle-configuration-get-debug-is-enabled"/>
<keyword type="property" name="The "debug-is-enabled" property" link="CattleConfiguration.html#CattleConfiguration--debug-is-enabled"/>
<keyword type="property" name="The "on-eof-action" property" link="CattleConfiguration.html#CattleConfiguration--on-eof-action"/>
<keyword type="enum" name="enum CattleInstructionValue" link="CattleInstruction.html#CattleInstructionValue"/>
<keyword type="struct" name="struct CattleInstruction" link="CattleInstruction.html#CattleInstruction-struct"/>
<keyword type="function" name="cattle_instruction_new ()" link="CattleInstruction.html#cattle-instruction-new"/>
<keyword type="function" name="cattle_instruction_set_value ()" link="CattleInstruction.html#cattle-instruction-set-value"/>
<keyword type="function" name="cattle_instruction_get_value ()" link="CattleInstruction.html#cattle-instruction-get-value"/>
<keyword type="function" name="cattle_instruction_set_quantity ()" link="CattleInstruction.html#cattle-instruction-set-quantity"/>
<keyword type="function" name="cattle_instruction_get_quantity ()" link="CattleInstruction.html#cattle-instruction-get-quantity"/>
<keyword type="function" name="cattle_instruction_set_next ()" link="CattleInstruction.html#cattle-instruction-set-next"/>
<keyword type="function" name="cattle_instruction_get_next ()" link="CattleInstruction.html#cattle-instruction-get-next"/>
<keyword type="function" name="cattle_instruction_set_loop ()" link="CattleInstruction.html#cattle-instruction-set-loop"/>
<keyword type="function" name="cattle_instruction_get_loop ()" link="CattleInstruction.html#cattle-instruction-get-loop"/>
<keyword type="property" name="The "loop" property" link="CattleInstruction.html#CattleInstruction--loop"/>
<keyword type="property" name="The "next" property" link="CattleInstruction.html#CattleInstruction--next"/>
<keyword type="property" name="The "quantity" property" link="CattleInstruction.html#CattleInstruction--quantity"/>
<keyword type="property" name="The "value" property" link="CattleInstruction.html#CattleInstruction--value"/>
<keyword type="" name="I/O Basics" link="io-handling.html#idp51815340"/>
<keyword type="" name="Error reporting" link="io-handling.html#idp53472636"/>
<keyword type="" name="Output handler" link="io-handling.html#idp51418908"/>
<keyword type="" name="Input handler" link="io-handling.html#idp51779468"/>
<keyword type="" name="Debug" link="io-handling.html#idp54047204"/>
<keyword type="constant" name="CATTLE_ERROR_BAD_UTF8" link="cattle-Error-Types.html#CATTLE-ERROR-BAD-UTF8:CAPS"/>
<keyword type="constant" name="CATTLE_ERROR_IO" link="cattle-Error-Types.html#CATTLE-ERROR-IO:CAPS"/>
<keyword type="constant" name="CATTLE_ERROR_UNBALANCED_BRACKETS" link="cattle-Error-Types.html#CATTLE-ERROR-UNBALANCED-BRACKETS:CAPS"/>
<keyword type="constant" name="CATTLE_ERROR_INPUT_OUT_OF_RANGE" link="cattle-Error-Types.html#CATTLE-ERROR-INPUT-OUT-OF-RANGE:CAPS"/>
<keyword type="constant" name="CATTLE_ON_EOF_STORE_ZERO" link="CattleConfiguration.html#CATTLE-ON-EOF-STORE-ZERO:CAPS"/>
<keyword type="constant" name="CATTLE_ON_EOF_STORE_EOF" link="CattleConfiguration.html#CATTLE-ON-EOF-STORE-EOF:CAPS"/>
<keyword type="constant" name="CATTLE_ON_EOF_DO_NOTHING" link="CattleConfiguration.html#CATTLE-ON-EOF-DO-NOTHING:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_NONE" link="CattleInstruction.html#CATTLE-INSTRUCTION-NONE:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_MOVE_LEFT" link="CattleInstruction.html#CATTLE-INSTRUCTION-MOVE-LEFT:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_MOVE_RIGHT" link="CattleInstruction.html#CATTLE-INSTRUCTION-MOVE-RIGHT:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_INCREASE" link="CattleInstruction.html#CATTLE-INSTRUCTION-INCREASE:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_DECREASE" link="CattleInstruction.html#CATTLE-INSTRUCTION-DECREASE:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_LOOP_BEGIN" link="CattleInstruction.html#CATTLE-INSTRUCTION-LOOP-BEGIN:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_LOOP_END" link="CattleInstruction.html#CATTLE-INSTRUCTION-LOOP-END:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_READ" link="CattleInstruction.html#CATTLE-INSTRUCTION-READ:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_PRINT" link="CattleInstruction.html#CATTLE-INSTRUCTION-PRINT:CAPS"/>
<keyword type="constant" name="CATTLE_INSTRUCTION_DEBUG" link="CattleInstruction.html#CATTLE-INSTRUCTION-DEBUG:CAPS"/>
</functions>
</book>
|