LCOV - code coverage report
Current view: top level - src/plugins/sms - valent-message-row.h (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 100.0 % 1 1
Test Date: 2024-03-22 06:22:29 Functions: 100.0 % 1 1
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 50.0 % 6 3

             Branch data     Line data    Source code
       1                 :             : // SPDX-License-Identifier: GPL-3.0-or-later
       2                 :             : // SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com>
       3                 :             : 
       4                 :             : #pragma once
       5                 :             : 
       6                 :             : #include <gtk/gtk.h>
       7                 :             : #include <valent.h>
       8                 :             : 
       9                 :             : #include "valent-message.h"
      10                 :             : 
      11                 :             : G_BEGIN_DECLS
      12                 :             : 
      13                 :             : #define VALENT_TYPE_MESSAGE_ROW (valent_message_row_get_type())
      14                 :             : 
      15   [ +  -  +  -  :          18 : G_DECLARE_FINAL_TYPE (ValentMessageRow, valent_message_row, VALENT, MESSAGE_ROW, GtkListBoxRow)
                   -  + ]
      16                 :             : 
      17                 :             : GtkWidget     * valent_message_row_new           (ValentMessage    *message,
      18                 :             :                                                   EContact         *contact);
      19                 :             : EContact      * valent_message_row_get_contact   (ValentMessageRow *row);
      20                 :             : void            valent_message_row_set_contact   (ValentMessageRow *row,
      21                 :             :                                                   EContact         *contact);
      22                 :             : ValentMessage * valent_message_row_get_message   (ValentMessageRow *row);
      23                 :             : void            valent_message_row_set_message   (ValentMessageRow *row,
      24                 :             :                                                   ValentMessage    *message);
      25                 :             : int64_t         valent_message_row_get_thread_id (ValentMessageRow *row);
      26                 :             : void            valent_message_row_update        (ValentMessageRow *row);
      27                 :             : 
      28                 :             : G_END_DECLS
        

Generated by: LCOV version 2.0-1