Mercurial > pidgin
diff src/prpl.h @ 8950:80b4c956d7ae
[gaim-migrate @ 9722]
Remove the prpl callbacks set_dir, get_dir and dir_search.
These
1) Were not called by anything
2) Are AIM-centric
3) Should be Account Actions, if implemented
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 16 May 2004 07:19:56 +0000 |
| parents | d7b8eb1f0a18 |
| children | 3e69753b555b |
line wrap: on
line diff
--- a/src/prpl.h Sun May 16 06:50:45 2004 +0000 +++ b/src/prpl.h Sun May 16 07:19:56 2004 +0000 @@ -244,14 +244,6 @@ GList *(*chat_info)(GaimConnection *); /* All the server-related functions */ - - /* - * A lot of these (like get_dir) are protocol-dependent and should - * be removed. ones like set_dir (which is also protocol-dependent) - * can stay though because there's a dialog (i.e. the prpl says you - * can set your dir info, the ui shows a dialog and needs to call - * set_dir in order to set it) - */ void (*login)(GaimAccount *); void (*close)(GaimConnection *); int (*send_im)(GaimConnection *, const char *who, @@ -261,16 +253,6 @@ int (*send_typing)(GaimConnection *, const char *name, int typing); void (*get_info)(GaimConnection *, const char *who); void (*set_away)(GaimConnection *, const char *state, const char *message); - void (*set_dir)(GaimConnection *, const char *first, - const char *middle, const char *last, - const char *maiden, const char *city, - const char *state, const char *country, int web); - void (*get_dir)(GaimConnection *, const char *who); - void (*dir_search)(GaimConnection *, const char *first, - const char *middle, const char *last, - const char *maiden, const char *city, - const char *state, const char *country, - const char *email); void (*set_idle)(GaimConnection *, int idletime); void (*change_passwd)(GaimConnection *, const char *old_pass, const char *new_pass);
