~ubuntu-branches/ubuntu/natty/gobject-introspection/natty-201101211713

« back to all changes in this revision

Viewing changes to docs/reference/gi-sections.txt

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-10 17:55:47 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810175547-vurvcv4o1k3ij201
Tags: 0.9.3-0ubuntu1
* New upstream release
* debian/control:
  - Added Vcs-Bzr link
* debian/patches/01_fix_arm_ftbfs.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<SECTION>
2
2
<FILE>girepository</FILE>
3
3
GICallbackInfo
4
 
GIUnresolvedInfo
5
4
GIRepository
6
5
GIRepositoryError
7
6
GIRepositoryLoadFlags
13
12
g_irepository_is_registered
14
13
g_irepository_find_by_name
15
14
g_irepository_require
 
15
g_irepository_require_private
16
16
g_irepository_get_dependencies
17
17
g_irepository_get_loaded_namespaces
18
18
g_irepository_find_by_gtype
24
24
g_irepository_get_option_group
25
25
g_irepository_get_c_prefix
26
26
g_irepository_dump
 
27
g_irepository_enumerate_versions
27
28
G_IREPOSITORY_ERROR
28
29
g_typelib_new_from_memory
29
30
g_typelib_new_from_const_memory
44
45
GIRepositoryPrivate
45
46
g_irepository_get_type
46
47
g_irepository_error_quark
 
48
GIRealInfo
 
49
GIUnresolvedInfo
47
50
</SECTION>
48
51
 
49
52
<SECTION>
50
53
<FILE>gibaseinfo</FILE>
51
54
GIInfoType
 
55
g_info_type_to_string
52
56
GIAttributeIter
53
57
GIBaseInfo
54
58
g_base_info_ref
68
72
 
69
73
<SECTION>
70
74
<FILE>gicallableinfo</FILE>
 
75
GI_IS_CALLABLE_INFO
71
76
GICallableInfo
72
77
g_callable_info_get_return_type
73
78
g_callable_info_get_caller_owns
74
79
g_callable_info_may_return_null
 
80
g_callable_info_get_return_attribute
 
81
g_callable_info_iterate_return_attributes
75
82
g_callable_info_get_n_args
76
83
g_callable_info_get_arg
77
84
g_callable_info_load_arg
80
87
 
81
88
<SECTION>
82
89
<FILE>giconstantinfo</FILE>
 
90
GI_IS_CONSTANT_INFO
83
91
GIConstantInfo
84
92
g_constant_info_get_type
85
93
g_constant_info_get_value
87
95
 
88
96
<SECTION>
89
97
<FILE>givfuncinfo</FILE>
 
98
GI_IS_VFUNC_INFO
90
99
GIVFuncInfo
91
100
GIVFuncInfoFlags
92
101
g_vfunc_info_get_flags
97
106
 
98
107
<SECTION>
99
108
<FILE>gisignalinfo</FILE>
 
109
GI_IS_SIGNAL_INFO
100
110
GISignalInfo
101
111
g_signal_info_get_flags
102
112
g_signal_info_get_class_closure
105
115
 
106
116
<SECTION>
107
117
<FILE>gipropertyinfo</FILE>
 
118
GI_IS_PROPERTY_INFO
108
119
GIPropertyInfo
109
120
g_property_info_get_flags
110
121
g_property_info_get_type
 
122
g_property_info_get_ownership_transfer
111
123
</SECTION>
112
124
 
113
125
<SECTION>
114
126
<FILE>giinterfaceinfo</FILE>
 
127
GI_IS_INTERFACE_INFO
115
128
GIInterfaceInfo
116
129
g_interface_info_get_n_prerequisites
117
130
g_interface_info_get_prerequisite
132
145
 
133
146
<SECTION>
134
147
<FILE>giobjectinfo</FILE>
 
148
GI_IS_OBJECT_INFO
135
149
GIObjectInfo
 
150
GIObjectInfoGetValueFunction
 
