summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-types-private.h
blob: 0924b90960d176b9f7c4e429e4cafc45e55290eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (C) 2007 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 * Copyright (C) 2006, 2007 OpenedHand Ltd.
 *
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef GUPNP_TYPES_PRIVATE_H
#define GUPNP_TYPES_PRIVATE_H

#include <glib-object.h>

G_BEGIN_DECLS

GType
gupnp_data_type_to_gtype (const char *data_type);

G_END_DECLS

#endif /* GUPNP_TYPES_PRIVATE_H */