summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-device-proxy.c
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2008-04-14 21:57:02 +0000
committerJorn Baayen <jorn@openedhand.com>2008-04-14 21:57:02 +0000
commit8a3e762303abac59a49288973abe2d40b628e4de (patch)
treeced7fb1f73e42bbff0e3f80e2824877df4bd8ab1 /libgupnp/gupnp-device-proxy.c
parent8a3999803029e1727e4377499593e8e3e75d818e (diff)
downloadgupnp-8a3e762303abac59a49288973abe2d40b628e4de.tar.gz
2008-04-15 Jorn Baayen <jorn@openedhand.com>
Zeeshan Ali Khattak <zeenix@gmail.com> * configure.ac: * gupnp-1.0-uninstalled.pc.in: * gupnp-1.0.pc.in: * libgupnp/gupnp-context.c (gupnp_context_init), (default_server_handler), (gupnp_context_get_server), (hosting_server_handler), (gupnp_context_host_path): * libgupnp/gupnp-control-point.c (gupnp_control_point_dispose), (process_service_list), (process_device_list), (description_loaded), (got_description_url), (load_description): * libgupnp/gupnp-device-info.c (gupnp_device_info_class_init), (gupnp_device_info_get_icon_url): * libgupnp/gupnp-device-info.h: * libgupnp/gupnp-device-proxy.c (gupnp_device_proxy_get_device), (gupnp_device_proxy_get_service): * libgupnp/gupnp-device.c (gupnp_device_get_device), (gupnp_device_get_service): * libgupnp/gupnp-resource-factory-private.h: * libgupnp/gupnp-resource-factory.c (gupnp_resource_factory_create_device_proxy), (gupnp_resource_factory_create_service_proxy), (gupnp_resource_factory_create_device), (gupnp_resource_factory_create_service): * libgupnp/gupnp-root-device.c (gupnp_root_device_constructor): * libgupnp/gupnp-service-info.c (gupnp_service_info_dispose), (gupnp_service_info_class_init), (gupnp_service_info_get_introspection), (got_scpd_url), (gupnp_service_info_get_introspection_async): * libgupnp/gupnp-service-info.h: * libgupnp/gupnp-service-proxy.c (gupnp_service_proxy_dispose), (begin_action_msg), (action_got_response), (finish_action_msg), (write_in_parameter), (gupnp_service_proxy_begin_action_valist), (gupnp_service_proxy_begin_action_hash), (check_action_response), (read_out_parameter), (gupnp_service_proxy_end_action_valist), (gupnp_service_proxy_end_action_hash), (gupnp_service_proxy_cancel_action), (server_handler), (subscription_expire), (subscribe_got_response), (subscribe), (unsubscribe): * libgupnp/gupnp-service.c (control_server_handler), (subscription_response), (subscription_server_handler), (gupnp_service_constructor), (gupnp_service_dispose), (notify_got_response), (notify_subscriber): * libgupnp/http-headers.c (accept_language_get_locales), (message_set_user_agent): * libgupnp/xml-util.c (xml_util_get_child_element_content_uri), (xml_util_get_child_element_content_url): * libgupnp/xml-util.h: Port to libsoup 2.4. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@861 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'libgupnp/gupnp-device-proxy.c')
-rw-r--r--libgupnp/gupnp-device-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgupnp/gupnp-device-proxy.c b/libgupnp/gupnp-device-proxy.c
index 2fc6ee7..dc20c3d 100644
--- a/libgupnp/gupnp-device-proxy.c
+++ b/libgupnp/gupnp-device-proxy.c
@@ -47,7 +47,7 @@ gupnp_device_proxy_get_device (GUPnPDeviceInfo *info,
GUPnPContext *context;
XmlDocWrapper *doc;
const char *location;
- const SoupUri *url_base;
+ const SoupURI *url_base;
proxy = GUPNP_DEVICE_PROXY (info);
@@ -78,7 +78,7 @@ gupnp_device_proxy_get_service (GUPnPDeviceInfo *info,
GUPnPContext *context;
XmlDocWrapper *doc;
const char *location, *udn;
- const SoupUri *url_base;
+ const SoupURI *url_base;
proxy = GUPNP_DEVICE_PROXY (info);