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

<page id="GIRepository.BaseInfo.is_deprecated"
      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>gboolean</api:type>
      </api:returns>
      <api:name>g_base_info_is_deprecated</api:name>
    </api:function>
  </info>
  <title>g_base_info_is_deprecated</title>
<synopsis><code mime="text/x-csrc">
gboolean g_base_info_is_deprecated (void);
</code></synopsis>
<p>Obtain whether the @info is represents a metadata which is
deprecated or not.</p>
</page>