summaryrefslogtreecommitdiff
path: root/libpurple/purpleaddcontactrequest.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve request documentationElliott Sales de Andrade2022-09-051-2/+2
| | | | | | | | | | | | | 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/+149
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/