![]() |
![]() |
![]() |
Eye of MATE Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
enum EomDebugSection; #define DEBUG_WINDOW #define DEBUG_VIEW #define DEBUG_JOBS #define DEBUG_THUMBNAIL #define DEBUG_IMAGE_DATA #define DEBUG_IMAGE_LOAD #define DEBUG_IMAGE_SAVE #define DEBUG_LIST_STORE #define DEBUG_PREFERENCES #define DEBUG_PRINTING #define DEBUG_LCMS #define DEBUG_PLUGINS void eom_debug_init (void
); void eom_debug (EomDebugSection section
,const gchar *file
,gint line
,const gchar *function
); void eom_debug_message (EomDebugSection section
,const gchar *file
,gint line
,const gchar *function
,const gchar *format
,...
);
typedef enum { EOM_NO_DEBUG = 0, EOM_DEBUG_WINDOW = 1 << 0, EOM_DEBUG_VIEW = 1 << 1, EOM_DEBUG_JOBS = 1 << 2, EOM_DEBUG_THUMBNAIL = 1 << 3, EOM_DEBUG_IMAGE_DATA = 1 << 4, EOM_DEBUG_IMAGE_LOAD = 1 << 5, EOM_DEBUG_IMAGE_SAVE = 1 << 6, EOM_DEBUG_LIST_STORE = 1 << 7, EOM_DEBUG_PREFERENCES = 1 << 8, EOM_DEBUG_PRINTING = 1 << 9, EOM_DEBUG_LCMS = 1 << 10, EOM_DEBUG_PLUGINS = 1 << 11 } EomDebugSection;
void eom_debug (EomDebugSection section
,const gchar *file
,gint line
,const gchar *function
);
void eom_debug_message (EomDebugSection section
,const gchar *file
,gint line
,const gchar *function
,const gchar *format
,...
);