comparison mcabber/src/compl.h @ 127:0f7ec11efd06

[/trunk] Changeset 140 by mikael * Add /group and /help in completion system (but matching functions are not implemented yet).
author mikael
date Thu, 28 Apr 2005 06:58:47 +0000
parents 93dcc4e15d4a
children 4ce9ff808baa
comparison
equal deleted inserted replaced
126:d3ee9abe9ca6 127:0f7ec11efd06
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 14
14 void compl_add_category_word(guint, const char *command); 15 void compl_add_category_word(guint, const char *command);
15 GSList *compl_get_category_list(guint cat_flags); 16 GSList *compl_get_category_list(guint cat_flags);
16 17
17 void new_completion(char *prefix, GSList *compl_cat); 18 void new_completion(char *prefix, GSList *compl_cat);