mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
[gifieldinfo] Document g_field_info_get_flags
This commit is contained in:
parent
501238c318
commit
6e11316e28
@ -39,6 +39,15 @@
|
||||
* 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
|
||||
g_field_info_get_flags (GIFieldInfo *info)
|
||||
{
|
||||
@ -110,6 +119,7 @@ g_field_info_get_offset (GIFieldInfo *info)
|
||||
|
||||
/**
|
||||
* g_field_info_get_type:
|
||||
* @info: a #GIFieldInfo
|
||||
*
|
||||
* Obtain the type of a field as a #GITypeInfo.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user