summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-inout-int.page
blob: ce3d96f158c0300d680ef32a8081aba41b412e52 (plain)
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
<?xml version="1.0"?>
<page id="Regress.TestObj-sig-with-inout-int"
      type="topic"
      style="signal"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/1.0/ui/">
  <info>
    <link xref="Regress.TestObj" group="signal" type="guide"/>
    <title type="link" role="topic">sig-with-inout-int</title>
  </info>
  <title>Regress.TestObj::sig-with-inout-int</title>
  <synopsis><code mime="text/x-csrc">
void sig-with-inout-int (gpointer position);
  </code></synopsis>
  <p>This signal is modeled after GtkEditable::insert-text.</p>

<terms>
<item>
<title><code>position</code></title>
  <p>The position, in characters, at which to
    insert the new text. This is an in-out paramter. After the signal
    emission is finished, it should point after the newly inserted text.</p>
</item>
<item>
<title><code>Returns</code></title>

</item>
</terms>

</page>