X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fattribute.h;h=517b4787a9d00eda435f514449fd8f1602149950;hb=21ff84a0d872ff069d4ec62d0a5bed21bcfeeac5;hp=e721b3bf3f315b37cd9a639d9a21dbba523044e7;hpb=d8f124de0295aea546b6debf5945bfeea2bbeb2a;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/attribute.h b/ltt/branches/poly/lttv/lttv/attribute.h index e721b3bf..517b4787 100644 --- a/ltt/branches/poly/lttv/lttv/attribute.h +++ b/ltt/branches/poly/lttv/lttv/attribute.h @@ -19,6 +19,8 @@ #ifndef ATTRIBUTE_H #define ATTRIBUTE_H +/* FIXME : unnamed attributes not implemented */ + #include #include #include @@ -44,6 +46,7 @@ struct _LttvAttribute { struct _LttvAttributeClass { GObjectClass parent; + }; GType lttv_attribute_get_type (void); @@ -107,7 +110,8 @@ gboolean lttv_attribute_find(LttvAttribute *self, LttvAttributeName name, /* Free recursively a tree of attributes. All contained gobject of type LttvAttribute are freed (unreferenced) recursively. */ -void lttv_attribute_recursive_free(LttvAttribute *self); +// Now done by default. +// void lttv_attribute_recursive_free(LttvAttribute *self); /* Add items from a tree of attributes to another tree. */