Change Summary:
rebased
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+756 -2) |
Review Request #2055 — Created Nov. 10, 2022 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
The manager keeps track of all of this internally but exposes the collection of people via the GListModel interface and exposes add_person and remove_person as well.
Ran the unit tests.
rebased
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+756 -2) |
libpurple/purplecontactmanager.c (Diff revision 2) |
---|
Are these signals not kind of redundant with the
GListModel::items-changed
one?
rebase and add G_GNUC_UNUSED a few times
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+756 -2) |
rebased and update for PurpleContactInfo
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 4 (+758 -2) |