From: Dana Jansens Date: Tue, 5 Nov 2002 08:46:23 +0000 (+0000) Subject: updated documentation X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c822c895f0d3a946d06df1da0c70055bb873e780;p=chaz%2Fopenbox updated documentation --- diff --git a/otk/property.hh b/otk/property.hh index 73a98e5d..72b6c505 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -291,8 +291,8 @@ public: retrieve all possible strings, use "(unsigned) -1".
When the function returns, if it returns true, this will contain the actual number of strings retrieved.
- @param value If the function returns true, then this contains all of the - strings retrieved from the property's value. + @param strings If the function returns true, then this contains all of the + strings retrieved from the property's value. @return true if retrieval of the specified property with the specified type was successful; otherwise, false */ @@ -301,9 +301,9 @@ public: //! Removes a property from a window /*! - @param The window id of the window to remove the property from - @param A member of the OBProperty::Atoms enum that specifies which property - to remove from the window + @param win The window id of the window to remove the property from + @param atom A member of the OBProperty::Atoms enum that specifies which + property to remove from the window */ void erase(Window win, Atoms atom) const;