mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
748cbafb8b
commit
81aaf53567
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user