diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:19:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:19:48 +0800 |
commit | de7aeaacedd7b4698ab92645187a61ff2e8b2b39 (patch) | |
tree | b59752d20f20c5aa965138180f2fccf5e84a11dc /libempathy-gtk/empathy-ui-utils.h | |
parent | 197729c3be1ace997bd5e162c0af7c896d18b840 (diff) | |
download | gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.gz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.bz2 gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.lz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.xz gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.tar.zst gsoc2013-empathy-de7aeaacedd7b4698ab92645187a61ff2e8b2b39.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>
svn path=/trunk/; revision=1832
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 8 |
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 |