summaryrefslogtreecommitdiff
path: root/libpurple/purplekeyvaluepair.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-121-9/+0
| | | | | | | | | libpurple/purple[a-n]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1181/
* A bunch of documentation cleanupsGary Kramlich2020-11-051-2/+5
| | | | | | | Testing Done: Build the docs, verified via libpurple-undocumented.txt Reviewed at https://reviews.imfreedom.org/r/195/
* Some random documentation fixesGary Kramlich2020-10-301-1/+1
| | | | | | | Testing Done: Built the docs Reviewed at https://reviews.imfreedom.org/r/186/
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-0/+4
| | | | | | | | | | | This is part of our on going effort to make it easier to develop against libpurple as well as making our filenames not part of our api. Make it so only libpurple can directly include libpurple header files. Testing Done: Just a normal compile to make sure everything builds again. Reviewed at https://reviews.imfreedom.org/r/8/
* fix a few things found in review.Gary Kramlich2020-05-011-5/+5
|
* Add some unit tests for key value pairsGary Kramlich2020-05-011-0/+3
|
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in ↵Gary Kramlich2020-04-301-0/+120
the files that need to include it.