From 493d8e1b341aae18d3d94ff9fbe0187cd100a60d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 19 Nov 2009 10:53:53 +0000 Subject: tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb --- libempathy/empathy-tp-contact-factory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index d326626a1..70bf94899 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -899,6 +899,7 @@ get_contacts_by_id_cb (TpConnection *connection, contacts_array_free (n_contacts, empathy_contacts); } +/* The callback is NOT given a reference to the EmpathyContact objects */ void empathy_tp_contact_factory_get_from_ids (EmpathyTpContactFactory *tp_factory, guint n_ids, @@ -1022,6 +1023,7 @@ get_contacts_by_handle_cb (TpConnection *connection, contacts_array_free (n_contacts, empathy_contacts); } +/* The callback is NOT given a reference to the EmpathyContact objects */ void empathy_tp_contact_factory_get_from_handles (EmpathyTpContactFactory *tp_factory, guint n_handles, -- cgit v1.2.3