summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-05-29 14:14:29 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-05-29 14:14:29 +0000
commit5ccb33b156ccbfe08f5d8c1f4edb64dd45c455fd (patch)
treecf48a1fabddc6b61e6fd6ccf8d40ad5a90aadaa5 /telepathy-glib/presence-mixin.h
parent3c436e799df9722b74025a5196dfdf9cb19cb73b (diff)
downloadtelepathy-glib-5ccb33b156ccbfe08f5d8c1f4edb64dd45c455fd.tar.gz
Get rid of the sync GetStatuses API
20070529141429-9db4d-56ef9bb2905a4f326b5c93bb77cd7d0a6569157d.gz
Diffstat (limited to 'telepathy-glib/presence-mixin.h')
-rw-r--r--telepathy-glib/presence-mixin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/telepathy-glib/presence-mixin.h b/telepathy-glib/presence-mixin.h
index 02dd82b89..ff0c29054 100644
--- a/telepathy-glib/presence-mixin.h
+++ b/telepathy-glib/presence-mixin.h
@@ -150,9 +150,6 @@ void tp_presence_mixin_class_init (GObjectClass *obj_cls, glong offset,
void tp_presence_mixin_init (GObject *obj, glong offset);
void tp_presence_mixin_finalize (GObject *obj);
-gboolean tp_presence_mixin_get_statuses (GObject *obj, GHashTable **ret,
- GError **error);
-
void tp_presence_mixin_iface_init (gpointer g_iface, gpointer iface_data);
G_END_DECLS