GCC Code Coverage Report


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

Line Branch Exec Source
1 /* -*- mode: c; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 *
3 * Copyright (C) 2008 William Jon McCann <jmccann@redhat.com>
4 * Copyright (C) 2010 Intel, Inc
5 * Copyright 2022 Mohammed Sadiq <sadiq@sadiqpk.org>
6 * Copyright 2022 Purism SPC
7 *
8 * Licensed under the GNU General Public License Version 2
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 *
24 * Author(s):
25 * Thomas Wood <thomas.wood@intel.com>
26 * Rodrigo Moya <rodrigo@gnome.org>
27 * Mohammed Sadiq <sadiq@sadiqpk.org>
28 *
29 * SPDX-License-Identifier: GPL-2.0-or-later
30 */
31
32 #pragma once
33
34 #include <adwaita.h>
35
36 G_BEGIN_DECLS
37
38 #define CC_TYPE_UA_ZOOM_PAGE (cc_ua_zoom_page_get_type ())
39
40 G_DECLARE_FINAL_TYPE (CcUaZoomPage, cc_ua_zoom_page, CC, UA_ZOOM_PAGE, AdwNavigationPage)
41
42 G_END_DECLS
43