| PackageKit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define egg_debug (...) #define egg_warning (...) #define egg_error (...) gboolean egg_debug_init (gint *argc, gchar ***argv); void egg_debug_backtrace (void); void egg_debug_real (const gchar *func, const gchar *file, gint line, const gchar *format, ...); void egg_warning_real (const gchar *func, const gchar *file, gint line, const gchar *format, ...); void egg_error_real (const gchar *func, const gchar *file, gint line, const gchar *format, ...);
gboolean egg_debug_init (gint *argc, gchar ***argv);
Parses command line arguments.
|
a pointer to the number of command line arguments. |
|
a pointer to the array of command line arguments. |
Returns : |
TRUE if initialization succeeded, otherwise FALSE.
|
void egg_debug_real (const gchar *func, const gchar *file, gint line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|
void egg_warning_real (const gchar *func, const gchar *file, gint line, const gchar *format, ...);
|
|
|
|
|
|
|
|
|