Changeset 3d45471 for protocols/nogaim.h


Ignore:
Timestamp:
2015-02-22T14:49:58Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
90adf84
Parents:
5ebff60
Message:

Remove a few stale functions from struct prpl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r5ebff60 r3d45471  
    180180        void (* set_away)       (struct im_connection *, char *state, char *message);
    181181        /* Implementing this function is optional. */
    182         void (* get_away)       (struct im_connection *, char *who);
    183         /* Implementing this function is optional. */
    184182        int (* send_typing)    (struct im_connection *, char *who, int flags);
    185183
     
    195193        void (* rem_permit)     (struct im_connection *, char *who);
    196194        void (* rem_deny)       (struct im_connection *, char *who);
    197         /* Doesn't actually have UI hooks. Not used at all, can be removed. */
    198         void (* set_permit_deny)(struct im_connection *);
    199195
    200196        /* Request profile info. Free-formatted stuff, the IM module gives back
    201197           this info via imcb_log(). Implementing these are optional. */
    202198        void (* get_info)       (struct im_connection *, char *who);
    203         /* set_my_name is *DEPRECATED*, not used by the UI anymore. Use the
    204            display_name setting instead. */
    205         void (* set_my_name)    (struct im_connection *, char *name);
    206         void (* set_name)       (struct im_connection *, char *who, char *name);
    207199
    208200        /* Group chat stuff. */
Note: See TracChangeset for help on using the changeset viewer.