all repos — openbox @ c822c895f0d3a946d06df1da0c70055bb873e780

openbox fork - make it a bit more like ryudo

updated documentation
Dana Jansens danakj@orodu.net
commit

c822c895f0d3a946d06df1da0c70055bb873e780

parent

d2c380fb54a29a586b97ab6421370e7acdcf28e5

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M otk/property.hhotk/property.hh

@@ -291,8 +291,8 @@ property (assuming it has more than 1 string in it). To

retrieve all possible strings, use "(unsigned) -1".<br> When the function returns, if it returns true, this will contain the actual number of strings retrieved.<br> - @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 @@ unsigned long *nelements, StringVect *strings) const;

//! 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;