aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-07 17:54:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-08 15:13:07 +0800
commitc33d6ea84ba4a11c63f840b659d0568b3a0331d8 (patch)
tree20a90a4920e90e9bdb840a94c6a561c462da0e5e /libempathy/empathy-tp-contact-factory.h
parent9b8c6a150ac947fed91166505d6b198b0a073f77 (diff)
downloadgsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar.gz
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar.bz2
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar.lz
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar.xz
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.tar.zst
gsoc2013-empathy-c33d6ea84ba4a11c63f840b659d0568b3a0331d8.zip
tp-contact-factory: remove unused methods
https://bugzilla.gnome.org/show_bug.cgi?id=675597
Diffstat (limited to 'libempathy/empathy-tp-contact-factory.h')
-rw-r--r--libempathy/empathy-tp-contact-factory.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/libempathy/empathy-tp-contact-factory.h b/libempathy/empathy-tp-contact-factory.h
index 29146cb32..20d699a3e 100644
--- a/libempathy/empathy-tp-contact-factory.h
+++ b/libempathy/empathy-tp-contact-factory.h
@@ -30,44 +30,12 @@
G_BEGIN_DECLS
-typedef void (*EmpathyTpContactFactoryContactsByIdCb) (TpConnection *connection,
- guint n_contacts,
- EmpathyContact * const * contacts,
- const gchar * const * requested_ids,
- GHashTable *failed_id_errors,
- const GError *error,
- gpointer user_data,
- GObject *weak_object);
-
-typedef void (*EmpathyTpContactFactoryContactsByHandleCb) (TpConnection *connection,
- guint n_contacts,
- EmpathyContact * const * contacts,
- guint n_failed,
- const TpHandle *failed,
- const GError *error,
- gpointer user_data,
- GObject *weak_object);
-
typedef void (*EmpathyTpContactFactoryContactCb) (TpConnection *connection,
EmpathyContact *contact,
const GError *error,
gpointer user_data,
GObject *weak_object);
-void empathy_tp_contact_factory_get_from_ids (TpConnection *connection,
- guint n_ids,
- const gchar * const *ids,
- EmpathyTpContactFactoryContactsByIdCb callback,
- gpointer user_data,
- GDestroyNotify destroy,
- GObject *weak_object);
-void empathy_tp_contact_factory_get_from_handles (TpConnection *connection,
- guint n_handles,
- const TpHandle *handles,
- EmpathyTpContactFactoryContactsByHandleCb callback,
- gpointer user_data,
- GDestroyNotify destroy,
- GObject *weak_object);
void empathy_tp_contact_factory_get_from_id (TpConnection *connection,
const gchar *id,
EmpathyTpContactFactoryContactCb callback,