summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ecb8d1)
raw | patch | inline | side by side (parent: 6ecb8d1)
author | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:01:08 +0000 (12:01 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:01:08 +0000 (12:01 +0000) |
src/conn-avoid-ref.h | patch | blob | history |
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h
index 29c7e69b3e6bc65ac9c83fc7e562f47a74e941fc..cd6b60542f7004bfa16123ce3237308f867dd0fc 100644 (file)
--- a/src/conn-avoid-ref.h
+++ b/src/conn-avoid-ref.h
#ifndef SEEN_CONN_AVOID_REF
#define SEEN_CONN_AVOID_REF
-/*
+/** \file
* A class for handling shape interaction with libavoid.
- *
+ */
+/*
* Authors:
* Michael Wybrow <mjwybrow@users.sourceforge.net>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-
+#include <glib/gslist.h>
#include <sigc++/connection.h>
+struct SPDesktop;
struct SPItem;
-namespace Avoid {
- class ShapeRef;
-}
+namespace Avoid { class ShapeRef; }
class SPAvoidRef {
public: