diff --git a/doc/ChangeLog b/doc/ChangeLog index 8a7dab814..1224c640c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2004-06-19 Larry Ewing + + * en/Gnome/CanvasItem.xml: update the documentation no that + the binding has been fixed. + + * en/Gdk/Pixdata.xml: fixup the Pixdata docs now that the binding + is fixed. + 2004-06-19 John Luke * en/Gtk/*.xml: fix examples so they compile, are children of diff --git a/doc/en/Gdk/Pixdata.xml b/doc/en/Gdk/Pixdata.xml index 3ad02ac33..ea4ecbb0e 100644 --- a/doc/en/Gdk/Pixdata.xml +++ b/doc/en/Gdk/Pixdata.xml @@ -65,40 +65,6 @@ To be added - - - Method - - System.Boolean - - - - - - - Converts a serialized datastream, generated by , into pixdata. - A describing the length of "stream". - a - A . True is successful, false if there was an error. - As of gtk-sharp 0.98, this function uses a for "stream" when it should be using a Byte []. Until this is fixed, this function will not work as intended. - - - - - Method - - System.Byte - - - - - - Generates serialized pixdata that can then be stored and converted back into a with . - A set to the length of the returned []. - a - As of gtk-sharp 0.98, this function returns a when it should be returning a Byte []. Until this is fixed, this function will not work as intended. - - Field @@ -216,5 +182,36 @@ To be added + + + Method + + System.Boolean + + + + + + + Converts a serialized datastream, generated by , into pixdata. + A describing the length of "stream". + a + A . True if successful, false if there was an error. + To be added + + + + + Method + + System.Byte[] + + + + Generates serialized pixdata that can then be stored and converted back into a with . + the serialized pixdata. + + + - \ No newline at end of file + diff --git a/doc/en/Gnome/CanvasItem.xml b/doc/en/Gnome/CanvasItem.xml index 6c3ce903f..cd1224ea8 100644 --- a/doc/en/Gnome/CanvasItem.xml +++ b/doc/en/Gnome/CanvasItem.xml @@ -96,25 +96,6 @@ - - - Method - - System.Void - - - - - - - Combines the specified affine transformation matrix with the - item's current transformation. - - Return value for an affine transformation matrix. - - - - Method @@ -310,25 +291,6 @@ - - - Method - - System.Void - - - - - - - Makes the item's affine transformation matrix be equal to - the specified matrix. - - Return value for an affine transformation matrix. - - - - Method @@ -726,5 +688,43 @@ To be added + + + Method + + System.Void + + + + + + + Makes the item's affine transformation matrix be equal to + the specified matrix. + + The affine transformation set as the current transformation for the item. + + + + + + + Method + + System.Void + + + + + + + Combines the specified affine transformation matrix with the + item's current transformation. + + The affine transform to combine with the items current transform + + + + - \ No newline at end of file +