sp-metadata.h revision e4d2208dce65ac8789d93608f9ad124a6a57b9d1
#ifndef __SP_METADATA_H__
#define __SP_METADATA_H__
/*
* SVG <metadata> implementation
*
* Authors:
* Kees Cook <kees@outflux.net>
*
* Copyright (C) 2004 Kees Cook
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "sp-object.h"
/* Metadata base class */
#define SP_TYPE_METADATA (sp_metadata_get_type ())
};
struct SPMetadataClass {
};
virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
};
GType sp_metadata_get_type (void);
#endif
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :