sp-conn-end.h revision 6d8430ca47c35cff45dee59e1f9c025567d0af49
#ifndef SEEN_SP_CONN_END
#define SEEN_SP_CONN_END
#include <glib.h>
#include <stddef.h>
#include <sigc++/connection.h>
#include "sp-use-reference.h"
#include "conn-avoid-ref.h"
/** Change of href string (not a modification of the attributes of the referrent). */
/** Called when the attached object gets deleted. */
/** A sigc connection for transformed signal, used to do move compensation. */
/** A sigc connection for owning group transformed, used to do move compensation. */
};
#endif /* !SEEN_SP_CONN_END */
/*
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 :