diff src/gtkblist.h @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 868aafbe859b
children 5cda52915a1f
line wrap: on
line diff
--- a/src/gtkblist.h	Mon Apr 11 12:11:11 2005 +0000
+++ b/src/gtkblist.h	Mon Apr 11 12:24:47 2005 +0000
@@ -117,7 +117,7 @@
 /**
  * Returns the UI operations structure for the buddy list.
  *
- * @return The GTK list operations structure.
+ * @return The GTK+ list operations structure.
  */
 GaimBlistUiOps *gaim_gtk_blist_get_ui_ops(void);
 
@@ -128,7 +128,7 @@
  * returns the GaimGtkBuddyList we're most likely wanting to work with. This is slightly
  * cleaner than an externed global.
  * 
- * @return The default GTK buddy list
+ * @return The default GTK+ buddy list
  */
 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist();