GsDebug * gs_debug_new (gchar **domains,gboolean verbose,gboolean use_time);
Create a new GsDebug with the given configuration.
Ownership of domains
is transferred to this function. It will be freed with
g_strfreev() when the GsDebug is destroyed.
Since: 40