comparison src/whiteboard.h @ 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 9d562dde0a3a
children
comparison
equal deleted inserted replaced
12399:6cbffa7a9089 12400:eaf7c8558914
89 /** @name GaimWhiteboard API */ 89 /** @name GaimWhiteboard API */
90 /******************************************************************************/ 90 /******************************************************************************/
91 /*@{*/ 91 /*@{*/
92 92
93 /** 93 /**
94 * Sets the UI Operations 94 * Sets the UI operations
95 * 95 *
96 * @param ops The UI Operations to set 96 * @param ops The UI operations to set
97 */ 97 */
98 void gaim_whiteboard_set_ui_ops(GaimWhiteboardUiOps *ops); 98 void gaim_whiteboard_set_ui_ops(GaimWhiteboardUiOps *ops);
99
100 /**
101 * Sets the prpl operations for a whiteboard
102 *
103 * @param wb The whiteboard for which to set the prpl operations
104 * @param ops The prpl operations to set
105 */
106 void gaim_whiteboard_set_prpl_ops(GaimWhiteboard *wb, GaimWhiteboardPrplOps *ops);
99 107
100 /** 108 /**
101 * Creates a whiteboard 109 * Creates a whiteboard
102 * 110 *
103 * @param account The account. 111 * @param account The account.