git-svn-id: http://ltt.polymtl.ca/svn@178 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / main.c
index 5fc5abb6cf4861642ba8af70bd5a9563022ddfe9..ad0c17f7ef9892dfdcf717fe1f3f459fc82e8ae7 100644 (file)
@@ -59,6 +59,9 @@ int main(int argc, char **argv) {
   g_mem_profile();
 #endif
 
+  //g_type_init();
+  g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS);
+
   attributes = LTTV_IATTRIBUTE(g_object_new(LTTV_ATTRIBUTE_TYPE, NULL));
 
   before_options = lttv_hooks_new();
This page took 0.023027 seconds and 4 git commands to generate.