aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:13:56 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:13:56 +0800
commit9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5 (patch)
tree045b4e0262fc5a2c2f17d21c7b7f3d3ff9dace4d /libempathy-gtk/empathy-ui-utils.h
parent48428c4828aae246c7101e5a36146e65441dd948 (diff)
downloadgsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar.gz
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar.bz2
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar.lz
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar.xz
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.tar.zst
gsoc2013-empathy-9bbd1b9e2bc66b12a318517c18b89b1f7a7f17f5.zip
Added some more file sending functions to libempathy-gtk. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1740
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 524d8eb9d..1bce31baa 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -38,6 +38,7 @@
#include <libmissioncontrol/mc-profile.h>
#include <libempathy/empathy-contact.h>
+#include <libempathy/empathy-file.h>
#include "empathy-chat-view.h"
@@ -113,6 +114,13 @@ GtkTextTag *empathy_text_buffer_tag_set (GtkTextBuffer *buffer,
const gchar *first_property_name,
...);
+typedef gboolean (*EmpathyFileChooserCallback) (EmpathyFile *file,
+ gpointer user_data);
+
+void empathy_send_file_with_file_chooser (EmpathyContact *contact,
+ EmpathyFileChooserCallback callback,
+ gpointer user_data);
+
G_END_DECLS
#endif /* __EMPATHY_UI_UTILS_H__ */