summaryrefslogtreecommitdiff
path: root/libgupnp-igd/gupnp-simple-igd-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgupnp-igd/gupnp-simple-igd-thread.c')
-rw-r--r--libgupnp-igd/gupnp-simple-igd-thread.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgupnp-igd/gupnp-simple-igd-thread.c b/libgupnp-igd/gupnp-simple-igd-thread.c
index d47ef89..0adb64d 100644
--- a/libgupnp-igd/gupnp-simple-igd-thread.c
+++ b/libgupnp-igd/gupnp-simple-igd-thread.c
@@ -35,8 +35,24 @@
#endif
#include "gupnp-simple-igd-thread.h"
+#include "gupnp-simple-igd-priv.h"
+/**
+ * GUPnPSimpleIgdThreadClass:
+ * @parent_class: Our parent
+ *
+ * The Raw UDP component transmitter class
+ */
+
+struct _GUPnPSimpleIgdThreadClass
+{
+ GUPnPSimpleIgdClass parent_class;
+
+ /*virtual functions */
+ /*< private >*/
+};
+
struct thread_data
{
gint refcount;