Add a module to compute various statistics
[lttv.git] / ltt / branches / poly / include / lttv / iattribute.h
index 944092a2b62e1a85780633983f8a530dc624d3ff..1613a4516aa617083c7b605aff7e623fa2016864 100644 (file)
@@ -68,7 +68,7 @@ struct _LttvIAttributeClass {
   void (*remove_by_name) (LttvIAttribute *self,
       LttvAttributeName name);
 
-  LttvIAttribute* (*create_subdir) (LttvIAttribute *self, 
+  LttvIAttribute* (*find_subdir) (LttvIAttribute *self, 
       LttvAttributeName name);
 };
 
@@ -121,7 +121,7 @@ void lttv_iattribute_remove_by_name(LttvIAttribute *self,
    attribute of that name already exists but is not a GObject supporting the
    iattribute interface, return NULL. */
 
-LttvIAttribute* lttv_iattribute_create_subdir(LttvIAttribute *self, 
+LttvIAttribute* lttv_iattribute_find_subdir(LttvIAttribute *self, 
       LttvAttributeName name);
 
 
This page took 0.022802 seconds and 4 git commands to generate.