# HG changeset patch # User Richard Laager # Date 1134075404 0 # Node ID eaf7c85589142f059119d764dd3deff6e389f9c0 # Parent 6cbffa7a9089bdafe6a4a234b992e30d4f21c3c8 [gaim-migrate @ 14707] Document gaim_whiteboard_set_prpl_ops() committer: Tailor Script diff -r 6cbffa7a9089 -r eaf7c8558914 src/whiteboard.h --- 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.