api: export tm_tag_get_type()
commit169feae90e72d54049c7765c6975fa9a009268aa
authorThomas Martitz <kugel@rockbox.org>
Mon, 10 Apr 2017 06:18:08 +0000 (10 08:18 +0200)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 07:17:11 +0000 (4 00:17 -0700)
tree8a7d3530888d5c9b7ed32b0da19c0f21f083eb21
parentbc7e64f78f33ef867c9c1dfc2dc3ab76fd962ed1
api: export tm_tag_get_type()

This indicates that TMTag is GBoxed-derived, and can be copied/ref'd.

This helps plugins that must store a tag pointer for later usage while the
tagmanager might let it go in the meantime (can happen quickly if the user
comments a function out when starting a doxygen-comment).

Closes #1465
doc/Doxyfile.in
src/tagmanager/tm_tag.c
src/tagmanager/tm_tag.h