summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2018-03-02 22:14:12 +0100
committerMarcus Lundblad <ml@update.uu.se>2018-03-02 22:27:36 +0100
commit271c2b60e84acc9a8392689bc08a9ee892f5babe (patch)
tree43f438ac971797e21a9d0a0d75863c957245cb5c /lib
parent568e024d017dd4893d079c3b820af67bdbc116bf (diff)
downloadgnome-maps-271c2b60e84acc9a8392689bc08a9ee892f5babe.tar.gz
contactStore: Don't transfer ownership of contacts
Don't transfer ownership of list returned by maps_contact_store_get_contacts(), as the contact store instance frees it when getting disposed. https://bugzilla.gnome.org/show_bug.cgi?id=794002
Diffstat (limited to 'lib')
-rw-r--r--lib/maps-contact-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/maps-contact-store.c b/lib/maps-contact-store.c
index 3c355d6f..1c9ea340 100644
--- a/lib/maps-contact-store.c
+++ b/lib/maps-contact-store.c
@@ -309,7 +309,7 @@ maps_contact_store_load (MapsContactStore *store)
* maps_contact_store_get_contacts:
* @store: A #MapsContactStore object
*
- * Returns: (element-type MapsContact) (transfer container): a list of #MapsContact,
+ * Returns: (element-type MapsContact) (transfer none): a list of #MapsContact,
*/
GList *
maps_contact_store_get_contacts (MapsContactStore *store)