From 7908ad667b4da95524fc2b808379f40c36a260f0 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Mon, 11 Oct 2004 03:47:28 +0000 Subject: [PATCH] 2004-10-11 Shane Landrum * en/Gdk/Pixbuf.xml * en/Gdk/PixbufAlphaMode.xml * en/Gdk/PixbufAniAnim.xml * en/Gdk/PixbufAniAnimIter.xml * en/Gdk/PixbufDestroyNotify.xml * en/Gdk/PixbufError.xml * en/Gdk/PixbufFormat.xml * en/Gdk/PixbufFrame.xml: Miscellaneous docs for pixbuf classes. svn path=/trunk/gtk-sharp/; revision=34857 --- doc/ChangeLog | 11 ++++++++ doc/en/Gdk/Pixbuf.xml | 26 ++++++++++-------- doc/en/Gdk/PixbufAlphaMode.xml | 4 +-- doc/en/Gdk/PixbufAniAnim.xml | 2 +- doc/en/Gdk/PixbufAniAnimIter.xml | 2 +- doc/en/Gdk/PixbufDestroyNotify.xml | 6 ++-- doc/en/Gdk/PixbufError.xml | 18 ++++++------ doc/en/Gdk/PixbufFormat.xml | 32 +++++++++++----------- doc/en/Gdk/PixbufFrame.xml | 44 +++++++++++++++--------------- 9 files changed, 80 insertions(+), 65 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index ee6224be4..5054d06dc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2004-10-11 Shane Landrum + + * en/Gdk/Pixbuf.xml + * en/Gdk/PixbufAlphaMode.xml + * en/Gdk/PixbufAniAnim.xml + * en/Gdk/PixbufAniAnimIter.xml + * en/Gdk/PixbufDestroyNotify.xml + * en/Gdk/PixbufError.xml + * en/Gdk/PixbufFormat.xml + * en/Gdk/PixbufFrame.xml: Miscellaneous docs for pixbuf classes. + 2004-09-25 Shane Landrum * en/Gdk/Drawable.xml diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index c85016216..59b3cca51 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1130,9 +1130,9 @@ - To be added + Constructor. A - A + A , whether to copy raw pixel data; run-length encoded pixel data is always copied. A @@ -1194,10 +1194,10 @@ - To be added + Loads a pixbuf from a resource string. a a - + TODO: Clarify. @@ -1327,8 +1327,8 @@ - To be added - a + The pixels contained by this Pixbuf object. + a , pointer to the underlying C data @@ -1345,7 +1345,7 @@ - To be added + Saves pixbuf to a file. Name of the file where the image will be saved The file type to save (one of "ani", "bmp", "gif", "ico", "jpeg", "pcx", "png", "pnm", "ras", "tga", "tiff" "wbmp", "xpm" or "xbm") Options that are passed to the save module. @@ -1365,11 +1365,15 @@ - To be added - a - a + Saves pixbuf to a file. + a , name of the file to save + a , file format to save in ("jpeg" and "png" are supported). a - + The Gtk+ version of this call supports a text string of + arguments, which Gtk# currently does not include. (TODO: explain + the difference between Save and Savev, in light of this API + difference.) + diff --git a/doc/en/Gdk/PixbufAlphaMode.xml b/doc/en/Gdk/PixbufAlphaMode.xml index 9dd5597d1..46e5533bf 100644 --- a/doc/en/Gdk/PixbufAlphaMode.xml +++ b/doc/en/Gdk/PixbufAlphaMode.xml @@ -37,7 +37,7 @@ - To be added + Do not use. @@ -50,7 +50,7 @@ - To be added + Do not use. diff --git a/doc/en/Gdk/PixbufAniAnim.xml b/doc/en/Gdk/PixbufAniAnim.xml index 21a0461be..b6ba69f16 100644 --- a/doc/en/Gdk/PixbufAniAnim.xml +++ b/doc/en/Gdk/PixbufAniAnim.xml @@ -34,7 +34,7 @@ - To be added + Do not use. diff --git a/doc/en/Gdk/PixbufAniAnimIter.xml b/doc/en/Gdk/PixbufAniAnimIter.xml index 8f2dd18ad..4f73f3987 100644 --- a/doc/en/Gdk/PixbufAniAnimIter.xml +++ b/doc/en/Gdk/PixbufAniAnimIter.xml @@ -34,7 +34,7 @@ - To be added + Do not use. diff --git a/doc/en/Gdk/PixbufDestroyNotify.xml b/doc/en/Gdk/PixbufDestroyNotify.xml index 145e648de..485f7b01e 100644 --- a/doc/en/Gdk/PixbufDestroyNotify.xml +++ b/doc/en/Gdk/PixbufDestroyNotify.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Delegate class for code to be run when a object is destroyed. + System.Delegate @@ -29,4 +29,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gdk/PixbufError.xml b/doc/en/Gdk/PixbufError.xml index f73a7e10d..93b262efa 100644 --- a/doc/en/Gdk/PixbufError.xml +++ b/doc/en/Gdk/PixbufError.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Possible errors that can be thrown by a . + System.Enum @@ -37,7 +37,7 @@ - To be added + The image file is corrupt. @@ -50,7 +50,7 @@ - To be added + There is insufficient memory to hold this pixbuf data. @@ -63,7 +63,7 @@ - To be added + An invalid option was specified. @@ -76,7 +76,7 @@ - To be added + The given file type is not allowed. @@ -89,7 +89,7 @@ - To be added + The given operation is not supported. @@ -102,7 +102,7 @@ - To be added + The operation failed. @@ -121,4 +121,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gdk/PixbufFormat.xml b/doc/en/Gdk/PixbufFormat.xml index 155ee0d2e..11421d554 100644 --- a/doc/en/Gdk/PixbufFormat.xml +++ b/doc/en/Gdk/PixbufFormat.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Represents a possible format for a . + Mostly for internal use. System.ValueType @@ -26,9 +26,9 @@ System.String - To be added + A description of the format. a - To be added + @@ -38,9 +38,9 @@ System.String - To be added + The MIME types supported by the format. a - To be added + @@ -50,9 +50,9 @@ System.String - To be added + The filename extensions typically used for files in the given format. a - To be added + @@ -62,9 +62,9 @@ System.String - To be added + The name of the format. a - To be added + @@ -75,9 +75,9 @@ - To be added + Whether pixbufs can be saved in the given format. a - To be added + @@ -88,11 +88,11 @@ - To be added - a + Basic constructor. + a , pointer to the underlying C data structure. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gdk/PixbufFrame.xml b/doc/en/Gdk/PixbufFrame.xml index 03e4b5521..b67cb3ef8 100644 --- a/doc/en/Gdk/PixbufFrame.xml +++ b/doc/en/Gdk/PixbufFrame.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + System.ValueType @@ -28,7 +28,7 @@ To be added - To be added + @@ -42,9 +42,9 @@ To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufFrame' - To be added + A + A + @@ -57,9 +57,9 @@ To be added - To be added: an object of type 'Gdk.Pixbuf' - To be added: an object of type 'Gdk.Pixbuf' - To be added + A + A + @@ -72,9 +72,9 @@ To be added - To be added: an object of type 'Gdk.Pixbuf' - To be added: an object of type 'Gdk.Pixbuf' - To be added + A + A + @@ -87,9 +87,9 @@ To be added - To be added: an object of type 'Gdk.Pixbuf' - To be added: an object of type 'Gdk.Pixbuf' - To be added + A + A + @@ -102,7 +102,7 @@ To be added - To be added + @@ -115,7 +115,7 @@ To be added - To be added + @@ -128,7 +128,7 @@ To be added - To be added + @@ -141,7 +141,7 @@ To be added - To be added + @@ -154,7 +154,7 @@ To be added - To be added + @@ -167,7 +167,7 @@ To be added - To be added + @@ -180,8 +180,8 @@ To be added - To be added + - \ No newline at end of file +