summaryrefslogtreecommitdiff
path: root/libpurple/purpleaccountoption.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix various small documentation errorsElliott Sales de Andrade2022-09-281-6/+6
| | | | | | | | | Fix missing transfer annotations, remove old syntax from gtk-doc, correct an `element-type` annotation, and fix a typo. Testing Done: Compiled with docs on, and got fewer warnings. Also functions with added transfer annotations are no longer unavailable to bindings. Reviewed at https://reviews.imfreedom.org/r/1855/
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-121-7/+0
| | | | | | | | | libpurple/purple[a-n]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1181/
* Remove includes from protocol.h that weren't used there and deal with the ↵Gary Kramlich2021-04-301-0/+2
| | | | | | | | | fallout Testing Done: Compiled and ran locally. Connected with bonjour, xmpp, and irc. Reviewed at https://reviews.imfreedom.org/r/635/
* 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 missing doc sections.Elliott Sales de Andrade2019-12-191-3/+3
|
* Fix some g-ir-scanner warningsqarkai2019-10-261-1/+1
|
* register PurpleAccountOption as a boxed typeGary Kramlich2019-09-271-43/+39
|
* rename accountopt.[ch] to purpleaccountoption.[ch]Gary Kramlich2019-09-271-0/+331