Changeset d88c92a for protocols/bee.h


Ignore:
Timestamp:
2010-12-06T00:03:49Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d76e12f
Parents:
a429907
Message:

First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber
contact.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    ra429907 rd88c92a  
    111111        /* Flags currently defined (OPT_TYPING/THINKING) in nogaim.h. */
    112112        gboolean (*user_typing)( bee_t *bee, bee_user_t *bu, guint32 flags );
     113        /* CTCP-like stuff (buddy action) response */
     114        gboolean (*user_action_response)( bee_t *bee, bee_user_t *bu, const char *action, char * const args[], void *data );
    113115       
    114116        /* Called at creation time. Don't show to the user until s/he is
Note: See TracChangeset for help on using the changeset viewer.