Changes in lib/events.h [0aaca60:9ff5737]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/events.h
r0aaca60 r9ff5737 45 45 #include <gmodule.h> 46 46 47 /* The conditions you can pass to gaim_input_add()/that will be passed to47 /* The conditions you can pass to b_input_add()/that will be passed to 48 48 the given callback function. */ 49 49 typedef enum { … … 58 58 #define GAIM_ERR_COND (G_IO_HUP | G_IO_ERR | G_IO_NVAL) 59 59 60 / / #define event_debug( x... ) printf( x )60 /* #define event_debug( x... ) printf( x ) */ 61 61 #define event_debug( x... ) 62 62
Note: See TracChangeset
for help on using the changeset viewer.