diff src/gtkblist.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 0c5637b5462e
children 770233dad86c
line wrap: on
line diff
--- a/src/gtkblist.h	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/gtkblist.h	Mon Sep 29 23:39:02 2003 +0000
@@ -77,7 +77,7 @@
 
 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data)
 #define GAIM_IS_GTK_BLIST(list) \
-	((list)->ui_ops == gaim_get_gtk_blist_ui_ops())
+	((list)->ui_ops == gaim_gtk_blist_get_ui_ops())
 
 /**************************************************************************
  * @name GTK+ Buddy List API
@@ -93,7 +93,7 @@
  *
  * @return The GTK list operations structure.
  */
-struct gaim_blist_ui_ops *gaim_get_gtk_blist_ui_ops(void);
+struct gaim_blist_ui_ops *gaim_gtk_blist_get_ui_ops(void);
 
 /**
  * Returns the base image to represent the account, based on the currently selected theme