]> git.0d.be Git - empathy.git/commitdiff
tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles...
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 Nov 2009 10:53:53 +0000 (10:53 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 Nov 2009 11:33:17 +0000 (12:33 +0100)
libempathy/empathy-tp-contact-factory.c

index d326626a1edde448f1580c66a7ee75f4166817c0..70bf948993c88600896f09612324ce0b0bf2f3e9 100644 (file)
@@ -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,