summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-04-09 19:09:10 -0300
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-15 11:09:23 +0100
commit3e0c101aeb102071d50215cbdc928f41415b2307 (patch)
treefc2765ae7e5ae4e5bad0cbb20a97bc50ffe0b228 /girepository
parentad7851b5f57bc0318fc42a811a803ef1e71dd642 (diff)
downloadgobject-introspection-3e0c101aeb102071d50215cbdc928f41415b2307.tar.gz
giobjectinfo: Fix some documentation for find_vfunc_using_interfaces
See #66
Diffstat (limited to 'girepository')
-rw-r--r--girepository/giobjectinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c
index fb57bd62..efb9ad76 100644
--- a/girepository/giobjectinfo.c
+++ b/girepository/giobjectinfo.c
@@ -700,7 +700,7 @@ g_object_info_find_vfunc (GIObjectInfo *info,
/**
* g_object_info_find_vfunc_using_interfaces:
* @info: a #GIObjectInfo
- * @name: name of method to obtain
+ * @name: name of vfunc to obtain
* @implementor: (out) (transfer full): The implementor of the interface
*
* Locate a virtual function slot with name @name, searching both the object
@@ -713,7 +713,7 @@ g_object_info_find_vfunc (GIObjectInfo *info,
* Note that this function does *not* search parent classes; you will have
* to chain up if that's desired.
*
- * Returns: (transfer full): the #GIFunctionInfo. Free the struct by calling
+ * Returns: (transfer full): the #GIVFuncInfo. Free the struct by calling
* g_base_info_unref() when done.
*/
GIVFuncInfo *