summaryrefslogtreecommitdiff
path: root/libpurple/purpleattachment.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of documents that aren't read/displayed by gi-docgen.Gary Kramlich2022-09-121-15/+0
| | | | | | | Testing Done: Compiled. Reviewed at https://reviews.imfreedom.org/r/1753/
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-121-9/+6
| | | | | | | | | libpurple/purple[a-n]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1181/
* A bunch of random libpurple documentation fixesGary Kramlich2021-08-041-1/+8
| | | | | | | Testing Done: Build the docs and verified the fixes in `build/doc/reference/libpurple/libpurple-undocumented.txt` Reviewed at https://reviews.imfreedom.org/r/872/
* Fix the prototypes for purple_attachment_[gs]et_size to match the actual ↵Gary Kramlich2020-09-271-2/+2
| | | | | | | | | | | implementation Make prototypes for purple_attachment_[gs]et_size match the implementation. Testing Done: Compiled locally that wasn't showing the warning/error. I actually found it while figuring out why the macos build was failing. Reviewed at https://reviews.imfreedom.org/r/138/
* Use an https link to gnu.org in the license file headersGary Kramlich2020-09-211-1/+1
| | | | | | | | | Use an https link in all of the file license headers Testing Done: Compiled only Reviewed at https://reviews.imfreedom.org/r/125/
* Add support for message attachmentsGary Kramlich2020-09-031-0/+209
Add a PurpleAttachment for storing message attachments A start to implementing the attachment api in PidginMessage Add PidginAttachment that wraps PurpleAttachment. Finish implementing the attachment management api in PidginMessage Add PidginAttachment to the docs Testing Done: Compiled and ran. Messaged with bonjour. Reviewed at https://reviews.imfreedom.org/r/76/