]> sjero.net Git - linphone/blobdiff - coreapi/linphonefriend.h
menu in call log view with call, chat and add contact
[linphone] / coreapi / linphonefriend.h
index ab75b7bf7a00352470cdc1ee90f12a83776f2936..6eb2ab2a2d44251d56d898c61a6dad799b4be7c7 100644 (file)
@@ -132,6 +132,13 @@ void linphone_friend_destroy(LinphoneFriend *lf);
  */
 int linphone_friend_set_addr(LinphoneFriend *fr, const LinphoneAddress* address);
 
+/**
+ * set the display name for this friend
+ * @param lf #LinphoneFriend object
+ * @param name 
+ */
+int linphone_friend_set_name(LinphoneFriend *lf, const char *name);
+
 /**
  * get address of this friend
  * @param lf #LinphoneFriend object