diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:00 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-11 20:16:00 -0300 |
commit | adfbff0516f8c020403ec02f688e179d9386397f (patch) | |
tree | 92a5c41f8c6224ea0b9da79d289e2051ced07ae4 /girepository/givfuncinfo.c | |
parent | 0f0d44b1de4e9629743796899ebfd89b59b71a16 (diff) | |
download | gobject-introspection-adfbff0516f8c020403ec02f688e179d9386397f.tar.gz |
[docs] Add struct hierarchy to each section
Diffstat (limited to 'girepository/givfuncinfo.c')
-rw-r--r-- | girepository/givfuncinfo.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/girepository/givfuncinfo.c b/girepository/givfuncinfo.c index 3990ea94..da86ed4d 100644 --- a/girepository/givfuncinfo.c +++ b/girepository/givfuncinfo.c @@ -34,6 +34,17 @@ * * GIVfuncInfo represents a virtual function. A property belongs to * either a #GIObjectInfo or a #GIInterfaceInfo. + * + * <refsect1 id="gi-givfuncinfo.struct-hierarchy" role="struct_hierarchy"> + * <title role="struct_hierarchy.title">Struct hierarchy</title> + * <synopsis> + * <link linkend="gi-GIBaseInfo">GIBaseInfo</link> + * +----<link linkend="gi-GICallableInfo">GICallableInfo</link> + * +----<link linkend="gi-GIFunctionInfo">GIFunctionInfo</link> + * +----<link linkend="gi-GISignalInfo">GISignalInfo</link> + * +----GIVFuncInfo + * </synopsis> + * </refsect1> */ GIVFuncInfo * |