]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index bb1d45f924560d1c59a582cd99ae3ec95dcd9356..f838c7d1f174361b32c0a13c07527e6b3fb6fed8 100644 (file)
@@ -115,8 +115,8 @@ GtkTextTag *empathy_text_buffer_tag_set                 (GtkTextBuffer *buffer,
                                                         const gchar   *first_property_name,
                                                         ...);
 
-typedef gboolean (*EmpathyFileChooserCallback)          (EmpathyFile *file,
-                                                        gpointer   user_data);
+typedef gboolean (*EmpathyFileChooserCallback)          (EmpathyTpFile *tp_file,
+                                                        gpointer       user_data);
 
 void        empathy_send_file_with_file_chooser         (EmpathyContact             *contact,
                                                         EmpathyFileChooserCallback  callback,