LCOV - code coverage report
Current view: top level - libsecret - secret-file-backend.h (source / functions) Hit Total Coverage
Test: Code coverage Lines: 1 1 100.0 %
Date: 2024-02-08 14:44:34 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* libsecret - GLib wrapper for Secret Service
       2                 :            :  *
       3                 :            :  * Copyright 2019 Red Hat, Inc.
       4                 :            :  *
       5                 :            :  * This program is free software: you can redistribute it and/or modify
       6                 :            :  * it under the terms of the GNU Lesser General Public License as published
       7                 :            :  * by the Free Software Foundation; either version 2.1 of the licence or (at
       8                 :            :  * your option) any later version.
       9                 :            :  *
      10                 :            :  * See the included COPYING file for more information.
      11                 :            :  *
      12                 :            :  * Author: Daiki Ueno
      13                 :            :  */
      14                 :            : 
      15                 :            : #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
      16                 :            : #error "Only <libsecret/secret.h> can be included directly."
      17                 :            : #endif
      18                 :            : 
      19                 :            : #ifndef __SECRET_FILE_BACKEND_H__
      20                 :            : #define __SECRET_FILE_BACKEND_H__
      21                 :            : 
      22                 :            : #include <glib-object.h>
      23                 :            : 
      24                 :            : G_BEGIN_DECLS
      25                 :            : 
      26                 :            : #define SECRET_TYPE_FILE_BACKEND (secret_file_backend_get_type ())
      27                 :         24 : G_DECLARE_FINAL_TYPE (SecretFileBackend, secret_file_backend, SECRET, FILE_BACKEND, GObject)
      28                 :            : 
      29                 :            : gboolean _secret_file_backend_check_portal_version (void);
      30                 :            : 
      31                 :            : G_END_DECLS
      32                 :            : 
      33                 :            : #endif /* __SECRET_FILE_BACKEND_H__ */

Generated by: LCOV version 1.14