Packages
taglib_c
TagLib
Tag
album
artist
comment
genre
title
track
year
free_strings
Tag
Object Hierarchy:
TagLib.Tag
TagLib.Tag
TagLib.Tag
Description:
[
CCode
( free_function =
""
) ]
[
Compact
]
public
class
Tag
Namespace:
TagLib
Package:
taglib_c
Content:
Properties:
public
unowned
string
album
{
get
;
set
; }
public
unowned
string
artist
{
get
;
set
; }
public
unowned
string
comment
{
get
;
set
; }
public
unowned
string
genre
{
get
;
set
; }
public
unowned
string
title
{
get
;
set
; }
public
uint
track
{
get
;
set
; }
public
uint
year
{
get
;
set
; }
Static methods:
public
static
void
free_strings
()