plover-gtk/error.h
author J. Ali Harlow <ali@juiblex.co.uk>
Sat Feb 20 12:11:02 2010 +0000 (2010-02-20)
changeset 9 8d3b1ddf789c
child 13 b0a35bae4961
permissions -rw-r--r--
First cut at an applications manager
     1 #ifndef __PLOVER_ERROR_H__
     2 #define __PLOVER_ERROR_H__
     3 
     4 #define PLOVER_RAZOR_ERROR	plover_razor_error_quark()
     5 
     6 typedef enum {
     7     PLOVER_RAZOR_ERROR_FAILED
     8 } PloverRazorError;
     9 
    10 #endif /* __PLOVER_ERROR_H__ */
    11