From 481af628f402bfb267d21e6b414201e4376ded4a Mon Sep 17 00:00:00 2001 From: Rohan Ramdas Prabhu Date: Mon, 27 Sep 2010 17:32:36 +0000 Subject: [PATCH] Fixed docs. svn path=/trunk/KDE/kdebase/workspace/; revision=1180330 --- scripting/apidocs.xml | 4 ++-- scripting/kwsapi.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripting/apidocs.xml b/scripting/apidocs.xml index b369723614..7eac272cda 100644 --- a/scripting/apidocs.xml +++ b/scripting/apidocs.xml @@ -321,11 +321,11 @@ - The 'Keep Above others' parameter to be applied to the client + The 'Keep Above others' parameter to be applied to the client Sets the 'Keep Above others' parameter value or unsets it according to keepabove. - + The 'Keep Below others' parameter to be applied to the client Sets the 'Keep Below others' parameter value or unsets it according to keepbelow. diff --git a/scripting/kwsapi.html b/scripting/kwsapi.html index 8c29401ff3..71d71b44ec 100644 --- a/scripting/kwsapi.html +++ b/scripting/kwsapi.html @@ -490,12 +490,12 @@

client.setKeepAbove

    -
  • client.setKeepAbove(keepabove {})
  • +
  • client.setKeepAbove(keepabove {boolean})

Sets the 'Keep Above others' parameter value or unsets it according to keepabove.

-

setKeepAbove(keepabove {})
+

setKeepAbove(keepabove {boolean})

    -
  • keepabove {}: The 'Keep Above others' parameter to be applied to the client
  • +
  • keepabove {boolean}: The 'Keep Above others' parameter to be applied to the client