LCOV - code coverage report
Current view: top level - shumate - shumate-map-layer.h (source / functions) Hit Total Coverage
Test: Code coverage Lines: 0 1 0.0 %
Date: 2024-05-11 21:41:31 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 6 0.0 %

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * Copyright 2020 Collabora, Ltd. (https://www.collabora.com)
       3                 :            :  * Copyright 2020 Corentin Noël <corentin.noel@collabora.com>
       4                 :            :  *
       5                 :            :  * This library is free software; you can redistribute it and/or
       6                 :            :  * modify it under the terms of the GNU Lesser General Public
       7                 :            :  * License as published by the Free Software Foundation; either
       8                 :            :  * version 2.1 of the License, or (at your option) any later version.
       9                 :            :  *
      10                 :            :  * This library is distributed in the hope that it will be useful,
      11                 :            :  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      12                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      13                 :            :  * Lesser General Public License for more details.
      14                 :            :  *
      15                 :            :  * You should have received a copy of the GNU Lesser General Public
      16                 :            :  * License along with this library; if not, write to the Free Software
      17                 :            :  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
      18                 :            :  */
      19                 :            : 
      20                 :            : #if !defined (__SHUMATE_SHUMATE_H_INSIDE__) && !defined (SHUMATE_COMPILATION)
      21                 :            : #error "Only <shumate/shumate.h> can be included directly."
      22                 :            : #endif
      23                 :            : 
      24                 :            : #ifndef __SHUMATE_MAP_LAYER_H__
      25                 :            : #define __SHUMATE_MAP_LAYER_H__
      26                 :            : 
      27                 :            : #include <shumate/shumate-layer.h>
      28                 :            : #include <shumate/shumate-map-source.h>
      29                 :            : 
      30                 :            : G_BEGIN_DECLS
      31                 :            : 
      32                 :            : #define SHUMATE_TYPE_MAP_LAYER shumate_map_layer_get_type ()
      33   [ #  #  #  #  :          0 : G_DECLARE_FINAL_TYPE (ShumateMapLayer, shumate_map_layer, SHUMATE, MAP_LAYER, ShumateLayer)
                   #  # ]
      34                 :            : 
      35                 :            : ShumateMapLayer *shumate_map_layer_new (ShumateMapSource *map_source,
      36                 :            :                                         ShumateViewport  *viewport);
      37                 :            : 
      38                 :            : G_END_DECLS
      39                 :            : 
      40                 :            : #endif /* __SHUMATE_MAP_LAYER_H__ */

Generated by: LCOV version 1.14