org.gnu.gnome
public class ClientFlags extends org.gnu.glib.Flags
Modifier and Type | Field and Description |
---|---|
static ClientFlags |
IS_CONNECTED |
static ClientFlags |
RESTARTED |
static ClientFlags |
RESTORED |
Modifier and Type | Method and Description |
---|---|
ClientFlags |
and(ClientFlags other) |
static ClientFlags |
intern(int value) |
ClientFlags |
or(ClientFlags other) |
boolean |
test(ClientFlags other) |
ClientFlags |
xor(ClientFlags other) |
public static final ClientFlags IS_CONNECTED
public static final ClientFlags RESTARTED
public static final ClientFlags RESTORED
public static ClientFlags intern(int value)
public ClientFlags or(ClientFlags other)
public ClientFlags and(ClientFlags other)
public ClientFlags xor(ClientFlags other)
public boolean test(ClientFlags other)