blob: 1ded23c70829424a136a9787dd5a9e5c809fc179 (
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
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
|
<?xml version="1.0"?>
<page id="Regress.TestObj"
type="guide"
style="class"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
<link xref="index" group="class" type="guide"/>
</info>
<title>Regress.TestObj</title>
<synopsis><code>
from gi.repository import Regress
test_obj = Regress.TestObj(<link xref='Regress.TestObj-bare'>bare</link>=value, <link xref='Regress.TestObj-boxed'>boxed</link>=value, <link xref='Regress.TestObj-double'>double</link>=value, <link xref='Regress.TestObj-float'>float</link>=value, <link xref='Regress.TestObj-gtype'>gtype</link>=value, <link xref='Regress.TestObj-hash-table'>hash_table</link>=value, <link xref='Regress.TestObj-hash-table-old'>hash_table_old</link>=value, <link xref='Regress.TestObj-int'>int</link>=value, <link xref='Regress.TestObj-list'>list</link>=value, <link xref='Regress.TestObj-list-old'>list_old</link>=value, <link xref='Regress.TestObj-string'>string</link>=value) </code></synopsis>
<synopsis>
<title>Hierarchy</title>
<tree>
<item>
<code>GObject.Object</code>
<item>
<code>Regress.TestObj</code>
</item>
</item>
</tree>
</synopsis>
<links type="topic" ui:expanded="true"
api:type="function" api:mime="text/python"
groups="method" style="linklist">
<title>Methods</title>
</links>
<links type="topic" ui:expanded="true"
api:type="function" api:mime="text/python"
groups="function" style="linklist">
<title>Functions</title>
</links>
<links type="topic" ui:expanded="true" groups="property" style="linklist">
<title>Properties</title>
</links>
<links type="topic" ui:expanded="true" groups="signal" style="linklist">
<title>Signals</title>
</links>
<links type="topic" ui:expanded="true" groups="vfunc" style="linklist">
<title>Virtual functions</title>
</links>
<links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist">
<title>Other</title>
</links>
</page>
|