summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.callable_info_get_return_attribute.page
blob: 45290de8c33f98174b072816ef00eefc16a11e96 (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.callable_info_get_return_attribute"
      type="topic"
      style="function"
      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="index" group="function"/>
    <api:function>
      <api:returns>
        <api:type>gchar*</api:type>
      </api:returns>
      <api:name>g_callable_info_get_return_attribute</api:name>
      <api:arg>
        <api:type>GICallableInfo*</api:type>
        <api:name>info</api:name>
      </api:arg>
      <api:arg>
        <api:type>gchar*</api:type>
        <api:name>name</api:name>
      </api:arg>
    </api:function>
  </info>
  <title>g_callable_info_get_return_attribute</title>
<synopsis><code mime="text/x-csrc">
gchar* g_callable_info_get_return_attribute (GICallableInfo* info,
                                             gchar* name);
</code></synopsis>
<p>Retrieve an arbitrary attribute associated with the return value.</p>

<table>
<tr>
<td><p>info :</p></td>
<td><p>a <link xref="GIRepository.CallableInfo">GIRepository.CallableInfo</link></p></td>
</tr>
<tr>
<td><p>name :</p></td>
<td><p>a freeform string naming an attribute</p></td>
</tr>
<tr>
<td><p>Returns :</p></td>
<td><p>The value of the attribute, or %NULL if no such attribute exists</p></td>
</tr>
</table>
</page>