mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
gifieldinfo: Port documentation to gi-docgen and update
Review and update the documentation, making sure it’s complete, formatted in gi-docgen format, and has all appropriate GIR annotations and `Since:` lines. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
7f2091a5ca
commit
a7199e18fd
@ -141,6 +141,7 @@ gi_field_info_get_offset (GIFieldInfo *info)
|
|||||||
*
|
*
|
||||||
* Returns: (transfer full): the [type@GIRepository.TypeInfo]. Free the struct
|
* Returns: (transfer full): the [type@GIRepository.TypeInfo]. Free the struct
|
||||||
* by calling [method@GIRepository.BaseInfo.unref] when done.
|
* by calling [method@GIRepository.BaseInfo.unref] when done.
|
||||||
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
GITypeInfo *
|
GITypeInfo *
|
||||||
gi_field_info_get_type_info (GIFieldInfo *info)
|
gi_field_info_get_type_info (GIFieldInfo *info)
|
||||||
@ -181,7 +182,7 @@ gi_field_info_get_type_info (GIFieldInfo *info)
|
|||||||
* composite type like a nested structure or union even if that is actually
|
* composite type like a nested structure or union even if that is actually
|
||||||
* readable.
|
* readable.
|
||||||
*
|
*
|
||||||
* Returns: true if reading the field succeeded, false otherwise
|
* Returns: `TRUE` if reading the field succeeded, `FALSE` otherwise
|
||||||
* Since: 2.80
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
@ -378,7 +379,7 @@ gi_field_info_get_field (GIFieldInfo *field_info,
|
|||||||
* management would by required. A field with a type such as `char *` must be
|
* management would by required. A field with a type such as `char *` must be
|
||||||
* set with a setter function.
|
* set with a setter function.
|
||||||
*
|
*
|
||||||
* Returns: true if writing the field succeeded, false otherwise
|
* Returns: `TRUE` if writing the field succeeded, `FALSE` otherwise
|
||||||
* Since: 2.80
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user