X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fiattribute.h;h=95d1fcf1e386c6f03ad309613f5873f62587ba1a;hb=3e67c985ec32ef250e8b11dd29c13aad68fb4902;hp=11dccd10ad178af57a5228c63071b7c3478347ce;hpb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/iattribute.h b/ltt/branches/poly/lttv/lttv/iattribute.h index 11dccd10..95d1fcf1 100644 --- a/ltt/branches/poly/lttv/lttv/iattribute.h +++ b/ltt/branches/poly/lttv/lttv/iattribute.h @@ -66,6 +66,8 @@ typedef struct _LttvIAttributeClass LttvIAttributeClass; struct _LttvIAttributeClass { GTypeInterface parent; + LttvIAttribute* (*new_attribute) (LttvIAttribute *self); + unsigned int (*get_number) (LttvIAttribute *self); gboolean (*named) (LttvIAttribute *self, gboolean *homogeneous);