X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fiattribute.h;h=1613a4516aa617083c7b605aff7e623fa2016864;hb=b445142a71748192520cfd645b4963e23070a486;hp=944092a2b62e1a85780633983f8a530dc624d3ff;hpb=b9f095dbe5986f50ca4665d976735bbb8c639c12;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/iattribute.h b/ltt/branches/poly/include/lttv/iattribute.h index 944092a2..1613a451 100644 --- a/ltt/branches/poly/include/lttv/iattribute.h +++ b/ltt/branches/poly/include/lttv/iattribute.h @@ -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);