[glib] GSocketMsgFlags: annotate as a flags
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GSocketMsgFlags: annotate as a flags
- Date: Mon, 12 Mar 2012 23:26:39 +0000 (UTC)
commit 81aaf53567cf8dc13ae77878a8663b847ca54fcc
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Mar 12 16:43:15 2012 -0400
GSocketMsgFlags: annotate as a flags
This was being incorrectly guessed as an enum. Fix that.
https://bugzilla.gnome.org/show_bug.cgi?id=671942
gio/gioenums.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index e5f59b4..61f8aa3 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -733,7 +733,7 @@ typedef enum
*
* Since: 2.22
*/
-typedef enum
+typedef enum /*< flags >*/
{
G_SOCKET_MSG_NONE,
G_SOCKET_MSG_OOB = GLIB_SYSDEF_MSG_OOB,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]