summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.BaseInfo.get_name.page
blob: 4201a10d7eb3dcd443c1ebc03cea98df936ab182 (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
<?xml version="1.0"?>

<page id="GIRepository.BaseInfo.get_name"
      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="GIRepository.BaseInfo" group="function"/>
    <api:function>
      <api:returns>
        <api:type>utf8</api:type>
      </api:returns>
      <api:name>g_base_info_get_name</api:name>
    </api:function>
  </info>
  <title>get_name</title>
<synopsis><code mime="text/x-python">
@returns(utf8)
def GIRepository.BaseInfo.get_name()
</code></synopsis>
<p>Obtain the name of the @info. What the name represents depends on
the <link xref="GIInfoType">GIInfoType</link> of the @info. For instance for <link xref="GIFunctionInfo">GIFunctionInfo</link> it is
the name of the function.</p>

<table>
<tr>
<td><p>Returns :</p></td>
<td><p>the name of @info or %NULL if it lacks a name.</p></td>
</tr>
</table>
</page>