updated documentation

This commit is contained in:
Dana Jansens 2002-11-05 08:46:23 +00:00
parent d2c380fb54
commit c822c895f0

View file

@ -291,7 +291,7 @@ public:
retrieve all possible strings, use "(unsigned) -1".<br> retrieve all possible strings, use "(unsigned) -1".<br>
When the function returns, if it returns true, this will When the function returns, if it returns true, this will
contain the actual number of strings retrieved.<br> contain the actual number of strings retrieved.<br>
@param value If the function returns true, then this contains all of the @param strings If the function returns true, then this contains all of the
strings retrieved from the property's value. strings retrieved from the property's value.
@return true if retrieval of the specified property with the specified @return true if retrieval of the specified property with the specified
type was successful; otherwise, false type was successful; otherwise, false
@ -301,9 +301,9 @@ public:
//! Removes a property from a window //! Removes a property from a window
/*! /*!
@param The window id of the window to remove the property from @param win The window id of the window to remove the property from
@param A member of the OBProperty::Atoms enum that specifies which property @param atom A member of the OBProperty::Atoms enum that specifies which
to remove from the window property to remove from the window
*/ */
void erase(Window win, Atoms atom) const; void erase(Window win, Atoms atom) const;