LCOV - code coverage report
Current view: top level - daemon/login - gkd-login-interaction.h (source / functions) Coverage Total Hit
Test: coverage.info Lines: 0.0 % 1 0
Test Date: 2024-04-08 13:24:42 Functions: 0.0 % 1 0

            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 __GKD_LOGIN_INTERACTION_H__
      24              : #define __GKD_LOGIN_INTERACTION_H__
      25              : 
      26              : #include <gio/gio.h>
      27              : #include <gck/gck.h>
      28              : 
      29              : #define GKD_TYPE_LOGIN_INTERACTION gkd_login_interaction_get_type ()
      30            0 : G_DECLARE_FINAL_TYPE (GkdLoginInteraction, gkd_login_interaction, GKD, LOGIN_INTERACTION, GTlsInteraction);
      31              : 
      32              : GTlsInteraction *gkd_login_interaction_new  (GTlsInteraction *base,
      33              :                                              GckSession *session,
      34              :                                              const gchar *label,
      35              :                                              GHashTable *fields);
      36              : 
      37              : #endif  /* __GKD_LOGIN_INTERACTION_H__ */
        

Generated by: LCOV version 2.0-1