comparison mcabber/src/compl.h @ 757:ae23c8826efb

Improve completion for the "/event" command
author Mikael Berthe <mikael@lilotux.net>
date Tue, 14 Mar 2006 12:43:23 +0100
parents 938a8791658c
children 1bdf0f1b16c0
comparison
equal deleted inserted replaced
756:12dc6bdff8c1 757:ae23c8826efb
17 #define COMPL_ROOM (1<<12) 17 #define COMPL_ROOM (1<<12)
18 #define COMPL_RESOURCE (1<<13) 18 #define COMPL_RESOURCE (1<<13)
19 #define COMPL_AUTH (1<<14) 19 #define COMPL_AUTH (1<<14)
20 #define COMPL_REQUEST (1<<15) 20 #define COMPL_REQUEST (1<<15)
21 #define COMPL_EVENTS (1<<16) 21 #define COMPL_EVENTS (1<<16)
22 #define COMPL_EVENTSID (1<<17)
22 23
23 void compl_add_category_word(guint, const char *command); 24 void compl_add_category_word(guint, const char *command);
24 void compl_del_category_word(guint categ, const char *word); 25 void compl_del_category_word(guint categ, const char *word);
25 GSList *compl_get_category_list(guint cat_flags); 26 GSList *compl_get_category_list(guint cat_flags);
26 27