[glib/glib-2-28] Bug 638185 - GIOCondition should be annotated as "flags"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-28] Bug 638185 - GIOCondition should be annotated as "flags"
- Date: Fri, 4 Mar 2011 17:53:23 +0000 (UTC)
commit 1adbb5a02a879345f5cb684ff7da166593f1ac7b
Author: Andreas Rottmann <a rottmann gmx at>
Date: Tue Feb 22 15:12:30 2011 +0100
Bug 638185 - GIOCondition should be annotated as "flags"
Add a gtk-doc annotation to GIOCondition marking it as a flags type.
glib/giochannel.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/giochannel.h b/glib/giochannel.h
index 2a40aa2..0a42793 100644
--- a/glib/giochannel.h
+++ b/glib/giochannel.h
@@ -83,7 +83,7 @@ typedef enum
G_SEEK_END
} GSeekType;
-typedef enum
+typedef enum /*< flags >*/
{
G_IO_IN GLIB_SYSDEF_POLLIN,
G_IO_OUT GLIB_SYSDEF_POLLOUT,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]