Update of /cvsroot/gtk2hs/gtk2hs/gtk/abstract
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21241/gtk/abstract
Modified Files:
Object.chs
Log Message:
Minor doc fixes.
Index: Object.chs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/abstract/Object.chs,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Object.chs 23 May 2004 15:46:02 -0000 1.9
+++ Object.chs 4 Aug 2004 19:11:20 -0000 1.10
@@ -91,7 +91,7 @@
return $ constr obj
--- method private objectSetProperty Sets a specific attribute of this object.
+-- Sets a specific attribute of this object.
--
-- * Most attributes in a widget can be set and retrieved by passing the
-- name (as a string) and the value to special set\/get functions. These
@@ -105,9 +105,9 @@
(toGObject obj) sPtr vaPtr >> valueUnset vaPtr
--- method private objectGetProperty Gets a specific attribute of this object.
+-- Gets a specific attribute of this object.
--
--- * See objectSetProperty.
+-- * See 'objectSetProperty'.
--
objectGetProperty :: GObjectClass gobj => gobj -> String ->
IO GenericValue
|