summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-service-info.h
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2007-07-26 10:43:01 +0000
committerJorn Baayen <jorn@openedhand.com>2007-07-26 10:43:01 +0000
commite0cdeddca639f098400dede91c8134370d085610 (patch)
treec02fc9a5ed63a8dce8f85a3fd86ef4198caf5ebc /libgupnp/gupnp-service-info.h
parentb425993546456666bd1ef628d0f57a111a1bc144 (diff)
downloadgupnp-e0cdeddca639f098400dede91c8134370d085610.tar.gz
2007-07-26 Zeeshan Ali <zeenix@gstreamer.net>
* libgupnp/gupnp-device-info.c: * libgupnp/gupnp-device-info.h: * libgupnp/gupnp-device-proxy-private.h: * libgupnp/gupnp-device-proxy.c: (gupnp_device_proxy_get_device), (gupnp_device_proxy_get_service), (_gupnp_device_proxy_new): * libgupnp/gupnp-device.c: (gupnp_device_get_device), (gupnp_device_get_service), (_gupnp_device_new): * libgupnp/gupnp-service-info.c: * libgupnp/gupnp-service-info.h: * libgupnp/gupnp-service-private.h: * libgupnp/gupnp-service-proxy-private.h: * libgupnp/gupnp-service-proxy.c: (_gupnp_service_proxy_new): * libgupnp/gupnp-service.c: (_gupnp_service_new): Make it clear to the user that return value of gupnp_{device,service}_info_get_url_base() must not be freed o modified. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@332 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'libgupnp/gupnp-service-info.h')
-rw-r--r--libgupnp/gupnp-service-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-service-info.h b/libgupnp/gupnp-service-info.h
index ed126f6..b5237ae 100644
--- a/libgupnp/gupnp-service-info.h
+++ b/libgupnp/gupnp-service-info.h
@@ -92,7 +92,7 @@ gupnp_service_info_get_context (GUPnPServiceInfo *info);
const char *
gupnp_service_info_get_location (GUPnPServiceInfo *info);
-SoupUri *
+const SoupUri *
gupnp_service_info_get_url_base (GUPnPServiceInfo *info);
const char *