LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : // SPDX-License-Identifier: GPL-3.0-or-later 2 : : // SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com> 3 : : 4 : : #pragma once 5 : : 6 : : #include <adwaita.h> 7 : : 8 : : G_BEGIN_DECLS 9 : : 10 : : #define VALENT_TYPE_DEVICE_PAGE (valent_device_page_get_type()) 11 : : 12 [ + - + - : 6 : G_DECLARE_FINAL_TYPE (ValentDevicePage, valent_device_page, VALENT, DEVICE_PAGE, AdwNavigationPage) - + ] 13 : : 14 : : G_END_DECLS |
Generated by: LCOV version 2.0-1 |