Replace the account-actions-changed signal with an actions-changed signal on PurpleProtocolActions

Review Request #2168 — Created Jan. 3, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

We also propagate the PurpleProtocolActions::actions-changed signal from the
PurpleProtocolManager::account-actions-changed signal if the protocol implements
the PurpleProtocolActions interface.

Build the docs and ran the unit tests.

I also put a temporary action in the demo protocol plugin and called purple_protocol_actions_changed after the demo protocol connected. I will have another pull request that makes this a permenent action, but I want to convert the demo protocol plugin to subclass PurpleConnection before doing so as that will be accounting of everything much easier.

Changes between revision 2 and 3

orig
1
2
3

Commits

Summary ID Author
Replace the account-actions-changed signal with an actions-changed signal on ...
We also propagate the PurpleProtocolActions::actions-changed signal from the PurpleProtocolManager::account-actions-changed signal if the protocol implements the PurpleProtocolActions interface.
3e071cfa488fc58624512c75f5169b81c27316d0 Gary Kramlich
Replace the account-actions-changed signal with an actions-changed signal on ...
We also propagate the PurpleProtocolActions::actions-changed signal from the PurpleProtocolManager::account-actions-changed signal if the protocol implements the PurpleProtocolActions interface.
1a9e0c0d9b5c5a44fe371daaa296d68cb317b697 Gary Kramlich
ChangeLog.API
Loading...