Add Purple.ProtocolConversation.refresh

Review Request #3699 — Created Dec. 11, 2024 and updated

Information

pidgin/pidgin
default

Reviewers

This virtual function asks the protocol to update an existing conversation.
This could be to bring it back online, update the topic, whatever.

Ran the unit tests under valgrind and called in the turtles for good measure.

Summary ID
Add Purple.ProtocolConversation.refresh
This virtual function asks the protocol to update an existing conversation. This could be to bring it back online, update the topic, whatever.
85c53f71e710a1fbf3394ee854fdd481a5167415
Description From Last Updated

Not sure how literal we want to follow the gnome doc guidelines, but they suggest the wording true if...; false …

ivanhoeivanhoe
ivanhoe
  1. 
      
  2. libpurple/purpleprotocolconversation.h (Diff revision 1)
     
     
    Show all issues

    Not sure how literal we want to follow the gnome doc guidelines, but they suggest the wording true if...; false otherwise for boolean return values.

    I used this wording when I went through the ibis code but I'd be fine with either variant really.

  3. 
      
grim
Review request changed
Change Summary:

update doc comment

Commits:
Summary ID
Add Purple.ProtocolConversation.refresh
This virtual function asks the protocol to update an existing conversation. This could be to bring it back online, update the topic, whatever.
189d53b309f2e62f977e902317b085b2917792e5
Add Purple.ProtocolConversation.refresh
This virtual function asks the protocol to update an existing conversation. This could be to bring it back online, update the topic, whatever.
85c53f71e710a1fbf3394ee854fdd481a5167415
ivanhoe
  1. Ship It!
  2.