aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:19:48 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:19:48 +0800
commit48464a641604e83d19cfe6de3544889ff311f3f9 (patch)
treeb59752d20f20c5aa965138180f2fccf5e84a11dc /libempathy-gtk/empathy-ui-utils.h
parentbb6fc083f8c221ce43de2b85eb422b3d35410151 (diff)
downloadgsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar.gz
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar.bz2
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar.lz
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar.xz
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.tar.zst
gsoc2013-empathy-48464a641604e83d19cfe6de3544889ff311f3f9.zip
Removed empathy_send_file_with_file_chooser_and_manager and made file transfers always use the manager. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1832 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index c4b699818..b28a67b89 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -116,13 +116,7 @@ GtkTextTag *empathy_text_buffer_tag_set (GtkTextBuffer *buffer,
const gchar *first_property_name,
...);
-typedef gboolean (*EmpathyFileChooserCallback) (EmpathyTpFile *tp_file,
- gpointer user_data);
-
-void empathy_send_file_with_file_chooser (EmpathyContact *contact,
- EmpathyFileChooserCallback callback,
- gpointer user_data);
-void empathy_send_file_with_file_chooser_and_manager (EmpathyContact *contact);
+void empathy_send_file_with_file_chooser (EmpathyContact *contact);
G_END_DECLS