|  |  |  | libmemphis Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
void memphis_debug (const gchar *format,...); void memphis_info (const gchar *format,...); void memphis_debug_set_print_progress (gboolean show_progress); gboolean memphis_debug_get_print_progress ();
void memphis_debug (const gchar *format,...);
Prints a debug message.
| 
 | a printf format string | 
| 
 | optional arguments | 
Since 0.1
void memphis_info (const gchar *format,...);
Prints stuff.
| 
 | a printf format string | 
| 
 | optional arguments | 
Since 0.1
void                memphis_debug_set_print_progress    (gboolean show_progress);
Define if progress messages should be printed.
| 
 | progress | 
Since 0.1
gboolean memphis_debug_get_print_progress ();
| Returns : | if progress messages should be shown. | 
Since 0.1