summaryrefslogtreecommitdiff
path: root/libgupnp-igd/gupnp-enum-types.h
blob: 8b69555a58e50e6b3c34835e72e163bfe4457df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __GUPNP_ENUM_TYPES_H__
#define __GUPNP_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "gupnp-simple-igd.h" */
GType gupnp_simple_igd_error_get_type (void);
#define GUPNP_TYPE_SIMPLE_IGD_ERROR (gupnp_simple_igd_error_get_type())
G_END_DECLS

#endif /* __GUPNP_ENUM_TYPES_H__ */