GCC Code Coverage Report


Directory: ./
File: panels/system/users/cc-enterprise-login-dialog.h
Date: 2024-05-03 09:46:52
Exec Total Coverage
Lines: 0 1 0.0%
Functions: 0 3 0.0%
Branches: 0 2 0.0%

Line Branch Exec Source
1 /*
2 * cc-enterprise-login-dialog.h
3 *
4 * Copyright 2023 Red Hat Inc
5 *
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 *
19 * SPDX-License-Identifier: GPL-3.0-or-later
20 *
21 * Author(s):
22 * Felipe Borges <felipeborges@gnome.org>
23 */
24
25 #pragma once
26
27 #include <adwaita.h>
28
29 G_BEGIN_DECLS
30
31 #define CC_TYPE_ENTERPRISE_LOGIN_DIALOG (cc_enterprise_login_dialog_get_type ())
32
33 G_DECLARE_FINAL_TYPE (CcEnterpriseLoginDialog, cc_enterprise_login_dialog, CC, ENTERPRISE_LOGIN_DIALOG, AdwDialog)
34
35 CcEnterpriseLoginDialog *cc_enterprise_login_dialog_new (void);
36
37 G_END_DECLS
38
39