![]() |
![]() |
![]() |
Eye of GNOME Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
enum EogDebug; #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 eog_debug_init (void
); void eog_debug (EogDebug section
,const gchar *file
,gint line
,const gchar *function
); void eog_debug_message (EogDebug section
,const gchar *file
,gint line
,const gchar *function
,const gchar *format
,...
);
typedef enum { EOG_DEBUG_NO_DEBUG = 0, EOG_DEBUG_WINDOW = 1 << 0, EOG_DEBUG_VIEW = 1 << 1, EOG_DEBUG_JOBS = 1 << 2, EOG_DEBUG_THUMBNAIL = 1 << 3, EOG_DEBUG_IMAGE_DATA = 1 << 4, EOG_DEBUG_IMAGE_LOAD = 1 << 5, EOG_DEBUG_IMAGE_SAVE = 1 << 6, EOG_DEBUG_LIST_STORE = 1 << 7, EOG_DEBUG_PREFERENCES = 1 << 8, EOG_DEBUG_PRINTING = 1 << 9, EOG_DEBUG_LCMS = 1 << 10, EOG_DEBUG_PLUGINS = 1 << 11 } EogDebug;
void eog_debug (EogDebug section
,const gchar *file
,gint line
,const gchar *function
);
void eog_debug_message (EogDebug section
,const gchar *file
,gint line
,const gchar *function
,const gchar *format
,...
);