bind lasy
[lttv.git] / ltt / branches / poly / lttv / traceset.c
index cfa51abd737a32ee7aad24b3a8e52f107fb95565..85e33225bb95e252b2b85e6cfc6cc4f499e87b5b 100644 (file)
@@ -14,7 +14,7 @@ struct _LttvTraceset {
 };
 
 
-LttvTraceset *lttv_trace_set_new() 
+LttvTraceset *lttv_traceset_new() 
 {
   LttvTraceset *s;
 
@@ -22,6 +22,7 @@ LttvTraceset *lttv_trace_set_new()
   s->traces = g_ptr_array_new();
   s->attributes = g_ptr_array_new();
   s->a = g_object_new(LTTV_ATTRIBUTE_TYPE, NULL);
+  return s;
 }
 
 
This page took 0.022282 seconds and 4 git commands to generate.