comparison mcabber/src/compl.h @ 187:4ce9ff808baa

[/trunk] Changeset 199 by mikael * Add the "/buffer" command (/buffer clear, /buffer top, /buffer bottom)
author mikael
date Fri, 06 May 2005 09:35:40 +0000
parents 0f7ec11efd06
children d5ae42cbe1fa
comparison
equal deleted inserted replaced
186:888ad9f15346 187:4ce9ff808baa
8 #define COMPL_URLJID 4 // Not implemented yet 8 #define COMPL_URLJID 4 // Not implemented yet
9 #define COMPL_NAME 8 // Not implemented yet 9 #define COMPL_NAME 8 // Not implemented yet
10 #define COMPL_STATUS 16 10 #define COMPL_STATUS 16
11 #define COMPL_FILENAME 32 // Not implemented yet 11 #define COMPL_FILENAME 32 // Not implemented yet
12 #define COMPL_ROSTER 64 12 #define COMPL_ROSTER 64
13 #define COMPL_GROUP 128 13 #define COMPL_BUFFER 128
14 #define COMPL_GROUP 256
14 15
15 void compl_add_category_word(guint, const char *command); 16 void compl_add_category_word(guint, const char *command);
16 GSList *compl_get_category_list(guint cat_flags); 17 GSList *compl_get_category_list(guint cat_flags);
17 18
18 void new_completion(char *prefix, GSList *compl_cat); 19 void new_completion(char *prefix, GSList *compl_cat);