/usr/share/gtk-doc/html/libinftext-0.6/libinftext-0.6.devhelp2 is in libinfinity-0.6-doc 0.6.7-1build1.
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 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="libinftext-0.6 Reference Manual" link="index.html" author="" name="libinftext-0.6" version="2" language="c">
<chapters>
<sub name="libinftext API reference" link="ch01.html">
<sub name="InfTextSession" link="libinftext-0.6-inf-text-session.html"/>
<sub name="InfTextBuffer" link="InfTextBuffer.html"/>
<sub name="InfTextUser" link="InfTextUser.html"/>
<sub name="InfTextChunk" link="InfTextChunk.html"/>
<sub name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html"/>
<sub name="InfTextFixlineBuffer" link="InfTextFixlineBuffer.html"/>
<sub name="InfTextUndoGrouping" link="InfTextUndoGrouping.html"/>
<sub name="inf-text-insert-operation" link="libinftext-0.6-inf-text-insert-operation.html"/>
<sub name="InfTextDeleteOperation" link="InfTextDeleteOperation.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 name="Storage of text sessions on the file system" link="libinftext-0.6-InfTextFilesystemFormat.html"/>
</sub>
</chapters>
<functions>
<keyword type="function" name="inf_text_session_new ()" link="libinftext-0.6-inf-text-session.html#inf-text-session-new"/>
<keyword type="function" name="inf_text_session_new_with_user_table ()" link="libinftext-0.6-inf-text-session.html#inf-text-session-new-with-user-table"/>
<keyword type="function" name="inf_text_session_set_user_color ()" link="libinftext-0.6-inf-text-session.html#inf-text-session-set-user-color"/>
<keyword type="function" name="inf_text_session_flush_requests_for_user ()" link="libinftext-0.6-inf-text-session.html#inf-text-session-flush-requests-for-user"/>
<keyword type="function" name="inf_text_session_join_user ()" link="libinftext-0.6-inf-text-session.html#inf-text-session-join-user"/>
<keyword type="enum" name="enum InfTextSessionError" link="libinftext-0.6-inf-text-session.html#InfTextSessionError"/>
<keyword type="enum" name="enum InfTextOperationError" link="libinftext-0.6-inf-text-session.html#InfTextOperationError"/>
<keyword type="struct" name="struct InfTextSession" link="libinftext-0.6-inf-text-session.html#InfTextSession-struct"/>
<keyword type="struct" name="struct InfTextSessionClass" link="libinftext-0.6-inf-text-session.html#InfTextSessionClass"/>
<keyword type="property" name="The “caret-update-interval” property" link="libinftext-0.6-inf-text-session.html#InfTextSession--caret-update-interval"/>
<keyword type="function" name="inf_text_buffer_get_encoding ()" link="InfTextBuffer.html#inf-text-buffer-get-encoding"/>
<keyword type="function" name="inf_text_buffer_get_length ()" link="InfTextBuffer.html#inf-text-buffer-get-length"/>
<keyword type="function" name="inf_text_buffer_get_slice ()" link="InfTextBuffer.html#inf-text-buffer-get-slice"/>
<keyword type="function" name="inf_text_buffer_insert_text ()" link="InfTextBuffer.html#inf-text-buffer-insert-text"/>
<keyword type="function" name="inf_text_buffer_insert_chunk ()" link="InfTextBuffer.html#inf-text-buffer-insert-chunk"/>
<keyword type="function" name="inf_text_buffer_erase_text ()" link="InfTextBuffer.html#inf-text-buffer-erase-text"/>
<keyword type="function" name="inf_text_buffer_create_begin_iter ()" link="InfTextBuffer.html#inf-text-buffer-create-begin-iter"/>
<keyword type="function" name="inf_text_buffer_create_end_iter ()" link="InfTextBuffer.html#inf-text-buffer-create-end-iter"/>
<keyword type="function" name="inf_text_buffer_destroy_iter ()" link="InfTextBuffer.html#inf-text-buffer-destroy-iter"/>
<keyword type="function" name="inf_text_buffer_iter_next ()" link="InfTextBuffer.html#inf-text-buffer-iter-next"/>
<keyword type="function" name="inf_text_buffer_iter_prev ()" link="InfTextBuffer.html#inf-text-buffer-iter-prev"/>
<keyword type="function" name="inf_text_buffer_iter_get_text ()" link="InfTextBuffer.html#inf-text-buffer-iter-get-text"/>
<keyword type="function" name="inf_text_buffer_iter_get_offset ()" link="InfTextBuffer.html#inf-text-buffer-iter-get-offset"/>
<keyword type="function" name="inf_text_buffer_iter_get_length ()" link="InfTextBuffer.html#inf-text-buffer-iter-get-length"/>
<keyword type="function" name="inf_text_buffer_iter_get_bytes ()" link="InfTextBuffer.html#inf-text-buffer-iter-get-bytes"/>
<keyword type="function" name="inf_text_buffer_iter_get_author ()" link="InfTextBuffer.html#inf-text-buffer-iter-get-author"/>
<keyword type="function" name="inf_text_buffer_text_inserted ()" link="InfTextBuffer.html#inf-text-buffer-text-inserted"/>
<keyword type="function" name="inf_text_buffer_text_erased ()" link="InfTextBuffer.html#inf-text-buffer-text-erased"/>
<keyword type="struct" name="InfTextBuffer" link="InfTextBuffer.html#InfTextBuffer-struct"/>
<keyword type="struct" name="struct InfTextBufferIface" link="InfTextBuffer.html#InfTextBufferIface"/>
<keyword type="struct" name="InfTextBufferIter" link="InfTextBuffer.html#InfTextBufferIter"/>
<keyword type="signal" name="The “text-erased” signal" link="InfTextBuffer.html#InfTextBuffer-text-erased"/>
<keyword type="signal" name="The “text-inserted” signal" link="InfTextBuffer.html#InfTextBuffer-text-inserted"/>
<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="struct" name="struct InfTextUser" link="InfTextUser.html#InfTextUser-struct"/>
<keyword type="struct" name="struct InfTextUserClass" link="InfTextUser.html#InfTextUserClass"/>
<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="function" name="inf_text_chunk_new ()" link="InfTextChunk.html#inf-text-chunk-new"/>
<keyword type="function" name="inf_text_chunk_copy ()" link="InfTextChunk.html#inf-text-chunk-copy"/>
<keyword type="function" name="inf_text_chunk_free ()" link="InfTextChunk.html#inf-text-chunk-free"/>
<keyword type="function" name="inf_text_chunk_get_encoding ()" link="InfTextChunk.html#inf-text-chunk-get-encoding"/>
<keyword type="function" name="inf_text_chunk_get_length ()" link="InfTextChunk.html#inf-text-chunk-get-length"/>
<keyword type="function" name="inf_text_chunk_substring ()" link="InfTextChunk.html#inf-text-chunk-substring"/>
<keyword type="function" name="inf_text_chunk_insert_text ()" link="InfTextChunk.html#inf-text-chunk-insert-text"/>
<keyword type="function" name="inf_text_chunk_insert_chunk ()" link="InfTextChunk.html#inf-text-chunk-insert-chunk"/>
<keyword type="function" name="inf_text_chunk_erase ()" link="InfTextChunk.html#inf-text-chunk-erase"/>
<keyword type="function" name="inf_text_chunk_get_text ()" link="InfTextChunk.html#inf-text-chunk-get-text"/>
<keyword type="function" name="inf_text_chunk_equal ()" link="InfTextChunk.html#inf-text-chunk-equal"/>
<keyword type="function" name="inf_text_chunk_iter_init_begin ()" link="InfTextChunk.html#inf-text-chunk-iter-init-begin"/>
<keyword type="function" name="inf_text_chunk_iter_init_end ()" link="InfTextChunk.html#inf-text-chunk-iter-init-end"/>
<keyword type="function" name="inf_text_chunk_iter_next ()" link="InfTextChunk.html#inf-text-chunk-iter-next"/>
<keyword type="function" name="inf_text_chunk_iter_prev ()" link="InfTextChunk.html#inf-text-chunk-iter-prev"/>
<keyword type="function" name="inf_text_chunk_iter_get_text ()" link="InfTextChunk.html#inf-text-chunk-iter-get-text"/>
<keyword type="function" name="inf_text_chunk_iter_get_offset ()" link="InfTextChunk.html#inf-text-chunk-iter-get-offset"/>
<keyword type="function" name="inf_text_chunk_iter_get_length ()" link="InfTextChunk.html#inf-text-chunk-iter-get-length"/>
<keyword type="function" name="inf_text_chunk_iter_get_bytes ()" link="InfTextChunk.html#inf-text-chunk-iter-get-bytes"/>
<keyword type="function" name="inf_text_chunk_iter_get_author ()" link="InfTextChunk.html#inf-text-chunk-iter-get-author"/>
<keyword type="struct" name="InfTextChunk" link="InfTextChunk.html#InfTextChunk-struct"/>
<keyword type="struct" name="struct InfTextChunkIter" link="InfTextChunk.html#InfTextChunkIter"/>
<keyword type="function" name="inf_text_default_buffer_new ()" link="InfTextDefaultBuffer.html#inf-text-default-buffer-new"/>
<keyword type="struct" name="struct InfTextDefaultBuffer" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer-struct"/>
<keyword type="struct" name="struct InfTextDefaultBufferClass" link="InfTextDefaultBuffer.html#InfTextDefaultBufferClass"/>
<keyword type="property" name="The “encoding” property" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer--encoding"/>
<keyword type="function" name="inf_text_fixline_buffer_new ()" link="InfTextFixlineBuffer.html#inf-text-fixline-buffer-new"/>
<keyword type="struct" name="struct InfTextFixlineBuffer" link="InfTextFixlineBuffer.html#InfTextFixlineBuffer-struct"/>
<keyword type="struct" name="struct InfTextFixlineBufferClass" link="InfTextFixlineBuffer.html#InfTextFixlineBufferClass"/>
<keyword type="property" name="The “buffer” property" link="InfTextFixlineBuffer.html#InfTextFixlineBuffer--buffer"/>
<keyword type="property" name="The “io” property" link="InfTextFixlineBuffer.html#InfTextFixlineBuffer--io"/>
<keyword type="property" name="The “lines” property" link="InfTextFixlineBuffer.html#InfTextFixlineBuffer--lines"/>
<keyword type="function" name="inf_text_undo_grouping_new ()" link="InfTextUndoGrouping.html#inf-text-undo-grouping-new"/>
<keyword type="struct" name="struct InfTextUndoGrouping" link="InfTextUndoGrouping.html#InfTextUndoGrouping-struct"/>
<keyword type="struct" name="struct InfTextUndoGroupingClass" link="InfTextUndoGrouping.html#InfTextUndoGroupingClass"/>
<keyword type="function" name="inf_text_insert_operation_get_position ()" link="libinftext-0.6-inf-text-insert-operation.html#inf-text-insert-operation-get-position"/>
<keyword type="function" name="inf_text_insert_operation_get_length ()" link="libinftext-0.6-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.6-inf-text-insert-operation.html#inf-text-insert-operation-need-concurrency-id"/>
<keyword type="function" name="inf_text_insert_operation_transform_insert ()" link="libinftext-0.6-inf-text-insert-operation.html#inf-text-insert-operation-transform-insert"/>
<keyword type="function" name="inf_text_insert_operation_transform_delete ()" link="libinftext-0.6-inf-text-insert-operation.html#inf-text-insert-operation-transform-delete"/>
<keyword type="struct" name="InfTextInsertOperation" link="libinftext-0.6-inf-text-insert-operation.html#InfTextInsertOperation-struct"/>
<keyword type="struct" name="struct InfTextInsertOperationIface" link="libinftext-0.6-inf-text-insert-operation.html#InfTextInsertOperationIface"/>
<keyword type="function" name="inf_text_delete_operation_get_position ()" link="InfTextDeleteOperation.html#inf-text-delete-operation-get-position"/>
<keyword type="function" name="inf_text_delete_operation_get_length ()" link="InfTextDeleteOperation.html#inf-text-delete-operation-get-length"/>
<keyword type="function" name="inf_text_delete_operation_need_concurrency_id ()" link="InfTextDeleteOperation.html#inf-text-delete-operation-need-concurrency-id"/>
<keyword type="function" name="inf_text_delete_operation_transform_insert ()" link="InfTextDeleteOperation.html#inf-text-delete-operation-transform-insert"/>
<keyword type="function" name="inf_text_delete_operation_transform_delete ()" link="InfTextDeleteOperation.html#inf-text-delete-operation-transform-delete"/>
<keyword type="struct" name="InfTextDeleteOperation" link="InfTextDeleteOperation.html#InfTextDeleteOperation-struct"/>
<keyword type="struct" name="struct InfTextDeleteOperationIface" link="InfTextDeleteOperation.html#InfTextDeleteOperationIface"/>
<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="struct" name="struct InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation-struct"/>
<keyword type="struct" name="struct InfTextDefaultDeleteOperationClass" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperationClass"/>
<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="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="struct" name="struct InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation-struct"/>
<keyword type="struct" name="struct InfTextDefaultInsertOperationClass" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperationClass"/>
<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="function" name="inf_text_remote_delete_operation_new ()" link="InfTextRemoteDeleteOperation.html#inf-text-remote-delete-operation-new"/>
<keyword type="struct" name="struct InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation-struct"/>
<keyword type="struct" name="struct InfTextRemoteDeleteOperationClass" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperationClass"/>
<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="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="struct" name="struct InfTextMoveOperation" link="InfTextMoveOperation.html#InfTextMoveOperation-struct"/>
<keyword type="struct" name="struct InfTextMoveOperationClass" link="InfTextMoveOperation.html#InfTextMoveOperationClass"/>
<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="function" name="inf_text_filesystem_format_read ()" link="libinftext-0.6-InfTextFilesystemFormat.html#inf-text-filesystem-format-read"/>
<keyword type="function" name="inf_text_filesystem_format_write ()" link="libinftext-0.6-InfTextFilesystemFormat.html#inf-text-filesystem-format-write"/>
<keyword type="enum" name="enum InfTextFilesystemFormatError" link="libinftext-0.6-InfTextFilesystemFormat.html#InfTextFilesystemFormatError"/>
<keyword type="constant" name="INF_TEXT_SESSION_ERROR_INVALID_HUE" link="libinftext-0.6-inf-text-session.html#INF-TEXT-SESSION-ERROR-INVALID-HUE:CAPS"/>
<keyword type="constant" name="INF_TEXT_SESSION_ERROR_FAILED" link="libinftext-0.6-inf-text-session.html#INF-TEXT-SESSION-ERROR-FAILED:CAPS"/>
<keyword type="constant" name="INF_TEXT_OPERATION_ERROR_INVALID_INSERT" link="libinftext-0.6-inf-text-session.html#INF-TEXT-OPERATION-ERROR-INVALID-INSERT:CAPS"/>
<keyword type="constant" name="INF_TEXT_OPERATION_ERROR_INVALID_DELETE" link="libinftext-0.6-inf-text-session.html#INF-TEXT-OPERATION-ERROR-INVALID-DELETE:CAPS"/>
<keyword type="constant" name="INF_TEXT_OPERATION_ERROR_INVALID_MOVE" link="libinftext-0.6-inf-text-session.html#INF-TEXT-OPERATION-ERROR-INVALID-MOVE:CAPS"/>
<keyword type="constant" name="INF_TEXT_OPERATION_ERROR_FAILED" link="libinftext-0.6-inf-text-session.html#INF-TEXT-OPERATION-ERROR-FAILED:CAPS"/>
<keyword type="constant" name="INF_TEXT_FILESYSTEM_FORMAT_ERROR_NOT_A_TEXT_SESSION" link="libinftext-0.6-InfTextFilesystemFormat.html#INF-TEXT-FILESYSTEM-FORMAT-ERROR-NOT-A-TEXT-SESSION:CAPS"/>
<keyword type="constant" name="INF_TEXT_FILESYSTEM_FORMAT_ERROR_USER_EXISTS" link="libinftext-0.6-InfTextFilesystemFormat.html#INF-TEXT-FILESYSTEM-FORMAT-ERROR-USER-EXISTS:CAPS"/>
<keyword type="constant" name="INF_TEXT_FILESYSTEM_FORMAT_ERROR_NO_SUCH_USER" link="libinftext-0.6-InfTextFilesystemFormat.html#INF-TEXT-FILESYSTEM-FORMAT-ERROR-NO-SUCH-USER:CAPS"/>
</functions>
</book>
|