From 4063ccde6a389a43ad8681d3008a856bfe397a15 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 27 Jul 2009 17:33:49 +0000 Subject: [PATCH] apidocs svn path=/trunk/KDE/kdelibs/; revision=1003110 --- windoweffects.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windoweffects.h b/windoweffects.h index 64414c425..122ab76db 100644 --- a/windoweffects.h +++ b/windoweffects.h @@ -38,9 +38,18 @@ namespace Plasma /** * Namespace for all window effects for Plasma/KWin interaction + * @since 4.4 */ namespace WindowEffects { + /** + * Mark a window as sliding from screen edge + * + * @arg id of the window on which we want to apply the effect + * @arg location edge of the screen from which we want the slifing effect. + * Desktop and FLoating won't have effect. + * @since 4.4 + */ PLASMA_EXPORT void setSlidingWindow(WId id, Plasma::Location location); }