diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-19 18:53:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-23 19:33:17 +0800 |
commit | 493d8e1b341aae18d3d94ff9fbe0187cd100a60d (patch) | |
tree | d0f52f7adaa14a123084d2752eddc6e7ee29302b | |
parent | 228087733091adf20dcf31c9a4f305aa1152e163 (diff) | |
download | gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar.gz gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar.bz2 gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar.lz gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar.xz gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.tar.zst gsoc2013-empathy-493d8e1b341aae18d3d94ff9fbe0187cd100a60d.zip |
tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |