dee

Code review comment for lp:~mhr3/dee/vala-tags

Revision history for this message
Michal Hruby (mhr3) wrote :

The new way to use ModelTag is now:

var tag = new Dee.ModelTag<string> (model);
tag[model, iter] = "weeeee";
debug ("%s", tag[model, iter]);
tag.clear (model, iter);

Note that this will now properly duplicate the string.

« Back to merge proposal