~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/hb-tag.h

  • Committer: Maxime Doyen
  • Date: 2019-07-29 20:34:22 UTC
  • Revision ID: homebank@free.fr-20190729203422-hy3g4szjv3dbzmxu
5.2.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
Tag             *da_tag_get_by_name(gchar *name);
50
50
Tag             *da_tag_get(guint32 key);
51
51
 
52
 
 
53
52
guint tags_count(guint32 *tags);
54
53
guint32 *tags_clone(guint32 *tags);
55
54
guint32 *tags_parse(const gchar *tagstring);