From 82333e50cda76a7d721dbfd4704eaf6b9a19461c Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 13 Jan 2019 18:39:24 +0100 Subject: context-manager: Add UDA version to _create_full Thus making it possible to set a different version of the UPnP protocol for creating the contexts --- libgupnp/gupnp-context-manager.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libgupnp/gupnp-context-manager.h') 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 */ -- cgit v1.2.1