diff libpurple/roomlist.h @ 32427:ff051a32e1e8

Added accessor functions purple_xfer_get_ui_data() and purple_xfer_set_ui_data().
author andrew.victor@mxit.com
date Fri, 26 Aug 2011 19:55:34 +0000
parents 5dafa68c8eb0
children 5aa171c8776b
line wrap: on
line diff
--- a/libpurple/roomlist.h	Fri Aug 26 19:33:50 2011 +0000
+++ b/libpurple/roomlist.h	Fri Aug 26 19:55:34 2011 +0000
@@ -228,7 +228,7 @@
  *
  * @return The protocol data associated with this room list.  This is a
  *         convenience field provided to the protocol plugin--it is not
- *         used the libuprple core.
+ *         used the libpurple core.
  */
 gpointer purple_roomlist_get_proto_data(PurpleRoomlist *list);
 
@@ -247,7 +247,7 @@
  *
  * @return The UI data associated with this room list.  This is a
  *         convenience field provided to the UIs--it is not
- *         used by the libuprple core.
+ *         used by the libpurple core.
  */
 gpointer purple_roomlist_get_ui_data(PurpleRoomlist *list);