Package org.gnome.gio

Enum Class SocketMsgFlags

java.lang.Object
java.lang.Enum<SocketMsgFlags>
org.gnome.gio.SocketMsgFlags
All Implemented Interfaces:
Enumeration, Serializable, Comparable<SocketMsgFlags>, Constable

@Generated("io.github.jwharm.JavaGI") public enum SocketMsgFlags extends Enum<SocketMsgFlags> implements Enumeration
Flags used in g_socket_receive_message() and g_socket_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.