mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
doc: Fix undocumented G_SIZEOF_MEMBER
A body in the documentation comment is required.
This commit is contained in:
parent
47a20304bd
commit
527d6201c3
@ -1101,9 +1101,11 @@
|
|||||||
* @struct_type: a structure type, e.g. #GOutputVector
|
* @struct_type: a structure type, e.g. #GOutputVector
|
||||||
* @member: a field in the structure, e.g. `size`
|
* @member: a field in the structure, e.g. `size`
|
||||||
*
|
*
|
||||||
* Returns: the size of @member in the struct definition without having a
|
* Returns the size of @member in the struct definition without having a
|
||||||
* declared instance of @struct_type.
|
* declared instance of @struct_type.
|
||||||
*
|
*
|
||||||
|
* Returns: the size of @member in bytes.
|
||||||
|
*
|
||||||
* Since: 2.64
|
* Since: 2.64
|
||||||
*/
|
*/
|
||||||
#define G_SIZEOF_MEMBER(struct_type, member) \
|
#define G_SIZEOF_MEMBER(struct_type, member) \
|
||||||
|
Loading…
Reference in New Issue
Block a user