GSocketMsgFlags: annotate as a flags

This was being incorrectly guessed as an enum.  Fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=671942
This commit is contained in:
Ryan Lortie 2012-03-12 16:43:15 -04:00
parent 748cbafb8b
commit 81aaf53567

View File

@ -733,7 +733,7 @@ typedef enum
* *
* Since: 2.22 * Since: 2.22
*/ */
typedef enum typedef enum /*< flags >*/
{ {
G_SOCKET_MSG_NONE, G_SOCKET_MSG_NONE,
G_SOCKET_MSG_OOB = GLIB_SYSDEF_MSG_OOB, G_SOCKET_MSG_OOB = GLIB_SYSDEF_MSG_OOB,