Fri Dec 19 11:53:08 EST 2008 Peter Gavin <pg...@gm...>
* glib: S.G.Properties: add readAttrFromBoxedOpaqueProperty
hunk ./glib/System/Glib/Properties.chs 80
+ readAttrFromBoxedOpaqueProperty,
hunk ./glib/System/Glib/Properties.chs 305
+readAttrFromBoxedOpaqueProperty :: GObjectClass gobj => (Ptr boxed -> IO boxed) -> String -> GType -> ReadAttr gobj boxed
+readAttrFromBoxedOpaqueProperty peek propName gtype =
+ readAttr (objectGetPropertyBoxedOpaque peek gtype propName)
+
|