[ CCode ( cprefix = "G_SOCKET_MSG_" , type_id = "g_socket_msg_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "2.22" ) ]
public enum SocketMsgFlags
Flags used in receive_message and send_message.
The flags listed in the enum are some commonly available flags, but the values used for them are the same as on the platform, and any other flags are passed in/out as is. So to use a platform specific flag, just include the right system header and pass in the flag.