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

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * gnome-keyring
       3                 :            :  *
       4                 :            :  * Copyright (C) 2018 Red Hat, Inc.
       5                 :            :  *
       6                 :            :  * This program is free software; you can redistribute it and/or modify
       7                 :            :  * it under the terms of the GNU Lesser General Public License as
       8                 :            :  * published by the Free Software Foundation; either version 2.1 of
       9                 :            :  * the License, or (at your option) any later version.
      10                 :            :  *
      11                 :            :  * This program is distributed in the hope that it will be useful, but
      12                 :            :  * WITHOUT ANY WARRANTY; without even the implied warranty of
      13                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      14                 :            :  * Lesser General Public License for more details.
      15                 :            :  *
      16                 :            :  * You should have received a copy of the GNU Lesser General Public
      17                 :            :  * License along with this program; if not, see
      18                 :            :  * <http://www.gnu.org/licenses/>.
      19                 :            :  *
      20                 :            :  * Author: Daiki Ueno
      21                 :            :  */
      22                 :            : 
      23                 :            : #ifndef GCR_SSH_AGENT_INTERACTION_H
      24                 :            : #define GCR_SSH_AGENT_INTERACTION_H
      25                 :            : 
      26                 :            : #include <gio/gio.h>
      27                 :            : 
      28                 :            : G_BEGIN_DECLS
      29                 :            : 
      30                 :            : #define GCR_TYPE_SSH_AGENT_INTERACTION gcr_ssh_agent_interaction_get_type ()
      31                 :          0 : G_DECLARE_FINAL_TYPE (GcrSshAgentInteraction, gcr_ssh_agent_interaction, GCR, SSH_AGENT_INTERACTION, GTlsInteraction)
      32                 :            : 
      33                 :            : GTlsInteraction *gcr_ssh_agent_interaction_new (const gchar *prompter_name,
      34                 :            :                                                 const gchar *label,
      35                 :            :                                                 GHashTable *fields);
      36                 :            : 
      37                 :            : G_END_DECLS
      38                 :            : 
      39                 :            : #endif /* GCR_SSH_AGENT_INTERACTION_H */

Generated by: LCOV version 1.14