sp-tag-use-reference.h revision a73b1f7fc9a9ba7e0d68f33292a885da6c2981d0
#ifndef SEEN_SP_TAG_USE_REFERENCE_H
#define SEEN_SP_TAG_USE_REFERENCE_H
/*
* The reference corresponding to href of <inkscape:tagref> element.
*
* Copyright (C) Theodore Janeczko 2012-2014 <flutterguy317@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information.
*/
#include "sp-object.h"
#include "sp-item.h"
#include <uri-references.h>
#include <stddef.h>
struct Node;
}
}
}
};
bool sourceDirty;
~SPTagUsePath(void);
void unlink(void);
void quit_listening(void);
void refresh_source(void);
};
#endif /* !SEEN_SP_USE_REFERENCE_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :