Skip to content
  • Philip Withnall's avatar
    Remove the exception from Tpf.Persona's constructor · 9a47fc58
    Philip Withnall authored and Philip Withnall's avatar Philip Withnall committed
    It was not possible for it to ever be thrown (since TpContact.get_identifier()
    is guaranteed to always return a valid ID, and having *_new() methods throw
    exceptions is never a good idea. (GInitable should be used instead.)
    
    This breaks both the Vala and C APIs.
    
    Helps: bgo#629078
    9a47fc58