Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/prpl.h Fri Oct 26 13:22:49 2007 +0000 +++ b/libpurple/prpl.h Sat Oct 27 13:27:31 2007 +0000 @@ -354,6 +354,11 @@ gboolean (*can_receive_file)(PurpleConnection *, const char *who); void (*send_file)(PurpleConnection *, const char *who, const char *filename); PurpleXfer *(*new_xfer)(PurpleConnection *, const char *who); + + /** Checks whether offline messages to @a buddy are supported. + * @return @c TRUE if @a buddy can be sent messages while they are + * offline, or @c FALSE if not. + */ gboolean (*offline_message)(const PurpleBuddy *buddy); PurpleWhiteboardPrplOps *whiteboard_prpl_ops;
