LCOV - code coverage report
Current view: top level - src/plugins/gnome - valent-preferences-page.h (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 100.0 % 1 1
Test Date: 2025-04-18 23:22:27 Functions: 100.0 % 1 1
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 50.0 % 6 3

             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                 :             : #include <valent.h>
       8                 :             : 
       9                 :             : G_BEGIN_DECLS
      10                 :             : 
      11                 :             : #define VALENT_TYPE_PREFERENCES_PAGE (valent_preferences_page_get_type ())
      12                 :             : 
      13   [ +  -  +  -  :          45 : G_DECLARE_DERIVABLE_TYPE (ValentPreferencesPage, valent_preferences_page, VALENT, PREFERENCES_PAGE, AdwPreferencesPage)
                   +  - ]
      14                 :             : 
      15                 :             : struct _ValentPreferencesPageClass
      16                 :             : {
      17                 :             :   AdwPreferencesPageClass   parent_class;
      18                 :             : 
      19                 :             :   /*< private >*/
      20                 :             :   gpointer                   padding[8];
      21                 :             : };
      22                 :             : 
      23                 :             : ValentContext * valent_preferences_page_get_context  (ValentPreferencesPage *page);
      24                 :             : GSettings     * valent_preferences_page_get_settings (ValentPreferencesPage *page,
      25                 :             :                                                       const char            *name);
      26                 :             : 
      27                 :             : G_END_DECLS
      28                 :             : 
        

Generated by: LCOV version 2.0-1