diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 491089d30..4c47df651 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -73,7 +73,7 @@ void empathy_dispatcher_call_with_contact_id (McAccount void empathy_dispatcher_chat_with_contact_id (McAccount *account, const gchar *contact_id); void empathy_dispatcher_chat_with_contact (EmpathyContact *contact); -EmpathyTpFile * empathy_dispatcher_send_file (EmpathyContact *contact, +void empathy_dispatcher_send_file (EmpathyContact *contact, GFile *gfile); G_END_DECLS |