diff pidgin/gtkft.h @ 15632:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents 760ef6d78d2d
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/gtkft.h	Wed Feb 14 02:28:44 2007 +0000
+++ b/pidgin/gtkft.h	Wed Feb 14 02:35:35 2007 +0000
@@ -122,18 +122,18 @@
 void pidgin_xfers_uninit(void);
 
 /**
- * Sets gaim's main file transfer dialog.
+ * Sets pidgin's main file transfer dialog.
  *
  * @param dialog The main dialog.
  */
-void gaim_set_gtkxfer_dialog(PidginXferDialog *dialog);
+void pidgin_set_xfer_dialog(PidginXferDialog *dialog);
 
 /**
- * Returns gaim's main file transfer dialog.
+ * Returns pirgin's main file transfer dialog.
  *
  * @return The main dialog.
  */
-PidginXferDialog *gaim_get_gtkxfer_dialog(void);
+PidginXferDialog *pidgin_get_xfer_dialog(void);
 
 /**
  * Returns the UI operations structure for the GTK+ file transfer UI.