aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-22 21:09:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-09 19:06:30 +0800
commit3d0a7fef9d5a82348eb75ca94319aa1326b4f392 (patch)
tree7188ca3eababb5d6bb766413e677e4ac13a980b4 /libempathy/empathy-utils.h
parent4a007b35a3aa479fdd937137efccc6a3607fe1f9 (diff)
downloadgsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar.gz
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar.bz2
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar.lz
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar.xz
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.tar.zst
gsoc2013-empathy-3d0a7fef9d5a82348eb75ca94319aa1326b4f392.zip
remove empathy_signal_connect_weak (#613583)
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 0ab905282..272b66fd8 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -82,11 +82,6 @@ const gchar *empathy_protocol_name_to_display_name (const gchar *proto_name);
#define EMPATHY_ARRAY_TYPE_OBJECT (empathy_type_dbus_ao ())
GType empathy_type_dbus_ao (void);
-void empathy_signal_connect_weak (gpointer instance,
- const gchar *detailed_signal,
- GCallback c_handler,
- GObject *user_data);
-
TpAccount * empathy_get_account_for_connection (TpConnection *connection);
gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting);