girepository: Update docs for GIVFuncInfo for gi-docgen

Move the SECTION into the struct docs, update the documentation comment
syntax, and add `Since: 2.80` everywhere.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155
This commit is contained in:
Philip Withnall
2023-11-08 23:36:19 +00:00
parent c42e63c637
commit 458cc700ce
3 changed files with 38 additions and 31 deletions

View File

@@ -145,11 +145,7 @@ typedef GIBaseInfo GIValueInfo;
*/
typedef GIBaseInfo GISignalInfo;
/**
* GIVFuncInfo:
*
* Represents a virtual function.
*/
/* Documented in givfuncinfo.c */
typedef GIBaseInfo GIVFuncInfo;
/**