/usr/share/gtk-doc/html/libinftext-0.5/libinftext-0.5.devhelp2 is in libinfinity-0.5-doc 0.5.5-1.
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="libinftext-0.5 Reference Manual" link="index.html" author="" name="libinftext-0.5" version="2" language="c">
<chapters>
<sub name="libinftext API reference" link="ch01.html">
<sub name="InfTextSession" link="libinftext-0.5-inf-text-session.html"/>
<sub name="inf-text-buffer" link="libinftext-0.5-inf-text-buffer.html"/>
<sub name="InfTextUser" link="InfTextUser.html"/>
<sub name="inf-text-chunk" link="libinftext-0.5-inf-text-chunk.html"/>
<sub name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html"/>
<sub name="InfTextUndoGrouping" link="InfTextUndoGrouping.html"/>
<sub name="inf-text-operations" link="libinftext-0.5-inf-text-operations.html"/>
<sub name="inf-text-insert-operation" link="libinftext-0.5-inf-text-insert-operation.html"/>
<sub name="inf-text-delete-operation" link="libinftext-0.5-inf-text-delete-operation.html"/>
<sub name="InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html"/>
<sub name="InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html"/>
<sub name="InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html"/>
<sub name="InfTextMoveOperation" link="InfTextMoveOperation.html"/>
</sub>
</chapters>
<functions>
<keyword type="enum" name="enum InfTextSessionError" link="libinftext-0.5-inf-text-session.html#InfTextSessionError"/>
<keyword type="struct" name="InfTextSession" link="libinftext-0.5-inf-text-session.html#InfTextSession-struct"/>
<keyword type="function" name="inf_text_session_new ()" link="libinftext-0.5-inf-text-session.html#inf-text-session-new"/>
<keyword type="function" name="inf_text_session_new_with_user_table ()" link="libinftext-0.5-inf-text-session.html#inf-text-session-new-with-user-table"/>
<keyword type="function" name="inf_text_session_set_user_color ()" link="libinftext-0.5-inf-text-session.html#inf-text-session-set-user-color"/>
<keyword type="function" name="inf_text_session_flush_requests_for_user ()" link="libinftext-0.5-inf-text-session.html#inf-text-session-flush-requests-for-user"/>
<keyword type="property" name="The "caret-update-interval" property" link="libinftext-0.5-inf-text-session.html#InfTextSession--caret-update-interval"/>
<keyword type="struct" name="InfTextBuffer" link="libinftext-0.5-inf-text-buffer.html#InfTextBuffer-struct"/>
<keyword type="struct" name="struct InfTextBufferIface" link="libinftext-0.5-inf-text-buffer.html#InfTextBufferIface"/>
<keyword type="struct" name="InfTextBufferIter" link="libinftext-0.5-inf-text-buffer.html#InfTextBufferIter"/>
<keyword type="function" name="inf_text_buffer_get_encoding ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-get-encoding"/>
<keyword type="function" name="inf_text_buffer_get_length ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-get-length"/>
<keyword type="function" name="inf_text_buffer_get_slice ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-get-slice"/>
<keyword type="function" name="inf_text_buffer_insert_text ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-insert-text"/>
<keyword type="function" name="inf_text_buffer_insert_chunk ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-insert-chunk"/>
<keyword type="function" name="inf_text_buffer_erase_text ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-erase-text"/>
<keyword type="function" name="inf_text_buffer_create_iter ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-create-iter"/>
<keyword type="function" name="inf_text_buffer_destroy_iter ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-destroy-iter"/>
<keyword type="function" name="inf_text_buffer_iter_next ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-next"/>
<keyword type="function" name="inf_text_buffer_iter_prev ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-prev"/>
<keyword type="function" name="inf_text_buffer_iter_get_text ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-get-text"/>
<keyword type="function" name="inf_text_buffer_iter_get_length ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-get-length"/>
<keyword type="function" name="inf_text_buffer_iter_get_bytes ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-get-bytes"/>
<keyword type="function" name="inf_text_buffer_iter_get_author ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-iter-get-author"/>
<keyword type="function" name="inf_text_buffer_text_inserted ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-text-inserted"/>
<keyword type="function" name="inf_text_buffer_text_erased ()" link="libinftext-0.5-inf-text-buffer.html#inf-text-buffer-text-erased"/>
<keyword type="signal" name="The "text-erased" signal" link="libinftext-0.5-inf-text-buffer.html#InfTextBuffer-text-erased"/>
<keyword type="signal" name="The "text-inserted" signal" link="libinftext-0.5-inf-text-buffer.html#InfTextBuffer-text-inserted"/>
<keyword type="struct" name="InfTextUser" link="InfTextUser.html#InfTextUser-struct"/>
<keyword type="function" name="inf_text_user_new ()" link="InfTextUser.html#inf-text-user-new"/>
<keyword type="function" name="inf_text_user_get_caret_position ()" link="InfTextUser.html#inf-text-user-get-caret-position"/>
<keyword type="function" name="inf_text_user_get_selection_length ()" link="InfTextUser.html#inf-text-user-get-selection-length"/>
<keyword type="function" name="inf_text_user_set_selection ()" link="InfTextUser.html#inf-text-user-set-selection"/>
<keyword type="function" name="inf_text_user_get_hue ()" link="InfTextUser.html#inf-text-user-get-hue"/>
<keyword type="property" name="The "caret-position" property" link="InfTextUser.html#InfTextUser--caret-position"/>
<keyword type="property" name="The "hue" property" link="InfTextUser.html#InfTextUser--hue"/>
<keyword type="property" name="The "selection-length" property" link="InfTextUser.html#InfTextUser--selection-length"/>
<keyword type="signal" name="The "selection-changed" signal" link="InfTextUser.html#InfTextUser-selection-changed"/>
<keyword type="struct" name="InfTextChunk" link="libinftext-0.5-inf-text-chunk.html#InfTextChunk-struct"/>
<keyword type="struct" name="struct InfTextChunkIter" link="libinftext-0.5-inf-text-chunk.html#InfTextChunkIter"/>
<keyword type="function" name="inf_text_chunk_new ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-new"/>
<keyword type="function" name="inf_text_chunk_copy ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-copy"/>
<keyword type="function" name="inf_text_chunk_free ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-free"/>
<keyword type="function" name="inf_text_chunk_get_encoding ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-get-encoding"/>
<keyword type="function" name="inf_text_chunk_get_length ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-get-length"/>
<keyword type="function" name="inf_text_chunk_substring ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-substring"/>
<keyword type="function" name="inf_text_chunk_insert_text ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-insert-text"/>
<keyword type="function" name="inf_text_chunk_insert_chunk ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-insert-chunk"/>
<keyword type="function" name="inf_text_chunk_erase ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-erase"/>
<keyword type="function" name="inf_text_chunk_get_text ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-get-text"/>
<keyword type="function" name="inf_text_chunk_equal ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-equal"/>
<keyword type="function" name="inf_text_chunk_iter_init ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-init"/>
<keyword type="function" name="inf_text_chunk_iter_next ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-next"/>
<keyword type="function" name="inf_text_chunk_iter_prev ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-prev"/>
<keyword type="function" name="inf_text_chunk_iter_get_text ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-get-text"/>
<keyword type="function" name="inf_text_chunk_iter_get_length ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-get-length"/>
<keyword type="function" name="inf_text_chunk_iter_get_bytes ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-get-bytes"/>
<keyword type="function" name="inf_text_chunk_iter_get_author ()" link="libinftext-0.5-inf-text-chunk.html#inf-text-chunk-iter-get-author"/>
<keyword type="struct" name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer-struct"/>
<keyword type="function" name="inf_text_default_buffer_new ()" link="InfTextDefaultBuffer.html#inf-text-default-buffer-new"/>
<keyword type="property" name="The "encoding" property" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer--encoding"/>
<keyword type="struct" name="InfTextUndoGrouping" link="InfTextUndoGrouping.html#InfTextUndoGrouping-struct"/>
<keyword type="function" name="inf_text_undo_grouping_new ()" link="InfTextUndoGrouping.html#inf-text-undo-grouping-new"/>
<keyword type="struct" name="InfTextDeleteOperation" link="libinftext-0.5-inf-text-operations.html#InfTextDeleteOperation-struct"/>
<keyword type="struct" name="InfTextInsertOperation" link="libinftext-0.5-inf-text-operations.html#InfTextInsertOperation-struct"/>
<keyword type="struct" name="struct InfTextInsertOperationIface" link="libinftext-0.5-inf-text-insert-operation.html#InfTextInsertOperationIface"/>
<keyword type="function" name="inf_text_insert_operation_get_position ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-get-position"/>
<keyword type="function" name="inf_text_insert_operation_get_length ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-get-length"/>
<keyword type="function" name="inf_text_insert_operation_need_concurrency_id ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-need-concurrency-id"/>
<keyword type="function" name="inf_text_insert_operation_get_concurrency_id ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-get-concurrency-id"/>
<keyword type="function" name="inf_text_insert_operation_transform_insert ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-transform-insert"/>
<keyword type="function" name="inf_text_insert_operation_transform_delete ()" link="libinftext-0.5-inf-text-insert-operation.html#inf-text-insert-operation-transform-delete"/>
<keyword type="struct" name="struct InfTextDeleteOperationIface" link="libinftext-0.5-inf-text-delete-operation.html#InfTextDeleteOperationIface"/>
<keyword type="function" name="inf_text_delete_operation_get_position ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-get-position"/>
<keyword type="function" name="inf_text_delete_operation_get_length ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-get-length"/>
<keyword type="function" name="inf_text_delete_operation_need_concurrency_id ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-need-concurrency-id"/>
<keyword type="function" name="inf_text_delete_operation_get_concurrency_id ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-get-concurrency-id"/>
<keyword type="function" name="inf_text_delete_operation_transform_insert ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-transform-insert"/>
<keyword type="function" name="inf_text_delete_operation_transform_delete ()" link="libinftext-0.5-inf-text-delete-operation.html#inf-text-delete-operation-transform-delete"/>
<keyword type="struct" name="InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation-struct"/>
<keyword type="function" name="inf_text_default_delete_operation_new ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-new"/>
<keyword type="function" name="inf_text_default_delete_operation_get_chunk ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-get-chunk"/>
<keyword type="property" name="The "chunk" property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--chunk"/>
<keyword type="property" name="The "position" property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--position"/>
<keyword type="struct" name="InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation-struct"/>
<keyword type="function" name="inf_text_default_insert_operation_new ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-new"/>
<keyword type="function" name="inf_text_default_insert_operation_get_chunk ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-get-chunk"/>
<keyword type="property" name="The "chunk" property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--chunk"/>
<keyword type="property" name="The "position" property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--position"/>
<keyword type="struct" name="InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation-struct"/>
<keyword type="function" name="inf_text_remote_delete_operation_new ()" link="InfTextRemoteDeleteOperation.html#inf-text-remote-delete-operation-new"/>
<keyword type="property" name="The "length" property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--length"/>
<keyword type="property" name="The "position" property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--position"/>
<keyword type="struct" name="InfTextMoveOperation" link="InfTextMoveOperation.html#InfTextMoveOperation-struct"/>
<keyword type="function" name="inf_text_move_operation_new ()" link="InfTextMoveOperation.html#inf-text-move-operation-new"/>
<keyword type="function" name="inf_text_move_operation_get_position ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-position"/>
<keyword type="function" name="inf_text_move_operation_get_length ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-length"/>
<keyword type="function" name="inf_text_move_operation_transform_insert ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-insert"/>
<keyword type="function" name="inf_text_move_operation_transform_delete ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-delete"/>
<keyword type="property" name="The "length" property" link="InfTextMoveOperation.html#InfTextMoveOperation--length"/>
<keyword type="property" name="The "position" property" link="InfTextMoveOperation.html#InfTextMoveOperation--position"/>
<keyword type="constant" name="INF_TEXT_SESSION_ERROR_INVALID_HUE" link="libinftext-0.5-inf-text-session.html#INF-TEXT-SESSION-ERROR-INVALID-HUE:CAPS"/>
<keyword type="constant" name="INF_TEXT_SESSION_ERROR_FAILED" link="libinftext-0.5-inf-text-session.html#INF-TEXT-SESSION-ERROR-FAILED:CAPS"/>
</functions>
</book>
|