summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.Repository.find_by_error_domain.page
blob: adb9512a4d65d235e7f15fe8edc6e84ddfe4a444 (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
<?xml version="1.0"?>

<page id="GIRepository.Repository.find_by_error_domain"
      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>GIEnumInfo*</api:type>
      </api:returns>
      <api:name>g_irepository_find_by_error_domain</api:name>
      <api:arg>
        <api:type>GIRepository *</api:type>
        <api:name>self</api:name>
      </api:arg>
      <api:arg>
        <api:type>GQuark</api:type>
        <api:name>domain</api:name>
      </api:arg>
    </api:function>
  </info>
  <title>g_irepository_find_by_error_domain</title>
<synopsis><code mime="text/x-csrc">
GIEnumInfo* g_irepository_find_by_error_domain (GIRepository *self,
GQuark domain);
</code></synopsis>
<p>Searches for the enum type corresponding to the given <link xref="GError">GError</link>
domain. Before calling this function for a particular namespace,
you must call g_irepository_require() once to load the namespace, or
otherwise ensure the namespace has already been loaded.</p><p>enum type, or %NULL</p>

<table>
<tr>
<td><p>domain :</p></td>
<td><p>a <link xref="GError">GError</link> domain</p></td>
</tr>
<tr>
<td><p>Returns :</p></td>
<td><p><link xref="GIRepository.EnumInfo">GIEnumInfo</link> representing metadata about @domain's</p></td>
</tr>
</table>
<p>Since 1.29.17</p>
</page>