Create PurpleIdleManager for managing idle states

Review Request #2586 — Created Aug. 27, 2023 and updated

grim
pidgin/pidgin
default
PIDGIN-17818
pidgin
Create PurpleIdleManager for managing idle states

Ran the unit tests

Summary
Create PurpleIdleManager for managing idle states
Description From Last Updated

s/idle_size/idle time/ ?

QuLogicQuLogic

Wrong comment.

QuLogicQuLogic

Outdated comment.

QuLogicQuLogic
QuLogic
  1. I've found it a bit confusing to call it the "idle since" everywhere (and didn't comment in all places), since it seems like there should be some clause after "since". Maybe call it the "idle time" or "idle-since time" (note, I only mean for descriptions, not the name of the property)?

  2. libpurple/purpleidlemanager.h (Diff revision 1)
     
     

    s/idle_size/idle time/ ?

  3. libpurple/purpleidlemanagerprivate.h (Diff revision 1)
     
     

    Wrong comment.

  4. libpurple/tests/test_idle_manager.c (Diff revision 1)
     
     

    Outdated comment.

  5. 
      
grim
Review request changed

Change Summary:

Rebased, fixed issues, renamed idle-since to timestamp, and added a bunch more documentation.

Commits:

Summary
-
Create PurpleIdleManager for managing idle states
+
Create PurpleIdleManager for managing idle states

Diff:

Revision 2 (+1130 -4)

Show changes

Loading...