summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-unix-context-manager.c
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-02 17:35:39 +0100
committerJens Georg <mail@jensge.org>2018-11-02 17:35:39 +0100
commit84d6605ed7075dc65de5936532dcef951b2f74bf (patch)
tree1c8e5b3dcec87723231b160bda815f1068edf096 /libgupnp/gupnp-unix-context-manager.c
parent1d80a13e4e67b7245aeaf59034a9afe9881ff16f (diff)
downloadgupnp-84d6605ed7075dc65de5936532dcef951b2f74bf.tar.gz
all: Port to new GLib type macros
Diffstat (limited to 'libgupnp/gupnp-unix-context-manager.c')
-rw-r--r--libgupnp/gupnp-unix-context-manager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgupnp/gupnp-unix-context-manager.c b/libgupnp/gupnp-unix-context-manager.c
index 4b5c85e..ecaeb15 100644
--- a/libgupnp/gupnp-unix-context-manager.c
+++ b/libgupnp/gupnp-unix-context-manager.c
@@ -49,6 +49,10 @@
#include "gupnp-unix-context-manager.h"
#include "gupnp-context.h"
+struct _GUPnPUnixContextManager {
+ GUPnPSimpleContextManager parent;
+};
+
G_DEFINE_TYPE (GUPnPUnixContextManager,
gupnp_unix_context_manager,
GUPNP_TYPE_SIMPLE_CONTEXT_MANAGER);