gio/
flags.rs

1// Copyright 2018, The Gtk-rs Project Developers.
2// See the COPYRIGHT file at the top-level directory of this distribution.
3// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
4
5use ApplicationFlags;
6
7impl Default for ApplicationFlags {
8    fn default() -> ApplicationFlags {
9        ApplicationFlags::empty()
10    }
11}