Add reference counts to state and stats saved attributes. This way, the
[lttv.git] / ltt / branches / poly / include / lttv / attribute.h
index dedae373e1a95829b7519a974ca7a61c5bd79263..e721b3bf3f315b37cd9a639d9a21dbba523044e7 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <glib-object.h>
 #include <lttv/iattribute.h>
+#include <stdio.h>
 
 #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
This page took 0.025726 seconds and 4 git commands to generate.