![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define pk_debug (...) #define pk_warning (...) #define pk_error (...) #define pk_assert_run_once (x) void pk_debug_init (gboolean debug); gboolean pk_debug_enabled (void); void pk_debug_real (const gchar *func, const gchar *file, int line, const gchar *format, ...); void pk_warning_real (const gchar *func, const gchar *file, int line, const gchar *format, ...); void pk_error_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
void pk_debug_init (gboolean debug);
|
If we should print out verbose logging |
void pk_debug_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|
void pk_warning_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|