aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index afde4d3a7..7059f6330 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -36,6 +36,7 @@
#include <libmissioncontrol/mission-control.h>
#include "empathy-contact.h"
+#include "empathy-file.h"
G_BEGIN_DECLS
@@ -122,6 +123,12 @@ void empathy_connection_request_channel (TpConnection *proxy,
gpointer user_data,
GDestroyNotify destroy,
GObject *weak_object);
+EmpathyFile * empathy_send_file_from_stream (EmpathyContact *contact,
+ GInputStream *in_stream,
+ const gchar *filename,
+ guint64 size);
+EmpathyFile * empathy_send_file (EmpathyContact *contact,
+ GFile *file);
void empathy_init (void);
G_END_DECLS