LCOV - code coverage report
Current view: top level - gcr - gcr-ssh-askpass.h (source / functions) Hit Total Coverage
Test: Code coverage Lines: 1 1 100.0 %
Date: 2022-09-04 10:20:22 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 3 6 50.0 %

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * Copyright (C) 2014 Stefan Walter
       3                 :            :  *
       4                 :            :  * This program is free software; you can redistribute it and/or modify
       5                 :            :  * it under the terms of the GNU Lesser General Public License as
       6                 :            :  * published by the Free Software Foundation; either version 2.1 of
       7                 :            :  * the License, or (at your option) any later version.
       8                 :            :  *
       9                 :            :  * This program is distributed in the hope that it will be useful, but
      10                 :            :  * WITHOUT ANY WARRANTY; without even the implied warranty of
      11                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      12                 :            :  * Lesser General Public License for more details.
      13                 :            :  *
      14                 :            :  * You should have received a copy of the GNU Lesser General Public
      15                 :            :  * License along with this program; if not, see <http://www.gnu.org/licenses/>.
      16                 :            :  *
      17                 :            :  * Author: Stef Walter <stefw@gnome.org>
      18                 :            :  */
      19                 :            : 
      20                 :            : #ifndef __GCR_SSH_ASKPASS_H__
      21                 :            : #define __GCR_SSH_ASKPASS_H__
      22                 :            : 
      23                 :            : #if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
      24                 :            : #error "Only <gcr/gcr.h> can be included directly."
      25                 :            : #endif
      26                 :            : 
      27                 :            : #include <glib-object.h>
      28                 :            : 
      29                 :            : #include <gio/gio.h>
      30                 :            : 
      31                 :            : G_BEGIN_DECLS
      32                 :            : 
      33                 :            : #define GCR_TYPE_SSH_ASKPASS (gcr_ssh_askpass_get_type ())
      34   [ -  +  +  -  :         19 : G_DECLARE_FINAL_TYPE (GcrSshAskpass, gcr_ssh_askpass,
                   +  - ]
      35                 :            :                       GCR, SSH_ASKPASS,
      36                 :            :                       GObject)
      37                 :            : 
      38                 :            : GcrSshAskpass *     gcr_ssh_askpass_new             (GTlsInteraction *interaction);
      39                 :            : 
      40                 :            : GTlsInteraction *   gcr_ssh_askpass_get_interaction (GcrSshAskpass *self);
      41                 :            : 
      42                 :            : void                gcr_ssh_askpass_child_setup     (gpointer askpass);
      43                 :            : 
      44                 :            : G_END_DECLS
      45                 :            : 
      46                 :            : #endif /* __GCR_SSH_ASKPASS_H__ */

Generated by: LCOV version 1.14