update docs for dc_contact_get_name()

This commit is contained in:
B. Petersen
2021-02-09 16:35:11 +01:00
committed by bjoern
parent 3f9242a610
commit c41f1b42df
2 changed files with 6 additions and 4 deletions

View File

@@ -867,8 +867,8 @@ impl Contact {
&self.authname
}
/// Get the contact name. This is the name as defined by the contact himself or
/// modified by the user. May be an empty string.
/// Get the contact name. This is the name as modified by the local user.
/// May be an empty string.
///
/// This name is typically used in a form where the user can edit the name of a contact.
/// To get a fine name to display in lists etc., use `Contact::get_display_name` or `Contact::get_name_n_addr`.