X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fattribute.h;h=e721b3bf3f315b37cd9a639d9a21dbba523044e7;hb=f95bc8309fe113855266f4445874248b6a285062;hp=dedae373e1a95829b7519a974ca7a61c5bd79263;hpb=ef35d837107818630444baf59ed7307c974e37c0;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/attribute.h b/ltt/branches/poly/include/lttv/attribute.h index dedae373..e721b3bf 100644 --- a/ltt/branches/poly/include/lttv/attribute.h +++ b/ltt/branches/poly/include/lttv/attribute.h @@ -21,6 +21,7 @@ #include #include +#include #define LTTV_ATTRIBUTE_TYPE (lttv_attribute_get_type ()) #define LTTV_ATTRIBUTE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), LTTV_ATTRIBUTE_TYPE, LttvAttribute)) @@ -112,4 +113,9 @@ void lttv_attribute_recursive_free(LttvAttribute *self); void lttv_attribute_recursive_add(LttvAttribute *dest, LttvAttribute *src); +void +lttv_attribute_write_xml(LttvAttribute *self, FILE *fp, int pos, int indent); + +void lttv_attribute_read_xml(LttvAttribute *self, FILE *fp); + #endif // ATTRIBUTE_H