Add Purple.CreateConversationDetails.is_valid

Review Request #3791 — Created Jan. 29, 2025 and submitted

Information

pidgin/pidgin
default

Reviewers

This does some basic checking and creates standard errors for invalid settings
on Purple.CreateConversationDetails.

Ran the unit tests under valgrind and called in the turtles as well.

Summary ID
Add Purple.CreateConversationDetails.is_valid
This does some basic checking and creates standard errors for invalid settings on Purple.CreateConversationDetails.
b42a3c2e55924639e0749003adc7bde90e2b09f0
Description From Last Updated

This should use ngettext, though I don't know how best to use it when there are two numbers to pluralize.

QuLogicQuLogic

The comment belongs above the to-be-translated string, I think.

QuLogicQuLogic
QuLogic
  1. 
      
  2. Show all issues

    This should use ngettext, though I don't know how best to use it when there are two numbers to pluralize.

    1. This sounds correct I think.. https://stackoverflow.com/a/27964931

      So maybe something like too many participants: %u or something?

  3. 
      
grim
QuLogic
  1. 
      
  2. libpurple/purplecreateconversationdetails.c (Diff revision 2)
     
     
     
     
     
    Show all issues

    The comment belongs above the to-be-translated string, I think.

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed