/usr/share/gtk-doc/html/ctpl/ctpl.devhelp is in libctpl-doc 0.3.3.dfsg-4.
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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | <?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="CTPL Reference Manual" link="index.html" author="" name="ctpl">
<chapters>
<sub name="CTPL overview" link="ch01.html">
<sub name="Introduction" link="ch01.html#idp2840400">
<sub name="Advantages and disadvantages" link="ch01.html#idp3646224">
<sub name="Advantages" link="ch01.html#idp3672800"/>
<sub name="Disadvantages" link="ch01.html#idp123136"/>
</sub>
</sub>
<sub name="Working design" link="ch01s02.html">
<sub name="The lexer" link="ch01s02.html#idp2426336"/>
<sub name="The parser" link="ch01s02.html#idp116304"/>
</sub>
<sub name="Templates syntax" link="ch01s03.html">
<sub name="Raw data" link="ch01s03.html#raw-data"/>
<sub name="Template blocks" link="ch01s03.html#template-blocks"/>
<sub name="Examples" link="ch01s03.html#idp5473824"/>
</sub>
<sub name="Environment description syntax" link="environment-description-syntax.html">
<sub name="Symbol" link="environment-description-syntax.html#environment-description-syntax-symbol"/>
<sub name="Value" link="environment-description-syntax.html#environment-description-syntax-value"/>
<sub name="Blanks" link="environment-description-syntax.html#environment-description-syntax-blank"/>
<sub name="Comments" link="environment-description-syntax.html#environment-description-syntax-comment"/>
</sub>
<sub name="Input and output encoding" link="ch01s05.html"/>
</sub>
<sub name="API reference" link="ch02.html">
<sub name="Version information" link="ctpl-Version-information.html"/>
<sub name="CtplValue" link="ctpl-CtplValue.html"/>
<sub name="CtplEnviron" link="ctpl-CtplEnviron.html"/>
<sub name="CtplToken" link="ctpl-CtplToken.html"/>
<sub name="CtplLexer" link="ctpl-CtplLexer.html"/>
<sub name="CtplLexerExpr" link="ctpl-CtplLexerExpr.html"/>
<sub name="CtplParser" link="ctpl-CtplParser.html"/>
<sub name="CtplEval" link="ctpl-CtplEval.html"/>
<sub name="Generic IO" link="ctpl-Generic-IO.html"/>
<sub name="CtplInputStream" link="ctpl-CtplInputStream.html"/>
<sub name="CtplOutputStream" link="ctpl-CtplOutputStream.html"/>
</sub>
<sub name="API Index" link="api-index-full.html"/>
<sub name="Deprecated API Index" link="api-index-deprecated.html"/>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
</chapters>
<functions>
<function name="CTPL_MAJOR_VERSION" link="ctpl-Version-information.html#CTPL-MAJOR-VERSION:CAPS"/>
<function name="CTPL_MINOR_VERSION" link="ctpl-Version-information.html#CTPL-MINOR-VERSION:CAPS"/>
<function name="CTPL_MICRO_VERSION" link="ctpl-Version-information.html#CTPL-MICRO-VERSION:CAPS"/>
<function name="CTPL_CHECK_VERSION()" link="ctpl-Version-information.html#CTPL-CHECK-VERSION:CAPS"/>
<function name="ctpl_major_version" link="ctpl-Version-information.html#ctpl-major-version"/>
<function name="ctpl_minor_version" link="ctpl-Version-information.html#ctpl-minor-version"/>
<function name="ctpl_micro_version" link="ctpl-Version-information.html#ctpl-micro-version"/>
<function name="ctpl_check_version ()" link="ctpl-Version-information.html#ctpl-check-version"/>
<function name="enum CtplValueType" link="ctpl-CtplValue.html#CtplValueType"/>
<function name="struct CtplValue" link="ctpl-CtplValue.html#CtplValue"/>
<function name="CTPL_VALUE_HOLDS()" link="ctpl-CtplValue.html#CTPL-VALUE-HOLDS:CAPS"/>
<function name="CTPL_VALUE_HOLDS_INT()" link="ctpl-CtplValue.html#CTPL-VALUE-HOLDS-INT:CAPS"/>
<function name="CTPL_VALUE_HOLDS_FLOAT()" link="ctpl-CtplValue.html#CTPL-VALUE-HOLDS-FLOAT:CAPS"/>
<function name="CTPL_VALUE_HOLDS_STRING()" link="ctpl-CtplValue.html#CTPL-VALUE-HOLDS-STRING:CAPS"/>
<function name="CTPL_VALUE_HOLDS_ARRAY()" link="ctpl-CtplValue.html#CTPL-VALUE-HOLDS-ARRAY:CAPS"/>
<function name="ctpl_value_init ()" link="ctpl-CtplValue.html#ctpl-value-init"/>
<function name="ctpl_value_new ()" link="ctpl-CtplValue.html#ctpl-value-new"/>
<function name="ctpl_value_copy ()" link="ctpl-CtplValue.html#ctpl-value-copy"/>
<function name="ctpl_value_dup ()" link="ctpl-CtplValue.html#ctpl-value-dup"/>
<function name="ctpl_value_free_value ()" link="ctpl-CtplValue.html#ctpl-value-free-value"/>
<function name="ctpl_value_free ()" link="ctpl-CtplValue.html#ctpl-value-free"/>
<function name="ctpl_value_new_int ()" link="ctpl-CtplValue.html#ctpl-value-new-int"/>
<function name="ctpl_value_new_float ()" link="ctpl-CtplValue.html#ctpl-value-new-float"/>
<function name="ctpl_value_new_string ()" link="ctpl-CtplValue.html#ctpl-value-new-string"/>
<function name="ctpl_value_new_arrayv ()" link="ctpl-CtplValue.html#ctpl-value-new-arrayv"/>
<function name="ctpl_value_new_array ()" link="ctpl-CtplValue.html#ctpl-value-new-array"/>
<function name="ctpl_value_set_int ()" link="ctpl-CtplValue.html#ctpl-value-set-int"/>
<function name="ctpl_value_set_float ()" link="ctpl-CtplValue.html#ctpl-value-set-float"/>
<function name="ctpl_value_set_string ()" link="ctpl-CtplValue.html#ctpl-value-set-string"/>
<function name="ctpl_value_set_arrayv ()" link="ctpl-CtplValue.html#ctpl-value-set-arrayv"/>
<function name="ctpl_value_set_array ()" link="ctpl-CtplValue.html#ctpl-value-set-array"/>
<function name="ctpl_value_set_array_intv ()" link="ctpl-CtplValue.html#ctpl-value-set-array-intv"/>
<function name="ctpl_value_set_array_int ()" link="ctpl-CtplValue.html#ctpl-value-set-array-int"/>
<function name="ctpl_value_set_array_floatv ()" link="ctpl-CtplValue.html#ctpl-value-set-array-floatv"/>
<function name="ctpl_value_set_array_float ()" link="ctpl-CtplValue.html#ctpl-value-set-array-float"/>
<function name="ctpl_value_set_array_stringv ()" link="ctpl-CtplValue.html#ctpl-value-set-array-stringv"/>
<function name="ctpl_value_set_array_string ()" link="ctpl-CtplValue.html#ctpl-value-set-array-string"/>
<function name="ctpl_value_array_append ()" link="ctpl-CtplValue.html#ctpl-value-array-append"/>
<function name="ctpl_value_array_prepend ()" link="ctpl-CtplValue.html#ctpl-value-array-prepend"/>
<function name="ctpl_value_array_append_int ()" link="ctpl-CtplValue.html#ctpl-value-array-append-int"/>
<function name="ctpl_value_array_prepend_int ()" link="ctpl-CtplValue.html#ctpl-value-array-prepend-int"/>
<function name="ctpl_value_array_append_float ()" link="ctpl-CtplValue.html#ctpl-value-array-append-float"/>
<function name="ctpl_value_array_prepend_float ()" link="ctpl-CtplValue.html#ctpl-value-array-prepend-float"/>
<function name="ctpl_value_array_append_string ()" link="ctpl-CtplValue.html#ctpl-value-array-append-string"/>
<function name="ctpl_value_array_prepend_string ()" link="ctpl-CtplValue.html#ctpl-value-array-prepend-string"/>
<function name="ctpl_value_array_length ()" link="ctpl-CtplValue.html#ctpl-value-array-length"/>
<function name="ctpl_value_array_index ()" link="ctpl-CtplValue.html#ctpl-value-array-index"/>
<function name="ctpl_value_get_held_type ()" link="ctpl-CtplValue.html#ctpl-value-get-held-type"/>
<function name="ctpl_value_get_int ()" link="ctpl-CtplValue.html#ctpl-value-get-int"/>
<function name="ctpl_value_get_float ()" link="ctpl-CtplValue.html#ctpl-value-get-float"/>
<function name="ctpl_value_get_string ()" link="ctpl-CtplValue.html#ctpl-value-get-string"/>
<function name="ctpl_value_get_array ()" link="ctpl-CtplValue.html#ctpl-value-get-array"/>
<function name="ctpl_value_get_array_int ()" link="ctpl-CtplValue.html#ctpl-value-get-array-int"/>
<function name="ctpl_value_get_array_float ()" link="ctpl-CtplValue.html#ctpl-value-get-array-float"/>
<function name="ctpl_value_get_array_string ()" link="ctpl-CtplValue.html#ctpl-value-get-array-string"/>
<function name="ctpl_value_to_string ()" link="ctpl-CtplValue.html#ctpl-value-to-string"/>
<function name="ctpl_value_convert ()" link="ctpl-CtplValue.html#ctpl-value-convert"/>
<function name="ctpl_value_type_get_name ()" link="ctpl-CtplValue.html#ctpl-value-type-get-name"/>
<function name="ctpl_value_get_held_type_name()" link="ctpl-CtplValue.html#ctpl-value-get-held-type-name"/>
<function name="CTPL_ENVIRON_ERROR" link="ctpl-CtplEnviron.html#CTPL-ENVIRON-ERROR:CAPS"/>
<function name="enum CtplEnvironError" link="ctpl-CtplEnviron.html#CtplEnvironError"/>
<function name="CtplEnviron" link="ctpl-CtplEnviron.html#CtplEnviron"/>
<function name="CtplEnvironForeachFunc ()" link="ctpl-CtplEnviron.html#CtplEnvironForeachFunc"/>
<function name="ctpl_environ_new ()" link="ctpl-CtplEnviron.html#ctpl-environ-new"/>
<function name="ctpl_environ_ref ()" link="ctpl-CtplEnviron.html#ctpl-environ-ref"/>
<function name="ctpl_environ_unref ()" link="ctpl-CtplEnviron.html#ctpl-environ-unref"/>
<function name="ctpl_environ_lookup ()" link="ctpl-CtplEnviron.html#ctpl-environ-lookup"/>
<function name="ctpl_environ_push ()" link="ctpl-CtplEnviron.html#ctpl-environ-push"/>
<function name="ctpl_environ_push_int ()" link="ctpl-CtplEnviron.html#ctpl-environ-push-int"/>
<function name="ctpl_environ_push_float ()" link="ctpl-CtplEnviron.html#ctpl-environ-push-float"/>
<function name="ctpl_environ_push_string ()" link="ctpl-CtplEnviron.html#ctpl-environ-push-string"/>
<function name="ctpl_environ_pop ()" link="ctpl-CtplEnviron.html#ctpl-environ-pop"/>
<function name="ctpl_environ_foreach ()" link="ctpl-CtplEnviron.html#ctpl-environ-foreach"/>
<function name="ctpl_environ_merge ()" link="ctpl-CtplEnviron.html#ctpl-environ-merge"/>
<function name="ctpl_environ_add_from_stream ()" link="ctpl-CtplEnviron.html#ctpl-environ-add-from-stream"/>
<function name="ctpl_environ_add_from_path ()" link="ctpl-CtplEnviron.html#ctpl-environ-add-from-path"/>
<function name="ctpl_environ_add_from_string ()" link="ctpl-CtplEnviron.html#ctpl-environ-add-from-string"/>
<function name="CtplToken" link="ctpl-CtplToken.html#CtplToken"/>
<function name="CtplTokenExpr" link="ctpl-CtplToken.html#CtplTokenExpr"/>
<function name="ctpl_token_free ()" link="ctpl-CtplToken.html#ctpl-token-free"/>
<function name="ctpl_token_expr_free ()" link="ctpl-CtplToken.html#ctpl-token-expr-free"/>
<function name="CTPL_LEXER_ERROR" link="ctpl-CtplLexer.html#CTPL-LEXER-ERROR:CAPS"/>
<function name="enum CtplLexerError" link="ctpl-CtplLexer.html#CtplLexerError"/>
<function name="ctpl_lexer_lex ()" link="ctpl-CtplLexer.html#ctpl-lexer-lex"/>
<function name="ctpl_lexer_lex_string ()" link="ctpl-CtplLexer.html#ctpl-lexer-lex-string"/>
<function name="ctpl_lexer_lex_path ()" link="ctpl-CtplLexer.html#ctpl-lexer-lex-path"/>
<function name="CTPL_LEXER_EXPR_ERROR" link="ctpl-CtplLexerExpr.html#CTPL-LEXER-EXPR-ERROR:CAPS"/>
<function name="enum CtplLexerExprError" link="ctpl-CtplLexerExpr.html#CtplLexerExprError"/>
<function name="ctpl_lexer_expr_lex ()" link="ctpl-CtplLexerExpr.html#ctpl-lexer-expr-lex"/>
<function name="ctpl_lexer_expr_lex_full ()" link="ctpl-CtplLexerExpr.html#ctpl-lexer-expr-lex-full"/>
<function name="ctpl_lexer_expr_lex_string ()" link="ctpl-CtplLexerExpr.html#ctpl-lexer-expr-lex-string"/>
<function name="CTPL_PARSER_ERROR" link="ctpl-CtplParser.html#CTPL-PARSER-ERROR:CAPS"/>
<function name="enum CtplParserError" link="ctpl-CtplParser.html#CtplParserError"/>
<function name="ctpl_parser_parse ()" link="ctpl-CtplParser.html#ctpl-parser-parse"/>
<function name="CTPL_EVAL_ERROR" link="ctpl-CtplEval.html#CTPL-EVAL-ERROR:CAPS"/>
<function name="enum CtplEvalError" link="ctpl-CtplEval.html#CtplEvalError"/>
<function name="ctpl_eval_value ()" link="ctpl-CtplEval.html#ctpl-eval-value"/>
<function name="ctpl_eval_bool ()" link="ctpl-CtplEval.html#ctpl-eval-bool"/>
<function name="enum CtplIOError" link="ctpl-Generic-IO.html#CtplIOError"/>
<function name="CTPL_IO_ERROR" link="ctpl-Generic-IO.html#CTPL-IO-ERROR:CAPS"/>
<function name="CTPL_EOF" link="ctpl-CtplInputStream.html#CTPL-EOF:CAPS"/>
<function name="CtplInputStream" link="ctpl-CtplInputStream.html#CtplInputStream"/>
<function name="ctpl_input_stream_new ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-new"/>
<function name="ctpl_input_stream_new_for_gfile ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-new-for-gfile"/>
<function name="ctpl_input_stream_new_for_memory ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-new-for-memory"/>
<function name="ctpl_input_stream_new_for_path ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-new-for-path"/>
<function name="ctpl_input_stream_new_for_uri ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-new-for-uri"/>
<function name="ctpl_input_stream_ref ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-ref"/>
<function name="ctpl_input_stream_unref ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-unref"/>
<function name="ctpl_input_stream_get_stream ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-get-stream"/>
<function name="ctpl_input_stream_get_name ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-get-name"/>
<function name="ctpl_input_stream_get_line ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-get-line"/>
<function name="ctpl_input_stream_get_line_position ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-get-line-position"/>
<function name="ctpl_input_stream_set_error ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-set-error"/>
<function name="ctpl_input_stream_read ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read"/>
<function name="ctpl_input_stream_get_c ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-get-c"/>
<function name="ctpl_input_stream_read_float ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-float"/>
<function name="ctpl_input_stream_read_int ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-int"/>
<function name="ctpl_input_stream_read_number ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-number"/>
<function name="ctpl_input_stream_read_string_literal ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-string-literal"/>
<function name="ctpl_input_stream_read_symbol()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-symbol"/>
<function name="ctpl_input_stream_read_symbol_full ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-symbol-full"/>
<function name="ctpl_input_stream_read_word ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-read-word"/>
<function name="ctpl_input_stream_peek ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-peek"/>
<function name="ctpl_input_stream_peek_c ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-peek-c"/>
<function name="ctpl_input_stream_peek_symbol()" link="ctpl-CtplInputStream.html#ctpl-input-stream-peek-symbol"/>
<function name="ctpl_input_stream_peek_symbol_full ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-peek-symbol-full"/>
<function name="ctpl_input_stream_peek_word ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-peek-word"/>
<function name="ctpl_input_stream_skip ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-skip"/>
<function name="ctpl_input_stream_skip_blank ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-skip-blank"/>
<function name="ctpl_input_stream_skip_word ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-skip-word"/>
<function name="ctpl_input_stream_eof ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-eof"/>
<function name="ctpl_input_stream_eof_fast ()" link="ctpl-CtplInputStream.html#ctpl-input-stream-eof-fast"/>
<function name="CtplOutputStream" link="ctpl-CtplOutputStream.html#CtplOutputStream"/>
<function name="ctpl_output_stream_new ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-new"/>
<function name="ctpl_output_stream_ref ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-ref"/>
<function name="ctpl_output_stream_unref ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-unref"/>
<function name="ctpl_output_stream_get_stream ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-get-stream"/>
<function name="ctpl_output_stream_write ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-write"/>
<function name="ctpl_output_stream_put_c ()" link="ctpl-CtplOutputStream.html#ctpl-output-stream-put-c"/>
</functions>
</book>
|