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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2009-12-22 00:04:27 UTC
  • mfrom: (1.2.2 upstream) (1.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222000427-8iyupvgjy3gkle3w
Tags: 0.4.0-2
Fix up infinoted alternative in infinoted-0.4's postinst.
(Closes: #562002)

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">
 
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
    <function name="enum InfTextSessionError" link="InfTextSession.html#InfTextSessionError"/>
 
23
    <function name="InfTextSession" link="InfTextSession.html#InfTextSession-struct"/>
 
24
    <function name="inf_text_session_new ()" link="InfTextSession.html#inf-text-session-new"/>
 
25
    <function name="inf_text_session_new_with_user_table ()" link="InfTextSession.html#inf-text-session-new-with-user-table"/>
 
26
    <function name="inf_text_session_set_user_color ()" link="InfTextSession.html#inf-text-session-set-user-color"/>
 
27
    <function name="inf_text_session_flush_requests_for_user ()" link="InfTextSession.html#inf-text-session-flush-requests-for-user"/>
 
28
    <function name="The &quot;caret-update-interval&quot; property" link="InfTextSession.html#InfTextSession--caret-update-interval"/>
 
29
    <function name="InfTextBuffer" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-struct"/>
 
30
    <function name="InfTextBufferIface" link="libinftext-04-inf-text-buffer.html#InfTextBufferIface"/>
 
31
    <function name="InfTextBufferIter" link="libinftext-04-inf-text-buffer.html#InfTextBufferIter"/>
 
32
    <function name="inf_text_buffer_get_encoding ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-encoding"/>
 
33
    <function name="inf_text_buffer_get_length ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-length"/>
 
34
    <function name="inf_text_buffer_get_slice ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-get-slice"/>
 
35
    <function name="inf_text_buffer_insert_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-insert-text"/>
 
36
    <function name="inf_text_buffer_insert_chunk ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-insert-chunk"/>
 
37
    <function name="inf_text_buffer_erase_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-erase-text"/>
 
38
    <function name="inf_text_buffer_create_iter ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-create-iter"/>
 
39
    <function name="inf_text_buffer_destroy_iter ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-destroy-iter"/>
 
40
    <function name="inf_text_buffer_iter_next ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-next"/>
 
41
    <function name="inf_text_buffer_iter_prev ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-prev"/>
 
42
    <function name="inf_text_buffer_iter_get_text ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-text"/>
 
43
    <function name="inf_text_buffer_iter_get_length ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-length"/>
 
44
    <function name="inf_text_buffer_iter_get_bytes ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-bytes"/>
 
45
    <function name="inf_text_buffer_iter_get_author ()" link="libinftext-04-inf-text-buffer.html#inf-text-buffer-iter-get-author"/>
 
46
    <function name="The &quot;erase-text&quot; signal" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-erase-text"/>
 
47
    <function name="The &quot;insert-text&quot; signal" link="libinftext-04-inf-text-buffer.html#InfTextBuffer-insert-text"/>
 
48
    <function name="InfTextUser" link="InfTextUser.html#InfTextUser-struct"/>
 
49
    <function name="inf_text_user_get_caret_position ()" link="InfTextUser.html#inf-text-user-get-caret-position"/>
 
50
    <function name="inf_text_user_get_selection_length ()" link="InfTextUser.html#inf-text-user-get-selection-length"/>
 
51
    <function name="inf_text_user_set_selection ()" link="InfTextUser.html#inf-text-user-set-selection"/>
 
52
    <function name="inf_text_user_get_hue ()" link="InfTextUser.html#inf-text-user-get-hue"/>
 
53
    <function name="The &quot;caret-position&quot; property" link="InfTextUser.html#InfTextUser--caret-position"/>
 
54
    <function name="The &quot;hue&quot; property" link="InfTextUser.html#InfTextUser--hue"/>
 
55
    <function name="The &quot;selection-length&quot; property" link="InfTextUser.html#InfTextUser--selection-length"/>
 
56
    <function name="The &quot;selection-changed&quot; signal" link="InfTextUser.html#InfTextUser-selection-changed"/>
 
57
    <function name="InfTextChunk" link="libinftext-04-inf-text-chunk.html#InfTextChunk"/>
 
58
    <function name="InfTextChunkIter" link="libinftext-04-inf-text-chunk.html#InfTextChunkIter"/>
 
59
    <function name="inf_text_chunk_new ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-new"/>
 
60
    <function name="inf_text_chunk_copy ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-copy"/>
 
61
    <function name="inf_text_chunk_free ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-free"/>
 
62
    <function name="inf_text_chunk_get_encoding ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-encoding"/>
 
63
    <function name="inf_text_chunk_get_length ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-length"/>
 
64
    <function name="inf_text_chunk_substring ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-substring"/>
 
65
    <function name="inf_text_chunk_insert_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-insert-text"/>
 
66
    <function name="inf_text_chunk_insert_chunk ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-insert-chunk"/>
 
67
    <function name="inf_text_chunk_erase ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-erase"/>
 
68
    <function name="inf_text_chunk_get_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-get-text"/>
 
69
    <function name="inf_text_chunk_equal ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-equal"/>
 
70
    <function name="inf_text_chunk_iter_init ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-init"/>
 
71
    <function name="inf_text_chunk_iter_next ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-next"/>
 
72
    <function name="inf_text_chunk_iter_prev ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-prev"/>
 
73
    <function name="inf_text_chunk_iter_get_text ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-text"/>
 
74
    <function name="inf_text_chunk_iter_get_length ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-length"/>
 
75
    <function name="inf_text_chunk_iter_get_bytes ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-bytes"/>
 
76
    <function name="inf_text_chunk_iter_get_author ()" link="libinftext-04-inf-text-chunk.html#inf-text-chunk-iter-get-author"/>
 
77
    <function name="InfTextDefaultBuffer" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer-struct"/>
 
78
    <function name="inf_text_default_buffer_new ()" link="InfTextDefaultBuffer.html#inf-text-default-buffer-new"/>
 
79
    <function name="The &quot;encoding&quot; property" link="InfTextDefaultBuffer.html#InfTextDefaultBuffer--encoding"/>
 
80
    <function name="InfTextUndoGrouping" link="InfTextUndoGrouping.html#InfTextUndoGrouping-struct"/>
 
81
    <function name="inf_text_undo_grouping_new ()" link="InfTextUndoGrouping.html#inf-text-undo-grouping-new"/>
 
82
    <function name="InfTextDeleteOperation" link="libinftext-04-inf-text-operations.html#InfTextDeleteOperation-struct"/>
 
83
    <function name="InfTextInsertOperation" link="libinftext-04-inf-text-operations.html#InfTextInsertOperation-struct"/>
 
84
    <function name="InfTextInsertOperationIface" link="libinftext-04-inf-text-insert-operation.html#InfTextInsertOperationIface"/>
 
85
    <function name="inf_text_insert_operation_get_position ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-get-position"/>
 
86
    <function name="inf_text_insert_operation_get_length ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-get-length"/>
 
87
    <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
    <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
    <function name="inf_text_insert_operation_transform_insert ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-transform-insert"/>
 
90
    <function name="inf_text_insert_operation_transform_delete ()" link="libinftext-04-inf-text-insert-operation.html#inf-text-insert-operation-transform-delete"/>
 
91
    <function name="InfTextDeleteOperationIface" link="libinftext-04-inf-text-delete-operation.html#InfTextDeleteOperationIface"/>
 
92
    <function name="inf_text_delete_operation_get_position ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-get-position"/>
 
93
    <function name="inf_text_delete_operation_get_length ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-get-length"/>
 
94
    <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
    <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
    <function name="inf_text_delete_operation_transform_insert ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-transform-insert"/>
 
97
    <function name="inf_text_delete_operation_transform_delete ()" link="libinftext-04-inf-text-delete-operation.html#inf-text-delete-operation-transform-delete"/>
 
98
    <function name="InfTextDefaultDeleteOperation" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation-struct"/>
 
99
    <function name="inf_text_default_delete_operation_new ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-new"/>
 
100
    <function name="inf_text_default_delete_operation_get_chunk ()" link="InfTextDefaultDeleteOperation.html#inf-text-default-delete-operation-get-chunk"/>
 
101
    <function name="The &quot;chunk&quot; property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--chunk"/>
 
102
    <function name="The &quot;position&quot; property" link="InfTextDefaultDeleteOperation.html#InfTextDefaultDeleteOperation--position"/>
 
103
    <function name="InfTextDefaultInsertOperation" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation-struct"/>
 
104
    <function name="inf_text_default_insert_operation_new ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-new"/>
 
105
    <function name="inf_text_default_insert_operation_get_chunk ()" link="InfTextDefaultInsertOperation.html#inf-text-default-insert-operation-get-chunk"/>
 
106
    <function name="The &quot;chunk&quot; property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--chunk"/>
 
107
    <function name="The &quot;position&quot; property" link="InfTextDefaultInsertOperation.html#InfTextDefaultInsertOperation--position"/>
 
108
    <function name="InfTextRemoteDeleteOperation" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation-struct"/>
 
109
    <function name="inf_text_remote_delete_operation_new ()" link="InfTextRemoteDeleteOperation.html#inf-text-remote-delete-operation-new"/>
 
110
    <function name="The &quot;length&quot; property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--length"/>
 
111
    <function name="The &quot;position&quot; property" link="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--position"/>
 
112
    <function name="InfTextMoveOperation" link="InfTextMoveOperation.html#InfTextMoveOperation-struct"/>
 
113
    <function name="inf_text_move_operation_new ()" link="InfTextMoveOperation.html#inf-text-move-operation-new"/>
 
114
    <function name="inf_text_move_operation_get_position ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-position"/>
 
115
    <function name="inf_text_move_operation_get_length ()" link="InfTextMoveOperation.html#inf-text-move-operation-get-length"/>
 
116
    <function name="inf_text_move_operation_transform_insert ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-insert"/>
 
117
    <function name="inf_text_move_operation_transform_delete ()" link="InfTextMoveOperation.html#inf-text-move-operation-transform-delete"/>
 
118
    <function name="The &quot;length&quot; property" link="InfTextMoveOperation.html#InfTextMoveOperation--length"/>
 
119
    <function name="The &quot;position&quot; property" link="InfTextMoveOperation.html#InfTextMoveOperation--position"/>
 
120
  </functions>
 
121
</book>