GCC Code Coverage Report


Directory: ./
File: tests/network/cc-test-window.h
Date: 2024-05-04 07:58:27
Exec Total Coverage
Lines: 1 1 100.0%
Functions: 1 1 100.0%
Branches: 0 0 -%

Line Branch Exec Source
1 /*
2 * Copyright (c) 2010 Intel, Inc.
3 * Copyright (c) 2018 Red Hat, Inc.
4 *
5 * The Control Center is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 *
10 * The Control Center is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 * for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with the Control Center; if not, write to the Free Software Foundation,
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 *
19 * Author: Benjamin Berg <bberg@redhat.com>
20 */
21
22 #pragma once
23
24 #include <glib-object.h>
25 #include "shell/cc-shell.h"
26
27 G_BEGIN_DECLS
28
29 #define CC_TYPE_TEST_WINDOW (cc_test_window_get_type ())
30
31 22 G_DECLARE_FINAL_TYPE (CcTestWindow, cc_test_window, CC, TEST_WINDOW, GtkWindow)
32
33 CcTestWindow *cc_test_window_new (void);
34
35 G_END_DECLS
36