diff options
author | Shaun McCance <Shaun McCance> | 2009-10-06 03:22:32 +0800 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2009-11-25 05:14:51 +0800 |
commit | f167ec2d92a526d19f1faf8320d9ff975ae1e502 (patch) | |
tree | 3c2c3888e3a77efd8d23a9a0a909f7608cacd33e /libempathy-gtk/empathy-ui-utils.h | |
parent | cfb4283d66005aa2f12b15ce0d5aefde965d815a (diff) | |
download | gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar.gz gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar.bz2 gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar.lz gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar.xz gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.tar.zst gsoc2013-empathy-f167ec2d92a526d19f1faf8320d9ff975ae1e502.zip |
Utilitiy function to send files from a URI list, for dnd implementations
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 0f453ddbc..e0c0904b0 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -112,6 +112,8 @@ GtkWidget * empathy_link_button_new (const gchar *url, void empathy_send_file (EmpathyContact *contact, GFile *file); +void empathy_send_file_from_uri_list (EmpathyContact *contact, + const gchar *uri_list); void empathy_send_file_with_file_chooser (EmpathyContact *contact); void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler); |