summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.ScopeType.page
blob: 6125e4b2da7fa6966cf1b076ab7eab8f40b4af86 (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
32
33
34
<?xml version="1.0"?>
<page id="GIRepository.ScopeType"
      type="guide"
      style="enum"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="index"/>
  </info>
  <title>GIRepository.ScopeType</title>
  <p>Scope type of a <link xref="GIRepository.ArgInfo">GIRepository.ArgInfo</link> representing callback, determines how the
callback is invoked and is used to decided when the invoke structs
can be freed.</p>

<table>
<tr>
<td><p>ScopeType.INVALID :</p></td>
<td></td>
</tr>
<tr>
<td><p>ScopeType.CALL :</p></td>
<td></td>
</tr>
<tr>
<td><p>ScopeType.ASYNC :</p></td>
<td></td>
</tr>
<tr>
<td><p>ScopeType.NOTIFIED :</p></td>
<td></td>
</tr>
</table>

</page>