mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
[gifieldinfo] Document g_field_info_get_flags
This commit is contained in:
@@ -39,6 +39,15 @@
|
|||||||
* which is currently #GI_FIELD_IS_READABLE or #GI_FIELD_IS_WRITABLE.
|
* which is currently #GI_FIELD_IS_READABLE or #GI_FIELD_IS_WRITABLE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* g_field_info_get_flags:
|
||||||
|
* @info: a #GIFieldInfo
|
||||||
|
*
|
||||||
|
* Obtain the flags for this #GIFieldInfo. See #GIFieldInfoFlags for possible
|
||||||
|
* flag values.
|
||||||
|
*
|
||||||
|
* Returns: the flags
|
||||||
|
*/
|
||||||
GIFieldInfoFlags
|
GIFieldInfoFlags
|
||||||
g_field_info_get_flags (GIFieldInfo *info)
|
g_field_info_get_flags (GIFieldInfo *info)
|
||||||
{
|
{
|
||||||
@@ -110,6 +119,7 @@ g_field_info_get_offset (GIFieldInfo *info)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_field_info_get_type:
|
* g_field_info_get_type:
|
||||||
|
* @info: a #GIFieldInfo
|
||||||
*
|
*
|
||||||
* Obtain the type of a field as a #GITypeInfo.
|
* Obtain the type of a field as a #GITypeInfo.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user