Package ch.bailu.gtk.gio
Interface DBusCapabilityFlags
public interface DBusCapabilityFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
No flags set.static final int
The connection
supports exchanging UNIX file descriptors with the remote peer.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
UNIX_FD_PASSING
static final int UNIX_FD_PASSINGThe connection
supports exchanging UNIX file descriptors with the remote peer.- See Also:
-