BtSongIONativeXML

BtSongIONativeXML — class for song input and output in builtin native format

Synopsis

#include <libbtcore/core.h>

struct              BtSongIONativeXML;
struct              BtSongIONativeXMLClass;

Object Hierarchy

  GObject
   +----BtSongIO
         +----BtSongIONative
               +----BtSongIONativeXML

Description

This internal BtSongIONative module implements loading and saving of an own xml format without externals.

Details

struct BtSongIONativeXML

struct BtSongIONativeXML;

object for song input and output in native zip/xml format


struct BtSongIONativeXMLClass

struct BtSongIONativeXMLClass {
  const BtSongIONativeClass parent;
};

Class for song input and output in native zip/xml format

const BtSongIONativeClass parent;

parent class type