3
This file is part of LoggerOuter.
5
LoggerOuter is free software: you can redistribute it and/or modify it under the
6
terms of the GNU Lesser General Public License as published by the Free Software
7
Foundation, either version 3 of the License, or (at your option) any later
10
LoggerOuter is distributed in the hope that it will be useful, but WITHOUT
11
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13
License for more details.
15
You should have received a copy of the GNU Lessel General Public License
16
along with LoggerOuter. If not, see <https://www.gnu.org/licenses/>.
19
public struct LO.Options{
20
public string exec_name;
22
public string config_path;
23
public bool config_help;
24
public string actions_path;
26
private static GLib.Once<LO.Options?> instance;
28
public static unowned LO.Options? get_instance () {
29
return instance.once (() => {