![]() |
![]() |
![]() |
gedit Reference Manual | ![]() |
---|---|---|---|---|
enum GeditDebugSection; #define DEBUG_VIEW #define DEBUG_SEARCH #define DEBUG_PRINT #define DEBUG_PREFS #define DEBUG_PLUGINS #define DEBUG_TAB #define DEBUG_DOCUMENT #define DEBUG_COMMANDS #define DEBUG_APP #define DEBUG_SESSION #define DEBUG_UTILS #define DEBUG_METADATA #define DEBUG_WINDOW #define DEBUG_LOADER #define DEBUG_SAVER void gedit_debug_init (void); void gedit_debug (GeditDebugSection section, const gchar *file, gint line, const gchar *function); void gedit_debug_message (GeditDebugSection section, const gchar *file, gint line, const gchar *function, const gchar *format, ...);
typedef enum { GEDIT_NO_DEBUG = 0, GEDIT_DEBUG_VIEW = 1 << 0, GEDIT_DEBUG_SEARCH = 1 << 1, GEDIT_DEBUG_PRINT = 1 << 2, GEDIT_DEBUG_PREFS = 1 << 3, GEDIT_DEBUG_PLUGINS = 1 << 4, GEDIT_DEBUG_TAB = 1 << 5, GEDIT_DEBUG_DOCUMENT = 1 << 6, GEDIT_DEBUG_COMMANDS = 1 << 7, GEDIT_DEBUG_APP = 1 << 8, GEDIT_DEBUG_SESSION = 1 << 9, GEDIT_DEBUG_UTILS = 1 << 10, GEDIT_DEBUG_METADATA = 1 << 11, GEDIT_DEBUG_WINDOW = 1 << 12, GEDIT_DEBUG_LOADER = 1 << 13, GEDIT_DEBUG_SAVER = 1 << 14 } GeditDebugSection;
void gedit_debug (GeditDebugSection section, const gchar *file, gint line, const gchar *function);
|
|
|
|
|
|
|
void gedit_debug_message (GeditDebugSection section, const gchar *file, gint line, const gchar *function, const gchar *format, ...);
|
|
|
|
|
|
|
|
|
|
|