summaryrefslogtreecommitdiff
path: root/libpurple/purpleaddcontactrequest.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+2
| | | | | | | Testing Done: Touched all source files and compiled; saw no new warnings. Reviewed at https://reviews.imfreedom.org/r/2122/
* Improve request documentationElliott Sales de Andrade2022-09-051-9/+9
| | | | | | | | | | | | | GObject Introspection and/or gi-docgen automatically add getter/setter-to-property cross references, so there's no need to annotate them manually any more. The `PurpleAddContactRequest` docs seems a bit copy/paste from `PurpleAuthorizationRequest`, so I tweaked them a bit and it's hopefully a bit clearer. Also, fix a couple typos in function names. Testing Done: Built docs and checked properties still had some reference to the getter/setter, and vice versa. Reviewed at https://reviews.imfreedom.org/r/1721/
* Replace the request_add Account UiOp with a new AddContact notificationGary Kramlich2022-08-231-0/+329
Add a demo protocol plugin account action to test the new notification Testing Done: Ran the action from the demo protocol plugin and verified it acted appropriately. However, nothing actually adds the buddy to your list right now. Was unable to test finch as it's crashing at startup for unrelated issues. Reviewed at https://reviews.imfreedom.org/r/1624/