![]() |
![]() |
![]() |
PackageKit Reference Manual | ![]() |
---|---|---|---|---|
#define egg_debug (...) #define egg_warning (...) #define egg_error (...) void egg_debug_init (gboolean debug); void egg_debug_set_logging (gboolean enabled); gboolean egg_debug_enabled (void); gboolean egg_debug_is_logging (void); gboolean egg_debug_is_console (void); void egg_debug_backtrace (void); void egg_debug_real (const gchar *func, const gchar *file, int line, const gchar *format, ...); void egg_warning_real (const gchar *func, const gchar *file, int line, const gchar *format, ...); void egg_error_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
void egg_debug_init (gboolean debug);
|
If we should print out verbose logging |
gboolean egg_debug_is_logging (void);
Returns : |
TRUE if we have logging enabled |
gboolean egg_debug_is_console (void);
Returns : |
TRUE if we have debugging enabled |
void egg_debug_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|
void egg_warning_real (const gchar *func, const gchar *file, int line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|