151
GIObjectInfoRefFunction
 
152
GIObjectInfoSetValueFunction
 
153
GIObjectInfoUnrefFunction
136
154
g_object_info_get_type_name
137
155
g_object_info_get_type_init
138
156
g_object_info_get_abstract
 
157
g_object_info_get_fundamental
139
158
g_object_info_get_parent
140
159
g_object_info_get_n_interfaces
141
160
g_object_info_get_interface
154
173
g_object_info_get_constant
155
174
g_object_info_get_class_struct
156
175
g_object_info_find_vfunc
 
176
g_object_info_get_unref_function
 
177
g_object_info_get_unref_function_pointer
 
178
g_object_info_get_ref_function
 
179
g_object_info_get_ref_function_pointer
 
180
g_object_info_get_set_value_function
 
181
g_object_info_get_set_value_function_pointer
 
182
g_object_info_get_get_value_function
 
183
g_object_info_get_get_value_function_pointer
157
184
</SECTION>
158
185
 
159
186
<SECTION>
160
187
<FILE>gienuminfo</FILE>
 
188
GI_IS_ENUM_INFO
 
189
GI_IS_VALUE_INFO
161
190
GIEnumInfo
162
191
GIValueInfo
163
192
g_enum_info_get_n_values
168
197
 
169
198
<SECTION>
170
199
<FILE>giregisteredtypeinfo</FILE>
 
200
GI_IS_REGISTERED_TYPE_INFO
171
201
GIRegisteredTypeInfo
172
202
g_registered_type_info_get_type_name
173
203
g_registered_type_info_get_type_init
176
206
 
177
207
<SECTION>
178
208
<FILE>gistructinfo</FILE>
 
209
GI_IS_STRUCT_INFO
179
210
GIStructInfo
180
211
g_struct_info_get_n_fields
181
212
g_struct_info_get_field
190
221
 
191
222
<SECTION>
192
223
<FILE>giunioninfo</FILE>
 
224
GI_IS_UNION_INFO
193
225
GIUnionInfo
194
226
g_union_info_get_n_fields
195
227
g_union_info_get_field
206
238
 
207
239
<SECTION>
208
240
<FILE>gifieldinfo</FILE>
 
241
GI_IS_FIELD_INFO
209
242
GIFieldInfo
210
243
GIFieldInfoFlags
211
244
g_field_info_get_flags
218
251
 
219
252
<SECTION>
220
253
<FILE>giarginfo</FILE>
 
254
GI_IS_ARG_INFO
221
255
GIArgInfo
222
256
GIDirection
223
257
GIScopeType
224
258
GITransfer
225
259
g_arg_info_get_direction
 
260
g_arg_info_is_caller_allocates
226
261
g_arg_info_is_return_value
227
262
g_arg_info_is_optional
228
263
g_arg_info_may_be_null
236
271
 
237
272
<SECTION>
238
273
<FILE>gitypeinfo</FILE>
 
274
GI_IS_TYPE_INFO
239
275
GIArrayType
240
276
GITypeInfo
241
277
GITypeTag
255
291
 
256
292
<SECTION>
257
293
<FILE>gifunctioninfo</FILE>
 
294
GI_IS_FUNCTION_INFO
258
295
GIFunctionInfo
259
296
GInvokeError
260
297
GIFunctionInfoFlags
270
307
 
271
308
<SECTION>
272
309
<FILE>gierrordomaininfo</FILE>
 
310
GI_IS_ERROR_DOMAIN_INFO
273
311
GIErrorDomainInfo
274
312
g_error_domain_info_get_quark
275
313
g_error_domain_info_get_codes
320
358
GIFFIClosureCallback
321
359
GIFunctionInvoker
322
360
gi_cclosure_marshal_generic
323
 
g_ir_ffi_get_ffi_type
324
361
g_type_info_get_ffi_type
325
362
g_function_info_prep_invoker
326
363
g_function_invoker_destroy