diff src/gtkft.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents 36b80ce02a51
children 8e60ddc28a22
line wrap: on
line diff
--- a/src/gtkft.h	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/gtkft.h	Mon Sep 29 23:39:02 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -27,7 +27,7 @@
 
 /**
  * A file transfer dialog.
- * 
+ *
  * The structure is opaque, as nobody should be touching anything inside of
  * it.
  */
@@ -137,7 +137,7 @@
  *
  * @return The GTK+ file transfer UI operations structure.
  */
-GaimXferUiOps *gaim_get_gtk_xfer_ui_ops(void);
+GaimXferUiOps *gaim_gtk_xfers_get_ui_ops(void);
 
 /*@}*/