summaryrefslogtreecommitdiff
path: root/src/idle-connection.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-04-26 10:14:11 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-04-26 10:14:11 +0000
commitd7ee9b1fdbed575cd159324ce2eefb6f5fbe644f (patch)
treeb872600b83c7277cf8e66b6567bdebf86327900e /src/idle-connection.h
parentb4fae14eba9f1ddb2888a5752bf158d23f5e5909 (diff)
downloadtelepathy-idle-d7ee9b1fdbed575cd159324ce2eefb6f5fbe644f.tar.gz
Remove old declarations from idle-connection.h
20070426101411-9db4d-5e00ca95b72c66b177cca3c3e1159a270d45e8fa.gz
Diffstat (limited to 'src/idle-connection.h')
-rw-r--r--src/idle-connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/idle-connection.h b/src/idle-connection.h
index bc87a53..ec27f11 100644
--- a/src/idle-connection.h
+++ b/src/idle-connection.h
@@ -61,10 +61,7 @@ GType idle_connection_get_type(void);
#define IDLE_CONNECTION_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), IDLE_TYPE_CONNECTION, IdleConnectionClass))
-gboolean _idle_connection_register(IdleConnection *conn, char **bus_name, char **object_path, GError **error);
gboolean _idle_connection_send(IdleConnection *conn, const gchar *msg);
-void _idle_connection_client_hold_handle(IdleConnection *conn, gchar *client_name, TpHandle handle, TpHandleType type);
-gboolean _idle_connection_client_release_handle(IdleConnection *conn, gchar *client_name, TpHandle handle, TpHandleType type);
gboolean idle_connection_hton(IdleConnection *obj, const gchar *input, gchar **output, GError **error);
void idle_connection_ntoh(IdleConnection *obj, const gchar *input, gchar **output);