blob: d85e9644bec480af25bde2ad1f800ba1f0c19561 (
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
|
<?xml version="1.0"?>
<page id="GIRepository.Repository.enumerate_versions"
type="topic"
style="method"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
<link type="guide" xref="GIRepository.Repository" group="method"/>
<api:function>
<api:returns>
<api:type>GList*</api:type>
</api:returns>
<api:name>g_irepository_enumerate_versions</api:name>
<api:arg>
<api:type>GIRepository *</api:type>
<api:name>self</api:name>
</api:arg>
<api:arg>
<api:type>gchar*</api:type>
<api:name>namespace_</api:name>
</api:arg>
</api:function>
</info>
<title>g_irepository_enumerate_versions</title>
<synopsis><code mime="text/x-csrc">
GList* g_irepository_enumerate_versions (GIRepository *self,
gchar* namespace_);
</code></synopsis>
<p>Obtain an unordered list of versions (either currently loaded or
available) for @namespace_ in this @repository.</p>
<table>
<tr>
<td><p>namespace_ :</p></td>
<td><p>GI namespace, e.g. "Gtk"</p></td>
</tr>
<tr>
<td><p>Returns :</p></td>
<td><p>the array of versions.</p></td>
</tr>
</table>
</page>
|