changeset 12400:eaf7c8558914

[gaim-migrate @ 14707] Document gaim_whiteboard_set_prpl_ops() committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:56:44 +0000
parents 6cbffa7a9089
children 286146328789
files src/whiteboard.h
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/whiteboard.h	Thu Dec 08 20:56:30 2005 +0000
+++ b/src/whiteboard.h	Thu Dec 08 20:56:44 2005 +0000
@@ -91,13 +91,21 @@
 /*@{*/
 
 /**
- * Sets the UI Operations
+ * Sets the UI operations
  *
- * @param ops The UI Operations to set
+ * @param ops The UI operations to set
  */
 void gaim_whiteboard_set_ui_ops(GaimWhiteboardUiOps *ops);
 
 /**
+ * Sets the prpl operations for a whiteboard
+ *
+ * @param wb  The whiteboard for which to set the prpl operations
+ * @param ops The prpl operations to set
+ */
+void gaim_whiteboard_set_prpl_ops(GaimWhiteboard *wb, GaimWhiteboardPrplOps *ops);
+
+/**
  * Creates a whiteboard
  *
  * @param account The account.