Coverage Report

Created: 2024-05-20 06:10

/src/bluez/gobex/gobex-defs.c
Line
Count
Source
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
/*
3
 *
4
 *  OBEX library with GLib integration
5
 *
6
 *  Copyright (C) 2011  Intel Corporation. All rights reserved.
7
 *
8
 */
9
10
#ifdef HAVE_CONFIG_H
11
#include <config.h>
12
#endif
13
14
#include <glib.h>
15
16
#include "gobex-defs.h"
17
18
GQuark g_obex_error_quark(void)
19
81
{
20
81
  return g_quark_from_static_string("g-obex-error-quark");
21
81
}