aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-14 14:06:11 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-14 14:06:11 +0100
commit4452e69ab1f01793a37205db8227a2de2f211d3e (patch)
tree56a9a4bf6b4c41531ddcd225f8415024638b38a3 /protocols/nogaim.h
parentd93c0eb9f3f5d2d2cd78f02422d0c0ed25743e3a (diff)
Allow changing the display_name, now permanently!
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index be67bb24..90254508 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -193,6 +193,8 @@ struct prpl {
/* Request profile info. Free-formatted stuff, the IM module gives back
this info via imcb_log(). Implementing these are optional. */
void (* get_info) (struct im_connection *, char *who);
+ /* set_my_name is *DEPRECATED*, not used by the UI anymore. Use the
+ display_name setting instead. */
void (* set_my_name) (struct im_connection *, char *name);
void (* set_name) (struct im_connection *, char *who, char *name);