GCC Code Coverage Report


Directory: ./
File: panels/system/datetime/cc-datetime-page.h
Date: 2024-05-04 07:58:27
Exec Total Coverage
Lines: 0 1 0.0%
Functions: 0 2 0.0%
Branches: 0 6 0.0%

Line Branch Exec Source
1 /*
2 * cc-datetime-page.h
3 *
4 * Copyright 2023 Gotam Gorabh <gautamy672@gmail.com>
5 *
6 * This file is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or (at
9 * your option) any later version.
10 *
11 * This file is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 *
19 * SPDX-License-Identifier: LGPL-3.0-or-later
20 */
21
22 #pragma once
23
24 #include <adwaita.h>
25
26 G_BEGIN_DECLS
27
28 #define CC_TYPE_DATE_TIME_PAGE (cc_date_time_page_get_type ())
29 G_DECLARE_FINAL_TYPE (CcDateTimePage, cc_date_time_page, CC, DATE_TIME_PAGE, AdwNavigationPage)
30
31 G_END_DECLS
32