summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-08-16 22:13:04 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-08-16 22:13:04 +0300
commit877ce9d161ae7e37e2948dcab2ce6a018da1e0da (patch)
tree2a00eb8643f5635d22cd26e6aca56c21b443d797
parent5af6c17532c3732357dafaea05d5654636871a3e (diff)
downloadgupnp-vala-877ce9d161ae7e37e2948dcab2ce6a018da1e0da.tar.gz
Specify ownership of returned list content
The contents of gupnp_dlna_discoverer_list_profiles() returned list are not to be unref'ed by the caller.
-rw-r--r--gupnp-dlna-1.0/gupnp-dlna-1.0.metadata2
1 files changed, 1 insertions, 1 deletions
diff --git a/gupnp-dlna-1.0/gupnp-dlna-1.0.metadata b/gupnp-dlna-1.0/gupnp-dlna-1.0.metadata
index 13e6929..b32cb74 100644
--- a/gupnp-dlna-1.0/gupnp-dlna-1.0.metadata
+++ b/gupnp-dlna-1.0/gupnp-dlna-1.0.metadata
@@ -10,4 +10,4 @@ gupnp_dlna_discoverer_discover_uri_sync transfer_ownership=1
gupnp_dlna_information_new_from_discoverer_info hidden=1
-gupnp_dlna_discoverer_list_profiles type_arguments="DLNAProfile"
+gupnp_dlna_discoverer_list_profiles type_arguments="unowned DLNAProfile"