summaryrefslogtreecommitdiff
path: root/tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:18:04 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:18:04 +0100
commitad5c6abcbcd6c1cd26b9a714995c622f5dbe3b07 (patch)
treec040697e6ad1bb8269351968c3612927d9daea80 /tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page
parent4fbb34bb0ea4a1d142052e62a29480c704550f8b (diff)
parent990b33b9fb5856b62550725bcff29f7e39a488a4 (diff)
downloadgobject-introspection-ad5c6abcbcd6c1cd26b9a714995c622f5dbe3b07.tar.gz
Merge branch 'mallard-templates'
Diffstat (limited to 'tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page')
-rw-r--r--tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page47
1 files changed, 46 insertions, 1 deletions
diff --git a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page
index a30510e0..a4a57f68 100644
--- a/tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page
+++ b/tests/doctool/GIRepository-2.0-C-expected/GIRepository.object_info_find_method_using_interfaces.page
@@ -1,14 +1,59 @@
<?xml version="1.0"?>
+
<page id="GIRepository.object_info_find_method_using_interfaces"
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>GIFunctionInfo*</api:type>
+ </api:returns>
+ <api:name>g_object_info_find_method_using_interfaces</api:name>
+ <api:arg>
+ <api:type>GIObjectInfo*</api:type>
+ <api:name>info</api:name>
+ </api:arg>
+ <api:arg>
+ <api:type>gchar*</api:type>
+ <api:name>name</api:name>
+ </api:arg>
+ <api:arg>
+ <api:type>GIObjectInfo**</api:type>
+ <api:name>implementor</api:name>
+ </api:arg>
+ </api:function>
</info>
<title>g_object_info_find_method_using_interfaces</title>
+<synopsis><code mime="text/x-csrc">
+GIFunctionInfo* g_object_info_find_method_using_interfaces (GIObjectInfo* info,
+ gchar* name,
+ GIObjectInfo** implementor);
+</code></synopsis>
<p>Obtain a method of the object given a @name, searching both the
object @info and any interfaces it implements. %NULL will be
returned if there's no method available with that name.</p><p>Note that this function does *not* search parent classes; you will have
-to chain up if that's desired.</p><p>g_base_info_unref() when done.</p></page>
+to chain up if that's desired.</p><p>g_base_info_unref() when done.</p>
+
+<table>
+<tr>
+<td><p>info :</p></td>
+<td><p>a <link xref="GIRepository.ObjectInfo">GIRepository.ObjectInfo</link></p></td>
+</tr>
+<tr>
+<td><p>name :</p></td>
+<td><p>name of method to obtain</p></td>
+</tr>
+<tr>
+<td><p>implementor :</p></td>
+<td><p>The implementor of the interface</p></td>
+</tr>
+<tr>
+<td><p>Returns :</p></td>
+<td><p>the <link xref="GIRepository.FunctionInfo">GIRepository.FunctionInfo</link>. Free the struct by calling</p></td>
+</tr>
+</table>
+</page>