diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-09 18:04:49 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-09 18:26:26 +0100 |
commit | 9df8c614ddff47edb985e27de7e163122d3c795b (patch) | |
tree | fb21b2736afacbdf78eb0664c3870597bd53e5ba /girepository/gicallableinfo.c | |
parent | 9b683265a0d0236a55cab5d43814b3547fe82425 (diff) | |
download | gobject-introspection-9df8c614ddff47edb985e27de7e163122d3c795b.tar.gz |
docs: fix gtk-doc warnings and update version infos
Move things around and rename things until gtk-doc is happy.
This also moves the "Since" annotations to the next stable releases and
adds version added info for g_callable_info_get_instance_ownership_transfer()
and g_struct_info_find_field().
Diffstat (limited to 'girepository/gicallableinfo.c')
-rw-r--r-- | girepository/gicallableinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c index e9a426e1..3048e162 100644 --- a/girepository/gicallableinfo.c +++ b/girepository/gicallableinfo.c @@ -48,7 +48,7 @@ * <refsect1 id="gi-gicallableinfo.struct-hierarchy" role="struct_hierarchy"> * <title role="struct_hierarchy.title">Struct hierarchy</title> * <synopsis> - * <link linkend="gi-GIBaseInfo">GIBaseInfo</link> + * <link linkend="GIBaseInfo">GIBaseInfo</link> * +----GICallableInfo * +----<link linkend="gi-GIFunctionInfo">GIFunctionInfo</link> * +----<link linkend="gi-GISignalInfo">GISignalInfo</link> @@ -297,6 +297,7 @@ g_callable_info_get_caller_owns (GICallableInfo *info) * Obtains the ownership transfer for the instance argument. * #GITransfer contains a list of possible transfer values. * + * Since: 1.42 * Returns: the transfer mode of the instance argument */ GITransfer |