Port network settings to GSettings

Review Request #3573 — Created Oct. 15, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

Port network settings to GSettings

Changed all network settings in Preferences, and confirmed they all showed up in pidgin3.ini.

Summary ID
Port network settings to GSettings
e78c08f95ba4850f068c4d767c90d0b21fc20a32
Description From Last Updated

Should this be (transfer full) now?

grimgrim
grim
  1. 
      
  2. libpurple/network.h (Diff revision 1)
     
     
    Show all issues

    Should this be (transfer full) now?

    1. Yes, g_settings_get_string returns a new string now, so this needs to too.

      If you mean a docs annotation, that's the default for char* (vs. transfer none for const char*), so I don't usually add those.

    2. Oh cool, I didn't realize that was the default.

  3. 
      
grim
  1. Great work, thanks!

  2. 
      
grim
Review request changed
Status:
Completed