diff options
Diffstat (limited to 'src/display/canvas-temporary-item.h')
| -rw-r--r-- | src/display/canvas-temporary-item.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/display/canvas-temporary-item.h b/src/display/canvas-temporary-item.h index b73907bad..09d243fa1 100644 --- a/src/display/canvas-temporary-item.h +++ b/src/display/canvas-temporary-item.h @@ -1,9 +1,7 @@ #ifndef INKSCAPE_CANVAS_TEMPORARY_ITEM_H #define INKSCAPE_CANVAS_TEMPORARY_ITEM_H -/** \file - * Provides a class to put a canvasitem temporarily on-canvas. - * +/* * Authors: * Johan Engelen * @@ -15,13 +13,16 @@ #include <stddef.h> #include <sigc++/sigc++.h> -#include <glib/gtypes.h> +#include <glib.h> struct SPCanvasItem; namespace Inkscape { namespace Display { +/** + * Provides a class to put a canvasitem temporarily on-canvas. + */ class TemporaryItem { public: TemporaryItem(SPCanvasItem *item, guint lifetime, bool destroy_on_deselect = false); |
