comparison libpurple/prpl.h @ 21023:42ecde230f91

Documentation tweaks for the write_conv uiop and for prpl_info.offline_message.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 27 Oct 2007 13:27:31 +0000
parents ed40911613a0
children 5af17c5a4a12
comparison
equal deleted inserted replaced
21022:3f8b32a4786c 21023:42ecde230f91
352 352
353 /* file transfer callbacks */ 353 /* file transfer callbacks */
354 gboolean (*can_receive_file)(PurpleConnection *, const char *who); 354 gboolean (*can_receive_file)(PurpleConnection *, const char *who);
355 void (*send_file)(PurpleConnection *, const char *who, const char *filename); 355 void (*send_file)(PurpleConnection *, const char *who, const char *filename);
356 PurpleXfer *(*new_xfer)(PurpleConnection *, const char *who); 356 PurpleXfer *(*new_xfer)(PurpleConnection *, const char *who);
357
358 /** Checks whether offline messages to @a buddy are supported.
359 * @return @c TRUE if @a buddy can be sent messages while they are
360 * offline, or @c FALSE if not.
361 */
357 gboolean (*offline_message)(const PurpleBuddy *buddy); 362 gboolean (*offline_message)(const PurpleBuddy *buddy);
358 363
359 PurpleWhiteboardPrplOps *whiteboard_prpl_ops; 364 PurpleWhiteboardPrplOps *whiteboard_prpl_ops;
360 365
361 /** For use in plugins that may understand the underlying protocol */ 366 /** For use in plugins that may understand the underlying protocol */