![]() |
![]() |
![]() |
PackageKit Reference Manual | ![]() |
---|---|---|---|---|
#define pk_debug (...) #define pk_warning (...) #define pk_error (...) void pk_debug_init (gboolean debug); void pk_debug_set_logging (gboolean enabled); 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, ...);
|
|
|
|
|
|
|
|
|