~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to docs/reference/libinftext/html/libinftext-0.4.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-03 15:50:33 UTC
  • mfrom: (1.2.4 upstream) (1.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110403155033-eqntz262lxzt0d8s
Tags: 0.5.0-2
* Fix infinoted postinst and prerm.  (Closes: #620687)
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="libinftext-0.4 Reference Manual" link="index.html" author="" name="libinftext-0.4" version="2" language="c">
4
 
  <chapters>
5
 
    <sub name="libinftext API reference" link="ch01.html">
6
 
      <sub name="InfTextSession" link="InfTextSession.html"/>
7
 
      <sub name="inf-text-buffer" link="libinftext-04-inf-text-buffer.html"/>
8
 
      <sub name="InfTextUser" link="InfTextUser.html"/>
9
 
      <sub name="inf-text-chunk" link="libinftext-04-inf-text-chunk.html"/>
10
 
      <sub name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html"/>
11
 
      <sub name="InfTextUndoGrouping" link="InfTextUndoGrouping.html"/>
12
 
      <sub name="inf-text-operations" link="libinftext-04-inf-text-operations.html"/>
13
 
      <sub name="inf-text-insert-operation" link="libinftext-04-inf-text-insert-operation.html"/>
14
 
      <sub name="inf-text-delete-operation" link="libinftext-04-inf-text-delete-operation.html"/>
15
 
      <sub name="InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html"/>
16
 
      <sub name="InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html"/>
17
 
      <sub name="InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html"/>
18
 
      <sub name="InfTextMoveOperation" link="InfTextMoveOperation.html"/>
19
 
    </sub>
20
 
  </chapters>
21
 
  <functions>
22
 
    <keyword type="enum" name="enum InfTextSessionError" link="InfTextSession.html#InfTextSessionError"/>
23
 
    <keyword type="struct" name="InfTextSession" link="InfTextSession.html#InfTextSession-struct"/>
24
 
    <keyword type="function" name="inf_text_session_new ()" link="InfTextSession.html#inf-text-session-new"/>
25
 
    <keyword type="function" name="inf_text_session_new_with_user_table ()" link="InfTextSession.html#inf-text-session-new-with-user-table"/>
26
 
    <keyword type="function" name="inf_text_session_set_user_color ()" link="InfTextSession.html#inf-text-session-set-user-color"/>
27
 
    <keyword type="function" name="inf_text_session_flush_requests_for_user ()" link="InfTextSession.html#inf-text-session-flush-requests-for-user"/>
28
 
    <keyword type="property" name="The &quot;caret-update-interval&quot; property" link="InfTextSession.html#InfTextSession--caret-update-interval"/>
29
 
    <keyword type="struct" name="InfTextBuffer" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-struct"/>
30
 
    <keyword type="struct" name="InfTextBufferIface" link="libinftext-04-inf-text-buffer.html#InfTextBufferIface"/>
31
 
    <keyword type="struct" name="InfTextBufferIter" link="libinftext-04-inf-text-buffer.html#InfTextBufferIter"/>
32
 
    <keyword type="function" name="inf_text_buffer_get_encoding ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-encoding"/>
33
 
    <keyword type="function" name="inf_text_buffer_get_length ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-length"/>
34
 
    <keyword type="function" name="inf_text_buffer_get_slice ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-slice"/>
35
 
    <keyword type="function" name="inf_text_buffer_insert_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-insert-text"/>
36
 
    <keyword type="function" name="inf_text_buffer_insert_chunk ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-insert-chunk"/>
37
 
    <keyword type="function" name="inf_text_buffer_erase_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-erase-text"/>
38
 
    <keyword type="function" name="inf_text_buffer_create_iter ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-create-iter"/>
39
 
    <keyword type="function" name="inf_text_buffer_destroy_iter ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-destroy-iter"/>
40
 
    <keyword type="function" name="inf_text_buffer_iter_next ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-next"/>
41
 
    <keyword type="function" name="inf_text_buffer_iter_prev ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-prev"/>
42
 
    <keyword type="function" name="inf_text_buffer_iter_get_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-text"/>
43
 
    <keyword type="function" name="inf_text_buffer_iter_get_length ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-length"/>
44
 
    <keyword type="function" name="inf_text_buffer_iter_get_bytes ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-bytes"/>
45
 
    <keyword type="function" name="inf_text_buffer_iter_get_author ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-author"/>
46
 
    <keyword type="signal" name="The &quot;erase-text&quot; signal" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-erase-text"/>
47
 
    <keyword type="signal" name="The &quot;insert-text&quot; signal" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-insert-text"/>
48
 
    <keyword type="struct" name="InfTextUser" link="InfTextUser.html#InfTextUser-struct"/>
49
 
    <keyword type="function" name="inf_text_user_get_caret_position ()" link="InfTextUser.html#inf-text-user-get-caret-position"/>
50
 
    <keyword type="function" name="inf_text_user_get_selection_length ()" link="InfTextUser.html#inf-text-user-get-selection-length"/>
51
 
    <keyword type="function" name="inf_text_user_set_selection ()" link="InfTextUser.html#inf-text-user-set-selection"/>
52
 
    <keyword type="function" name="inf_text_user_get_hue ()" link="InfTextUser.html#inf-text-user-get-hue"/>
53
 
    <keyword type="property" name="The &quot;caret-position&quot; property" link="InfTextUser.html#InfTextUser--caret-position"/>
54
 
    <keyword type="property" name="The &quot;hue&quot; property" link="InfTextUser.html#InfTextUser--hue"/>
55
 
    <keyword type="property" name="The &quot;selection-length&quot; property" link="InfTextUser.html#InfTextUser--selection-length"/>
56
 
    <keyword type="signal" name="The &quot;selection-changed&quot; signal" link="InfTextUser.html#InfTextUser-selection-changed"/>
57
 
    <keyword type="struct" name="InfTextChunk" link="libinftext-04-inf-text-chunk.html#InfTextChunk"/>
58
 
    <keyword type="struct" name="InfTextChunkIter" link="libinftext-04-inf-text-chunk.html#InfTextChunkIter"/>
59
 
    <keyword type="function" name="inf_text_chunk_new ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-new"/>
60
 
    <keyword type="function" name="inf_text_chunk_copy ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-copy"/>
61
 
    <keyword type="function" name="inf_text_chunk_free ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-free"/>
62
 
    <keyword type="function" name="inf_text_chunk_get_encoding ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-encoding"/>
63
 
    <keyword type="function" name="inf_text_chunk_get_length ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-length"/>
64
 
    <keyword type="function" name="inf_text_chunk_substring ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-substring"/>
65
 
    <keyword type="function" name="inf_text_chunk_insert_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-insert-text"/>
66
 
    <keyword type="function" name="inf_text_chunk_insert_chunk ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-insert-chunk"/>
67
 
    <keyword type="function" name="inf_text_chunk_erase ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-erase"/>
68
 
    <keyword type="function" name="inf_text_chunk_get_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-text"/>
69
 
    <keyword type="function" name="inf_text_chunk_equal ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-equal"/>
70
 
    <keyword type="function" name="inf_text_chunk_iter_init ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-init"/>
71
 
    <keyword type="function" name="inf_text_chunk_iter_next ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-next"/>
72
 
    <keyword type="function" name="inf_text_chunk_iter_prev ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-prev"/>
73
 
    <keyword type="function" name="inf_text_chunk_iter_get_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-text"/>
74
 
    <keyword type="function" name="inf_text_chunk_iter_get_length ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-length"/>
75
 
    <keyword type="function" name="inf_text_chunk_iter_get_bytes ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-bytes"/>
76
 
    <keyword type="function" name="inf_text_chunk_iter_get_author ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-author"/>
77
 
    <keyword type="struct" name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer-struct"/>
78
 
    <keyword type="function" name="inf_text_default_buffer_new ()" link="InfTextDefaultBuffer.html#inf-text-default-buffer-new"/>
79
 
    <keyword type="property" name="The &quot;encoding&quot; property" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer--encoding"/>
80
 
    <keyword type="struct" name="InfTextUndoGrouping" link="InfTextUndoGrouping.html#InfTextUndoGrouping-struct"/>
81
 
    <keyword type="function" name="inf_text_undo_grouping_new ()" link="InfTextUndoGrouping.html#inf-text-undo-grouping-new"/>
82
 
    <keyword type="struct" name="InfTextDeleteOperation" link="libinftext-04-inf-text-operations.html#InfTextDeleteOperation-struct"/>
83
 
    <keyword type="struct" name="InfTextInsertOperation" link="libinftext-04-inf-text-operations.html#InfTextInsertOperation-struct"/>
84
 
    <keyword type="struct" name="InfTextInsertOperationIface" link="libinftext-04-inf-text-insert-operation.html#InfTextInsertOperationIface"/>
85
 
    <keyword type="function" name="inf_text_insert_operation_get_position ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-get-position"/>
86
 
    <keyword type="function" name="inf_text_insert_operation_get_length ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-get-length"/>
87
 
    <keyword type="function" name="inf_text_insert_operation_need_concurrency_id ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-need-concurrency-id"/>
88
 
    <keyword type="function" name="inf_text_insert_operation_get_concurrency_id ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-get-concurrency-id"/>
89
 
    <keyword type="function" name="inf_text_insert_operation_transform_insert ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-transform-insert"/>
90
 
    <keyword type="function" name="inf_text_insert_operation_transform_delete ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-transform-delete"/>
91
 
    <keyword type="struct" name="InfTextDeleteOperationIface" link="libinftext-04-inf-text-delete-operation.html#InfTextDeleteOperationIface"/>
92
 
    <keyword type="function" name="inf_text_delete_operation_get_position ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-get-position"/>
93
 
    <keyword type="function" name="inf_text_delete_operation_get_length ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-get-length"/>
94
 
    <keyword type="function" name="inf_text_delete_operation_need_concurrency_id ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-need-concurrency-id"/>
95
 
    <keyword type="function" name="inf_text_delete_operation_get_concurrency_id ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-get-concurrency-id"/>
96
 
    <keyword type="function" name="inf_text_delete_operation_transform_insert ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-transform-insert"/>
97
 
    <keyword type="function" name="inf_text_delete_operation_transform_delete ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-transform-delete"/>
98
 
    <keyword type="struct" name="InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation-struct"/>
99
 
    <keyword type="function" name="inf_text_default_delete_operation_new ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-new"/>
100
 
    <keyword type="function" name="inf_text_default_delete_operation_get_chunk ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-get-chunk"/>
101
 
    <keyword type="property" name="The &quot;chunk&quot; property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--chunk"/>
102
 
    <keyword type="property" name="The &quot;position&quot; property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--position"/>
103
 
    <keyword type="struct" name="InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation-struct"/>
104
 
    <keyword type="function" name="inf_text_default_insert_operation_new ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-new"/>
105
 
    <keyword type="function" name="inf_text_default_insert_operation_get_chunk ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-get-chunk"/>
106
 
    <keyword type="property" name="The &quot;chunk&quot; property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--chunk"/>
107
 
    <keyword type="property" name="The &quot;position&quot; property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--position"/>
108
 
    <keyword type="struct" name="InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation-struct"/>
109
 
    <keyword type="function" name="inf_text_remote_delete_operation_new ()" link="InfTextRemoteDeleteOperation.html#inf-text-remote-delete-operation-new"/>
110
 
    <keyword type="property" name="The &quot;length&quot; property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--length"/>
111
 
    <keyword type="property" name="The &quot;position&quot; property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--position"/>
112
 
    <keyword type="struct" name="InfTextMoveOperation" link="InfTextMoveOperation.html#InfTextMoveOperation-struct"/>
113
 
    <keyword type="function" name="inf_text_move_operation_new ()" link="InfTextMoveOperation.html#inf-text-move-operation-new"/>
114
 
    <keyword type="function" name="inf_text_move_operation_get_position ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-position"/>
115
 
    <keyword type="function" name="inf_text_move_operation_get_length ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-length"/>
116
 
    <keyword type="function" name="inf_text_move_operation_transform_insert ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-insert"/>
117
 
    <keyword type="function" name="inf_text_move_operation_transform_delete ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-delete"/>
118
 
    <keyword type="property" name="The &quot;length&quot; property" link="InfTextMoveOperation.html#InfTextMoveOperation--length"/>
119
 
    <keyword type="property" name="The &quot;position&quot; property" link="InfTextMoveOperation.html#InfTextMoveOperation--position"/>
120
 
  </functions>
121
 
</book>