summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-context-manager.h
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-01-13 18:39:24 +0100
committerJens Georg <mail@jensge.org>2019-01-13 18:39:26 +0100
commit82333e50cda76a7d721dbfd4704eaf6b9a19461c (patch)
tree301a1f748b24540cd998b3be95f3ce8b608e3fef /libgupnp/gupnp-context-manager.h
parent0123e574595e0a547ce26422633df72d63d3d0e0 (diff)
downloadgupnp-82333e50cda76a7d721dbfd4704eaf6b9a19461c.tar.gz
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
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 */