set_display_name
Description:
Assigns a UTF-8 display name to this.
The display name is intended for use in a user interface and should generally be given a user-defined name.
Compare this with get_name, which returns a built-in description of the type of service (IMAP, SMTP, etc.).
Parameters:
this |
a Service |
display_name |
a valid UTF-8 string, or null |