summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page')
-rw-r--r--tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page41
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page
deleted file mode 100644
index 66a55496..00000000
--- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_fundamental.page
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-
-<page id="GIRepository.object_info_get_fundamental"
- 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>gboolean</api:type>
- </api:returns>
- <api:name>g_object_info_get_fundamental</api:name>
- <api:arg>
- <api:type>GIRepository.ObjectInfo</api:type>
- <api:name>info</api:name>
- </api:arg>
- </api:function>
- </info>
- <title>object_info_get_fundamental</title>
-<synopsis><code mime="text/x-python">
-@accepts(GIRepository.ObjectInfo)
-@returns(gboolean)
-def object_info_get_fundamental(info)
-</code></synopsis>
-<p>Obtain if the object type is of a fundamental type which is not
-G_TYPE_OBJECT. This is mostly for supporting GstMiniObject.</p>
-
-<table>
-<tr>
-<td><p>info :</p></td>
-<td><p>a <link xref="GIRepository.ObjectInfo">GIRepository.ObjectInfo</link></p></td>
-</tr>
-<tr>
-<td><p>Returns :</p></td>
-<td><p>True if the object type is a fundamental type</p></td>
-</tr>
-</table>
-</page>