summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-context-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgupnp/gupnp-context-manager.h')
-rw-r--r--libgupnp/gupnp-context-manager.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libgupnp/gupnp-context-manager.h b/libgupnp/gupnp-context-manager.h
index db1a02d..f1efbd2 100644
--- a/libgupnp/gupnp-context-manager.h
+++ b/libgupnp/gupnp-context-manager.h
@@ -55,8 +55,9 @@ GUPnPContextManager *
gupnp_context_manager_create (guint port);
GUPnPContextManager *
-gupnp_context_manager_create_full (GSocketFamily family,
- guint port);
+gupnp_context_manager_create_full (GSSDPUDAVersion uda_version,
+ GSocketFamily family,
+ guint port);
void
gupnp_context_manager_rescan_control_points
@@ -81,6 +82,9 @@ gupnp_context_manager_get_white_list (GUPnPContextManager *manager);
GSocketFamily
gupnp_context_manager_get_socket_family (GUPnPContextManager *manager);
+GSSDPUDAVersion
+gupnp_context_manager_get_uda_version (GUPnPContextManager *manager);
+
G_END_DECLS
#endif /* GUPNP_CONTEXT_MANAGER_H */