sp-desc.h revision 4fad0164a37a4004e4568803b7817df5e6b017d9
#ifndef __SP_DESC_H__
#define __SP_DESC_H__
/*
* SVG <desc> implementation
*
* Authors:
* Jeff Schiller <codedread@gmail.com>
*
* Copyright (C) 2008 Jeff Schiller
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "sp-object.h"
#define SP_TYPE_DESC (sp_desc_get_type ())
};
struct SPDescClass {
};
GType sp_desc_get_type (void);
#endif