aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-14 22:20:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-15 00:01:28 +0800
commitc8d648fff1a1f130baab6838a4aab2c6f2162d66 (patch)
tree3d85405f1ba3e6c7759f4ee243a0794e71bb8ab2 /libempathy/empathy-utils.h
parenta99138d9d745e0269f9a9a8182f8df92dcb61bda (diff)
downloadgsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar.gz
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar.bz2
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar.lz
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar.xz
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.tar.zst
gsoc2013-empathy-c8d648fff1a1f130baab6838a4aab2c6f2162d66.zip
copy empathy_signal_connect_weak from telepathy-gabble
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 9015b3889..d62e096ae 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -80,6 +80,11 @@ 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);
+
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */