Pass the PurpleProtocol objects to all methods of the class

Review Request #1883 — Created Oct. 4, 2022 and submitted

Information

pidgin/pidgin
default

Reviewers

Previously login, close, and status_types weren't passed the PurpleProtocol
object, this fixes that so that these methods fit the normal pattern for
GObjects and it might handy in the future for other protocols.

Compiled

Summary ID
Pass the PurpleProtocol objects to all methods of the class
Previously login, close, and status_types weren't passed the PurpleProtocol object, this fixes that so that these methods fit the normal pattern for GObjects and it might handy in the future for other protocols.
004b32f92351c1a8e946c64de71857c4df5c083a
Description From Last Updated

Can you leave the G_GNUC_UNUSED out of the prototypes? Just for one less place to update later if it becomes …

QuLogicQuLogic

Same question.

QuLogicQuLogic
QuLogic
  1. Ship It!
  2. libpurple/protocols/irc/irc.c (Diff revision 1)
     
     
     
     
     
     

    Can you leave the G_GNUC_UNUSED out of the prototypes? Just for one less place to update later if it becomes used.

    1. That appears to be fine.

  3. libpurple/protocols/jabber/jabber.h (Diff revision 1)
     
     
     
     

    Same question.

  4. 
      
grim
grim
Review request changed

Status: Closed (submitted)

Loading...