summaryrefslogtreecommitdiff
path: root/libpurple/purplewhiteboardmanager.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up PurpleWhiteboardManagerGary Kramlich2022-11-231-56/+78
| | | | | | | | | | Implement the GListModel interface backed by a GPtrArray. Remove the for_each method as it's not used or necessary with a model. Testing Done: Ran the unit tests and built the docs. Reviewed at https://reviews.imfreedom.org/r/2082/
* Make PurpleWhiteboardManager a final typeGary Kramlich2021-10-201-41/+21
| | | | | | | Testing Done: ran the unit tests. Reviewed at https://reviews.imfreedom.org/r/1085/
* Create PurpleWhiteboardManager for managing whiteboardsGary Kramlich2021-09-021-0/+269
Testing Done: Compiled only. Tried to create a silc account, but it dies deep in libsilc. Reviewed at https://reviews.imfreedom.org/r/886/