mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 10:38:54 +01:00
Bug 638185 - GIOCondition should be annotated as "flags"
Add a gtk-doc annotation to GIOCondition marking it as a flags type.
This commit is contained in:
@@ -83,7 +83,7 @@ typedef enum
|
|||||||
G_SEEK_END
|
G_SEEK_END
|
||||||
} GSeekType;
|
} GSeekType;
|
||||||
|
|
||||||
typedef enum
|
typedef enum /*< flags >*/
|
||||||
{
|
{
|
||||||
G_IO_IN GLIB_SYSDEF_POLLIN,
|
G_IO_IN GLIB_SYSDEF_POLLIN,
|
||||||
G_IO_OUT GLIB_SYSDEF_POLLOUT,
|
G_IO_OUT GLIB_SYSDEF_POLLOUT,
|
||||||
|
|||||||
Reference in New Issue
Block a user