GSocketMsgFlags: annotate as a flags
authorRyan Lortie <desrt@desrt.ca>
Mon, 12 Mar 2012 20:43:15 +0000 (16:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 12 Mar 2012 20:44:00 +0000 (16:44 -0400)
This was being incorrectly guessed as an enum.  Fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=671942

gio/gioenums.h

index e5f59b4f5b653a2a2c4c0217b9fe04c4843a4382..61f8aa3615b4bae9081e03bc964fb3e2f04f2565 100644 (file)
@@ -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,