Package ch.bailu.gtk.gio
Interface DBusSubtreeFlags
public interface DBusSubtreeFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Method calls to objects not in the enumerated range
will still be dispatched.static final int
No flags set.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
DISPATCH_TO_UNENUMERATED_NODES
static final int DISPATCH_TO_UNENUMERATED_NODESMethod calls to objects not in the enumerated range
will still be dispatched. This is useful if you want
to dynamically spawn objects in the subtree.- See Also:
-