LCOV - code coverage report
Current view: top level - src/plugins/share - valent-share-text-dialog.h (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 100.0 % 1 1
Test Date: 2024-04-23 06:02:46 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 <gtk/gtk.h>
       8                 :             : 
       9                 :             : G_BEGIN_DECLS
      10                 :             : 
      11                 :             : #define VALENT_TYPE_SHARE_TEXT_DIALOG (valent_share_text_dialog_get_type())
      12                 :             : 
      13   [ +  -  +  -  :           7 : G_DECLARE_FINAL_TYPE (ValentShareTextDialog, valent_share_text_dialog, VALENT, SHARE_TEXT_DIALOG, AdwMessageDialog)
                   -  + ]
      14                 :             : 
      15                 :             : const char * valent_share_text_dialog_get_text (ValentShareTextDialog *dialog);
      16                 :             : void         valent_share_text_dialog_set_text (ValentShareTextDialog *dialog,
      17                 :             :                                                 const char            *text);
      18                 :             : 
      19                 :             : G_END_DECLS
      20                 :             : 
        

Generated by: LCOV version 2.0-1