LCOV - code coverage report
Current view: top level - src/libvalent/notifications - valent-notifications.h (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 100.0 % 1 1
Test Date: 2024-03-22 06:22:29 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                 :             : #if !defined (VALENT_INSIDE) && !defined (VALENT_COMPILATION)
       7                 :             : # error "Only <valent.h> can be included directly."
       8                 :             : #endif
       9                 :             : 
      10                 :             : #include "../core/valent-component.h"
      11                 :             : 
      12                 :             : G_BEGIN_DECLS
      13                 :             : 
      14                 :             : #define VALENT_TYPE_NOTIFICATIONS (valent_notifications_get_type ())
      15                 :             : 
      16                 :             : VALENT_AVAILABLE_IN_1_0
      17   [ +  -  +  -  :          42 : G_DECLARE_FINAL_TYPE (ValentNotifications, valent_notifications, VALENT, NOTIFICATIONS, ValentComponent)
                   -  + ]
      18                 :             : 
      19                 :             : VALENT_AVAILABLE_IN_1_0
      20                 :             : ValentNotifications * valent_notifications_get_default      (void);
      21                 :             : 
      22                 :             : VALENT_AVAILABLE_IN_1_0
      23                 :             : GVariant            * valent_notifications_get_applications (ValentNotifications *notifications);
      24                 :             : 
      25                 :             : G_END_DECLS
      26                 :             : 
        

Generated by: LCOV version 2.0-1