mcabber/src/compl.h
changeset 98 f20831f7d349
parent 95 9e6b7897ec37
child 103 93dcc4e15d4a
equal deleted inserted replaced
97:191f4d00d19b 98:f20831f7d349
     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      // Not implemented yet
    10 #define COMPL_STATUS    16      // Not implemented yet
    11 #define COMPL_FILENAME  32      // Not implemented yet
    11 #define COMPL_FILENAME  32      // Not implemented yet
    12 
    12 
    13 void compl_add_category_word(guint, const char *command);
    13 void    compl_add_category_word(guint, const char *command);
       
    14 GSList *compl_get_category_list(guint cat_flags);
    14 
    15 
    15 void new_completion(char *prefix, GSList *compl_cat);
    16 void    new_completion(char *prefix, GSList *compl_cat);
    16 void done_completion(void);
    17 void    done_completion(void);
    17 guint cancel_completion(void);
    18 guint   cancel_completion(void);
    18 const char *complete(void);
    19 const char *complete(void);
    19 
    20 
    20 #endif /* __COMPL_H__ */
    21 #endif /* __COMPL_H__ */