Home | History | Annotate | Download | only in lib

Lines Matching defs:ComposeOptions

861 struct ComposeOptions {
864 ComposeOptions(bool c) : connect(c) {}
865 ComposeOptions() : connect(true) { }
900 const ComposeOptions &opts = ComposeOptions()) {