From 70635096fa29a155305d4f25829b89bf32fc2480 Mon Sep 17 00:00:00 2001 From: John Luke Date: Wed, 29 Dec 2004 18:36:31 +0000 Subject: [PATCH] 2004-12-29 John Luke * gen-intptr-ctor-docs.cs: docs for Type (IntPtr) ctor * gen-gtype-ctor-docs.cs: docs for Type (GType) ctor * gen-finalize-docs.cs: docs Finalize methods * gen-gtype-docs.cs: docs GType properties, based off of gen-vm-docs.cs * en/*.xml: run these 4 tools for all the assemblies svn path=/trunk/gtk-sharp/; revision=38159 --- doc/ChangeLog | 9 + doc/en/Atk/NoOpObject.xml | 3 +- doc/en/Gdk/Display.xml | 9 +- doc/en/Gdk/DisplayManager.xml | 5 +- doc/en/Gdk/Pixbuf.xml | 2 +- doc/en/Gdk/Screen.xml | 5 +- doc/en/Gdk/Window.xml | 2 +- doc/en/Gnome.Vfs/Drive.xml | 17 +- doc/en/Gnome.Vfs/MimeMonitor.xml | 17 +- doc/en/Gnome.Vfs/Volume.xml | 17 +- doc/en/Gnome.Vfs/VolumeMonitor.xml | 17 +- doc/en/Gnome/CanvasHacktext.xml | 9 +- doc/en/Gnome/Dialog.xml | 17 +- doc/en/Gnome/Font.xml | 9 +- doc/en/Gnome/FontDialog.xml | 9 +- doc/en/Gnome/FontFace.xml | 9 +- doc/en/Gnome/FontFamily.xml | 9 +- doc/en/Gnome/FontPreview.xml | 9 +- doc/en/Gnome/FontSelection.xml | 9 +- doc/en/Gnome/GPACheckbutton.xml | 17 +- doc/en/Gnome/GPAOptionMenu.xml | 9 +- doc/en/Gnome/GPAPrintToFile.xml | 13 +- doc/en/Gnome/GPAPrinterSelector.xml | 9 +- doc/en/Gnome/GPARadiobutton.xml | 17 +- doc/en/Gnome/GPASettingsSelector.xml | 9 +- doc/en/Gnome/GPASpinbutton.xml | 17 +- doc/en/Gnome/GPATransportSelector.xml | 9 +- doc/en/Gnome/GPAWidget.xml | 9 +- doc/en/Gnome/GpaPaperPreviewItem.xml | 9 +- doc/en/Gnome/IconTheme.xml | 11 +- doc/en/Gnome/PaperPreview.xml | 9 +- doc/en/Gnome/PaperSelector.xml | 9 +- doc/en/Gnome/Pixmap.xml | 17 +- doc/en/Gnome/PrintConfig.xml | 9 +- doc/en/Gnome/PrintConfigDialog.xml | 17 +- doc/en/Gnome/PrintContext.xml | 9 +- doc/en/Gnome/PrintCopiesSelector.xml | 9 +- doc/en/Gnome/PrintDialog.xml | 9 +- doc/en/Gnome/PrintFRGBA.xml | 9 +- doc/en/Gnome/PrintJob.xml | 9 +- doc/en/Gnome/PrintJobPreview.xml | 9 +- doc/en/Gnome/PrintMeta.xml | 9 +- doc/en/Gnome/PrintMultipage.xml | 9 +- doc/en/Gnome/PrintPdf.xml | 9 +- doc/en/Gnome/PrintPreview.xml | 9 +- doc/en/Gnome/PrintPs2.xml | 9 +- doc/en/Gnome/PrintRBuf.xml | 9 +- doc/en/Gnome/PrintRGBP.xml | 9 +- doc/en/Gnome/PrintTransport.xml | 9 +- doc/en/Gnome/PrintUnitSelector.xml | 9 +- doc/en/Gnome/PrinterSelector.xml | 9 +- doc/en/Gnome/PropertyBox.xml | 17 +- doc/en/Gnome/RFont.xml | 9 +- doc/en/Gnome/ThumbnailFactory.xml | 9 +- doc/en/Gtk/AccelMap.xml | 17 +- doc/en/Gtk/Action.xml | 9 +- doc/en/Gtk/ActionGroup.xml | 38 +++-- doc/en/Gtk/CellRendererPixbuf.xml | 2 +- doc/en/Gtk/CellRendererSepText.xml | 13 +- doc/en/Gtk/CellView.xml | 5 +- doc/en/Gtk/CellViewMenuItem.xml | 17 +- doc/en/Gtk/Clipboard.xml | 14 +- doc/en/Gtk/FileFilter.xml | 36 ++-- doc/en/Gtk/FilePath.xml | 17 +- doc/en/Gtk/FileSystemUnix.xml | 17 +- doc/en/Gtk/FileSystemWin32.xml | 17 +- doc/en/Gtk/FontButton.xml | 17 +- doc/en/Gtk/FontSelection.xml | 3 +- doc/en/Gtk/FontSelectionDialog.xml | 5 +- doc/en/Gtk/IMContextSimple.xml | 2 +- doc/en/Gtk/IconTheme.xml | 5 +- doc/en/Gtk/Image.xml | 6 +- doc/en/Gtk/NodeView.xml | 2 +- doc/en/Gtk/RadioToolButton.xml | 36 ++-- doc/en/Gtk/SeparatorToolItem.xml | 25 ++- doc/en/Gtk/ToggleAction.xml | 17 +- doc/en/Gtk/Tooltips.xml | 5 +- doc/en/Gtk/UIManager.xml | 9 +- doc/en/Gtk/Widget.xml | 2 +- doc/en/Gtk/Window.xml | 2 +- doc/en/PanelApplet/PanelApplet.xml | 17 +- doc/en/Vte/Bg.xml | 9 +- doc/en/Vte/Reaper.xml | 9 +- doc/en/Vte/Terminal.xml | 13 +- doc/en/Vte/TerminalAccessible.xml | 12 +- doc/en/Vte/TerminalAccessibleFactory.xml | 9 +- doc/gen-finalize-docs.cs | 208 +++++++++++++++++++++++ doc/gen-gtype-ctor-docs.cs | 105 ++++++++++++ doc/gen-gtype-docs.cs | 208 +++++++++++++++++++++++ doc/gen-intptr-ctor-docs.cs | 104 ++++++++++++ 90 files changed, 1157 insertions(+), 427 deletions(-) create mode 100644 doc/gen-finalize-docs.cs create mode 100644 doc/gen-gtype-ctor-docs.cs create mode 100644 doc/gen-gtype-docs.cs create mode 100644 doc/gen-intptr-ctor-docs.cs diff --git a/doc/ChangeLog b/doc/ChangeLog index 3809907c0..b0bf9a5e2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-12-29 John Luke + + * gen-intptr-ctor-docs.cs: docs for Type (IntPtr) ctor + * gen-gtype-ctor-docs.cs: docs for Type (GType) ctor + * gen-finalize-docs.cs: docs Finalize methods + * gen-gtype-docs.cs: docs GType properties, based off + of gen-vm-docs.cs + * en/*.xml: run these 4 tools for all the assemblies + 2004-12-29 Shane Landrum * en/Gtk/FileChooserEmbed.xml diff --git a/doc/en/Atk/NoOpObject.xml b/doc/en/Atk/NoOpObject.xml index bfef5a727..7feb30874 100644 --- a/doc/en/Atk/NoOpObject.xml +++ b/doc/en/Atk/NoOpObject.xml @@ -1905,7 +1905,8 @@ Gets the specified text. position the character at . - + + diff --git a/doc/en/Gdk/Display.xml b/doc/en/Gdk/Display.xml index ed2e6c143..8664e4ae2 100644 --- a/doc/en/Gdk/Display.xml +++ b/doc/en/Gdk/Display.xml @@ -243,8 +243,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -255,10 +256,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gdk/DisplayManager.xml b/doc/en/Gdk/DisplayManager.xml index efd5bd353..82618b24f 100644 --- a/doc/en/Gdk/DisplayManager.xml +++ b/doc/en/Gdk/DisplayManager.xml @@ -47,8 +47,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index a41c7107f..301fe02b8 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1572,4 +1572,4 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(memorystream); - + \ No newline at end of file diff --git a/doc/en/Gdk/Screen.xml b/doc/en/Gdk/Screen.xml index c5285880b..ae52c86b3 100644 --- a/doc/en/Gdk/Screen.xml +++ b/doc/en/Gdk/Screen.xml @@ -320,8 +320,9 @@ Console.WriteLine("You have {0} monitors.",numMonitors); - To be added - To be added + Disposes the resources associated with this object. + + diff --git a/doc/en/Gdk/Window.xml b/doc/en/Gdk/Window.xml index 83ea4b2c9..af9213322 100644 --- a/doc/en/Gdk/Window.xml +++ b/doc/en/Gdk/Window.xml @@ -1947,4 +1947,4 @@ The color must be allocated; - + \ No newline at end of file diff --git a/doc/en/Gnome.Vfs/Drive.xml b/doc/en/Gnome.Vfs/Drive.xml index 5cac0eb8c..ae75c0a07 100644 --- a/doc/en/Gnome.Vfs/Drive.xml +++ b/doc/en/Gnome.Vfs/Drive.xml @@ -33,8 +33,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -106,10 +107,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -120,10 +121,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -145,9 +146,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome.Vfs/MimeMonitor.xml b/doc/en/Gnome.Vfs/MimeMonitor.xml index d0e6b35b7..a91dc7938 100644 --- a/doc/en/Gnome.Vfs/MimeMonitor.xml +++ b/doc/en/Gnome.Vfs/MimeMonitor.xml @@ -46,8 +46,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -70,10 +71,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -84,10 +85,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -109,9 +110,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome.Vfs/Volume.xml b/doc/en/Gnome.Vfs/Volume.xml index e240d1e99..4cb6b9c35 100644 --- a/doc/en/Gnome.Vfs/Volume.xml +++ b/doc/en/Gnome.Vfs/Volume.xml @@ -33,8 +33,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -61,10 +62,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -75,10 +76,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -100,9 +101,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome.Vfs/VolumeMonitor.xml b/doc/en/Gnome.Vfs/VolumeMonitor.xml index 25dba2a97..5a8b230ea 100644 --- a/doc/en/Gnome.Vfs/VolumeMonitor.xml +++ b/doc/en/Gnome.Vfs/VolumeMonitor.xml @@ -46,8 +46,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -181,10 +182,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -195,10 +196,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -220,9 +221,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/CanvasHacktext.xml b/doc/en/Gnome/CanvasHacktext.xml index aafb50ca1..81d97c169 100644 --- a/doc/en/Gnome/CanvasHacktext.xml +++ b/doc/en/Gnome/CanvasHacktext.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/Dialog.xml b/doc/en/Gnome/Dialog.xml index 6d100e908..0446fea7f 100644 --- a/doc/en/Gnome/Dialog.xml +++ b/doc/en/Gnome/Dialog.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -285,10 +286,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -299,10 +300,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -329,9 +330,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/Font.xml b/doc/en/Gnome/Font.xml index 1d18ef2fc..9ba6795a3 100644 --- a/doc/en/Gnome/Font.xml +++ b/doc/en/Gnome/Font.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -236,10 +237,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/FontDialog.xml b/doc/en/Gnome/FontDialog.xml index 1389c1214..39b30fd5e 100644 --- a/doc/en/Gnome/FontDialog.xml +++ b/doc/en/Gnome/FontDialog.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/FontFace.xml b/doc/en/Gnome/FontFace.xml index 7802d6d7d..f8f6ebee8 100644 --- a/doc/en/Gnome/FontFace.xml +++ b/doc/en/Gnome/FontFace.xml @@ -66,8 +66,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -236,10 +237,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/FontFamily.xml b/doc/en/Gnome/FontFamily.xml index a45b26524..618b68a5e 100644 --- a/doc/en/Gnome/FontFamily.xml +++ b/doc/en/Gnome/FontFamily.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -62,10 +63,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/FontPreview.xml b/doc/en/Gnome/FontPreview.xml index db66e4cb9..7c6072cb5 100644 --- a/doc/en/Gnome/FontPreview.xml +++ b/doc/en/Gnome/FontPreview.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/FontSelection.xml b/doc/en/Gnome/FontSelection.xml index 0a410cae1..0767c5193 100644 --- a/doc/en/Gnome/FontSelection.xml +++ b/doc/en/Gnome/FontSelection.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPACheckbutton.xml b/doc/en/Gnome/GPACheckbutton.xml index 57456bf7c..ebcb13d42 100644 --- a/doc/en/Gnome/GPACheckbutton.xml +++ b/doc/en/Gnome/GPACheckbutton.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -48,10 +49,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -62,10 +63,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -94,9 +95,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/GPAOptionMenu.xml b/doc/en/Gnome/GPAOptionMenu.xml index 5cc5d5c98..0ee05d7d4 100644 --- a/doc/en/Gnome/GPAOptionMenu.xml +++ b/doc/en/Gnome/GPAOptionMenu.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPAPrintToFile.xml b/doc/en/Gnome/GPAPrintToFile.xml index 8a5b1e254..1eba0ce64 100644 --- a/doc/en/Gnome/GPAPrintToFile.xml +++ b/doc/en/Gnome/GPAPrintToFile.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -48,10 +49,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -62,10 +63,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPAPrinterSelector.xml b/doc/en/Gnome/GPAPrinterSelector.xml index e9ea9b66c..2218629f5 100644 --- a/doc/en/Gnome/GPAPrinterSelector.xml +++ b/doc/en/Gnome/GPAPrinterSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPARadiobutton.xml b/doc/en/Gnome/GPARadiobutton.xml index a71f8c934..91e9bc952 100644 --- a/doc/en/Gnome/GPARadiobutton.xml +++ b/doc/en/Gnome/GPARadiobutton.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -48,10 +49,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -62,10 +63,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -94,9 +95,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/GPASettingsSelector.xml b/doc/en/Gnome/GPASettingsSelector.xml index 8ea44792f..056cdb85e 100644 --- a/doc/en/Gnome/GPASettingsSelector.xml +++ b/doc/en/Gnome/GPASettingsSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPASpinbutton.xml b/doc/en/Gnome/GPASpinbutton.xml index 43a7c44d6..932ecc977 100644 --- a/doc/en/Gnome/GPASpinbutton.xml +++ b/doc/en/Gnome/GPASpinbutton.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -60,10 +61,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -74,10 +75,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -118,9 +119,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/GPATransportSelector.xml b/doc/en/Gnome/GPATransportSelector.xml index ab53cb160..4278cd8b9 100644 --- a/doc/en/Gnome/GPATransportSelector.xml +++ b/doc/en/Gnome/GPATransportSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GPAWidget.xml b/doc/en/Gnome/GPAWidget.xml index a129dab06..0e55ee742 100644 --- a/doc/en/Gnome/GPAWidget.xml +++ b/doc/en/Gnome/GPAWidget.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -68,10 +69,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/GpaPaperPreviewItem.xml b/doc/en/Gnome/GpaPaperPreviewItem.xml index cbcf50f11..04bcdd393 100644 --- a/doc/en/Gnome/GpaPaperPreviewItem.xml +++ b/doc/en/Gnome/GpaPaperPreviewItem.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -67,10 +68,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/IconTheme.xml b/doc/en/Gnome/IconTheme.xml index 58bf87ad1..53a280416 100644 --- a/doc/en/Gnome/IconTheme.xml +++ b/doc/en/Gnome/IconTheme.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -126,4 +127,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gnome/PaperPreview.xml b/doc/en/Gnome/PaperPreview.xml index f27d7715c..19781407e 100644 --- a/doc/en/Gnome/PaperPreview.xml +++ b/doc/en/Gnome/PaperPreview.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PaperSelector.xml b/doc/en/Gnome/PaperSelector.xml index 335dc23aa..7d55f82f0 100644 --- a/doc/en/Gnome/PaperSelector.xml +++ b/doc/en/Gnome/PaperSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/Pixmap.xml b/doc/en/Gnome/Pixmap.xml index fd28ddba4..d7a9a27eb 100644 --- a/doc/en/Gnome/Pixmap.xml +++ b/doc/en/Gnome/Pixmap.xml @@ -96,8 +96,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -176,10 +177,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -190,10 +191,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -232,9 +233,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/PrintConfig.xml b/doc/en/Gnome/PrintConfig.xml index df9cfe059..3c3a97fdd 100644 --- a/doc/en/Gnome/PrintConfig.xml +++ b/doc/en/Gnome/PrintConfig.xml @@ -65,8 +65,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -144,10 +145,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintConfigDialog.xml b/doc/en/Gnome/PrintConfigDialog.xml index a78d8b7c3..4bc732f3d 100644 --- a/doc/en/Gnome/PrintConfigDialog.xml +++ b/doc/en/Gnome/PrintConfigDialog.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -60,10 +61,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -74,10 +75,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -102,9 +103,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/PrintContext.xml b/doc/en/Gnome/PrintContext.xml index bec1fd24f..9d5d4cc8d 100644 --- a/doc/en/Gnome/PrintContext.xml +++ b/doc/en/Gnome/PrintContext.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -72,10 +73,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintCopiesSelector.xml b/doc/en/Gnome/PrintCopiesSelector.xml index 6c982c19b..fa4b6b641 100644 --- a/doc/en/Gnome/PrintCopiesSelector.xml +++ b/doc/en/Gnome/PrintCopiesSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -69,10 +70,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintDialog.xml b/doc/en/Gnome/PrintDialog.xml index a3040b9d1..99ff4be3d 100644 --- a/doc/en/Gnome/PrintDialog.xml +++ b/doc/en/Gnome/PrintDialog.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -84,10 +85,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintFRGBA.xml b/doc/en/Gnome/PrintFRGBA.xml index c947970e9..942ed4765 100644 --- a/doc/en/Gnome/PrintFRGBA.xml +++ b/doc/en/Gnome/PrintFRGBA.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintJob.xml b/doc/en/Gnome/PrintJob.xml index f65cf1067..63ab93cf3 100644 --- a/doc/en/Gnome/PrintJob.xml +++ b/doc/en/Gnome/PrintJob.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -124,10 +125,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintJobPreview.xml b/doc/en/Gnome/PrintJobPreview.xml index f4e177cea..147951500 100644 --- a/doc/en/Gnome/PrintJobPreview.xml +++ b/doc/en/Gnome/PrintJobPreview.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintMeta.xml b/doc/en/Gnome/PrintMeta.xml index 55f4623d9..625587cde 100644 --- a/doc/en/Gnome/PrintMeta.xml +++ b/doc/en/Gnome/PrintMeta.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintMultipage.xml b/doc/en/Gnome/PrintMultipage.xml index 80bd31702..52721f632 100644 --- a/doc/en/Gnome/PrintMultipage.xml +++ b/doc/en/Gnome/PrintMultipage.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -59,10 +60,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintPdf.xml b/doc/en/Gnome/PrintPdf.xml index 1981d1d7d..f0fa12562 100644 --- a/doc/en/Gnome/PrintPdf.xml +++ b/doc/en/Gnome/PrintPdf.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintPreview.xml b/doc/en/Gnome/PrintPreview.xml index 1efb383b2..774fc0198 100644 --- a/doc/en/Gnome/PrintPreview.xml +++ b/doc/en/Gnome/PrintPreview.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintPs2.xml b/doc/en/Gnome/PrintPs2.xml index 8346983f9..c2c35d5f2 100644 --- a/doc/en/Gnome/PrintPs2.xml +++ b/doc/en/Gnome/PrintPs2.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintRBuf.xml b/doc/en/Gnome/PrintRBuf.xml index 0f31a126b..0e7d3864a 100644 --- a/doc/en/Gnome/PrintRBuf.xml +++ b/doc/en/Gnome/PrintRBuf.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -46,10 +47,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintRGBP.xml b/doc/en/Gnome/PrintRGBP.xml index 6370ebc72..008f3a49f 100644 --- a/doc/en/Gnome/PrintRGBP.xml +++ b/doc/en/Gnome/PrintRGBP.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -68,10 +69,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintTransport.xml b/doc/en/Gnome/PrintTransport.xml index 0c4d8f777..f12a22cb1 100644 --- a/doc/en/Gnome/PrintTransport.xml +++ b/doc/en/Gnome/PrintTransport.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -88,10 +89,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrintUnitSelector.xml b/doc/en/Gnome/PrintUnitSelector.xml index 200fa1e9c..ecf69f5cb 100644 --- a/doc/en/Gnome/PrintUnitSelector.xml +++ b/doc/en/Gnome/PrintUnitSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -82,10 +83,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PrinterSelector.xml b/doc/en/Gnome/PrinterSelector.xml index 467bb3016..acd05fcaf 100644 --- a/doc/en/Gnome/PrinterSelector.xml +++ b/doc/en/Gnome/PrinterSelector.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -52,10 +53,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/PropertyBox.xml b/doc/en/Gnome/PropertyBox.xml index 23b246dc4..665be52c4 100644 --- a/doc/en/Gnome/PropertyBox.xml +++ b/doc/en/Gnome/PropertyBox.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -112,10 +113,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -126,10 +127,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -151,9 +152,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gnome/RFont.xml b/doc/en/Gnome/RFont.xml index a59a8dc8f..acb9c63ba 100644 --- a/doc/en/Gnome/RFont.xml +++ b/doc/en/Gnome/RFont.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -150,10 +151,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gnome/ThumbnailFactory.xml b/doc/en/Gnome/ThumbnailFactory.xml index a8341ab37..53b3bece6 100644 --- a/doc/en/Gnome/ThumbnailFactory.xml +++ b/doc/en/Gnome/ThumbnailFactory.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -64,10 +65,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gtk/AccelMap.xml b/doc/en/Gtk/AccelMap.xml index 15840793e..d364a83d2 100644 --- a/doc/en/Gtk/AccelMap.xml +++ b/doc/en/Gtk/AccelMap.xml @@ -244,8 +244,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -256,10 +257,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -270,10 +271,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -295,9 +296,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/Action.xml b/doc/en/Gtk/Action.xml index 09b1f4791..3042496d4 100644 --- a/doc/en/Gtk/Action.xml +++ b/doc/en/Gtk/Action.xml @@ -72,8 +72,9 @@ Each action can have one or more proxy menu item, toolbar button or other proxy - To be added - To be added + Disposes the resources associated with this object. + + @@ -304,9 +305,9 @@ If the widget is already connected to an action, it is disconnected first. - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/ActionGroup.xml b/doc/en/Gtk/ActionGroup.xml index 17ad827cb..106907d7c 100644 --- a/doc/en/Gtk/ActionGroup.xml +++ b/doc/en/Gtk/ActionGroup.xml @@ -45,8 +45,9 @@ Accelerators are handled by the Gtk accelerator map. All actions are assigned an - To be added - To be added + Disposes the resources associated with this object. + + @@ -191,9 +192,9 @@ Therefore you must either set the accel path yourself with - To be added + Returns the native value for . @@ -296,18 +297,19 @@ Therefore you must either set the accel path yourself with - - Method - - Gtk.Action[] - - - - Gets a list of the s in the . - a - - - + + + Method + + Gtk.Action[] + + + + Gets a list of the s in the . + a + + + + - + \ No newline at end of file diff --git a/doc/en/Gtk/CellRendererPixbuf.xml b/doc/en/Gtk/CellRendererPixbuf.xml index 023cf574c..88820a5e9 100644 --- a/doc/en/Gtk/CellRendererPixbuf.xml +++ b/doc/en/Gtk/CellRendererPixbuf.xml @@ -183,4 +183,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/CellRendererSepText.xml b/doc/en/Gtk/CellRendererSepText.xml index bb3c9d0a0..bf445b840 100644 --- a/doc/en/Gtk/CellRendererSepText.xml +++ b/doc/en/Gtk/CellRendererSepText.xml @@ -33,8 +33,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -45,10 +46,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -59,10 +60,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Gtk/CellView.xml b/doc/en/Gtk/CellView.xml index 8522d772e..631ece585 100644 --- a/doc/en/Gtk/CellView.xml +++ b/doc/en/Gtk/CellView.xml @@ -71,8 +71,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + diff --git a/doc/en/Gtk/CellViewMenuItem.xml b/doc/en/Gtk/CellViewMenuItem.xml index 97db9e0b9..53ca99ba9 100644 --- a/doc/en/Gtk/CellViewMenuItem.xml +++ b/doc/en/Gtk/CellViewMenuItem.xml @@ -68,8 +68,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -80,10 +81,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -94,10 +95,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -149,9 +150,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/Clipboard.xml b/doc/en/Gtk/Clipboard.xml index dae7f5b33..e7a26c966 100644 --- a/doc/en/Gtk/Clipboard.xml +++ b/doc/en/Gtk/Clipboard.xml @@ -322,18 +322,18 @@ Returns a list of targets that are present on the clipboard, or - if there aren't any targets available. + if there aren't any targets available. a a a ,TRUE if any targets are present on the clipboard, otherwise FALSE. - + This function waits for the data to be received using the main loop, so events, timeouts, etc, may be dispatched during the wait. - + @@ -348,14 +348,14 @@ Requests the contents of the clipboard as list of supported targets. - When the list is later received, will be called. + When the list is later received, will be called. a - The "targets" parameter to will contain the resulting targets if - the request succeeded, or if it failed. Added in GTK 2.4. + The "targets" parameter to will contain the resulting targets if + the request succeeded, or if it failed. Added in GTK 2.4. - + \ No newline at end of file diff --git a/doc/en/Gtk/FileFilter.xml b/doc/en/Gtk/FileFilter.xml index 03cb506d0..3cef1c96b 100644 --- a/doc/en/Gtk/FileFilter.xml +++ b/doc/en/Gtk/FileFilter.xml @@ -11,7 +11,7 @@ This class sets up a filter to include or exclude particular kinds of files; useful in file selection dialogs. - + Gtk.Object @@ -35,7 +35,7 @@ Override this method to accomplish certain tasks before object destruction. - + @@ -50,7 +50,7 @@ Adds a rule allowing a given MIME type to a filter. a - + @@ -65,7 +65,7 @@ Adds a rule allowing a shell style glob to a filter. a - + @@ -83,11 +83,11 @@ a , TRUE if the file should be displayed. The structure - should include - the fields returned from . + should include + the fields returned from . This function will not typically be used by applications; it is intended principally for use in the implementation of - . + . @@ -102,7 +102,7 @@ Protected constructor. a a - + @@ -116,7 +116,7 @@ Constructor for internal use only. a a - + @@ -130,9 +130,9 @@ A newly-created filter doesn't accept any files, so is not particularly useful until you add rules with - , - , or - . + , + , or + . @@ -146,7 +146,7 @@ The of this object. a - + @@ -175,13 +175,13 @@ Gets the fields that need to be filled in for the structure - passed to . + passed to . - a , flags that list the needed fields when calling . + a , flags that list the needed fields when calling . This function will not typically be used by applications; it is intended principally for use in the implementation of - . + . @@ -206,7 +206,7 @@ a a - The bitfield which is passed in provides information + The bitfield which is passed in provides information about what sorts of information that the filter function needs; this allows GTK+ to avoid retrieving expensive information when it isn't needed by the filter. @@ -214,4 +214,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/FilePath.xml b/doc/en/Gtk/FilePath.xml index bd6cb9a6f..b9e1d6b09 100644 --- a/doc/en/Gtk/FilePath.xml +++ b/doc/en/Gtk/FilePath.xml @@ -33,8 +33,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -45,10 +46,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -59,10 +60,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -84,9 +85,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/FileSystemUnix.xml b/doc/en/Gtk/FileSystemUnix.xml index 070942cb4..f8317a61c 100644 --- a/doc/en/Gtk/FileSystemUnix.xml +++ b/doc/en/Gtk/FileSystemUnix.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -340,10 +341,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -354,10 +355,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -379,9 +380,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/FileSystemWin32.xml b/doc/en/Gtk/FileSystemWin32.xml index c67a73108..a12059be6 100644 --- a/doc/en/Gtk/FileSystemWin32.xml +++ b/doc/en/Gtk/FileSystemWin32.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -340,10 +341,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -354,10 +355,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -379,9 +380,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/FontButton.xml b/doc/en/Gtk/FontButton.xml index 7ba2c4c7f..8eeed0c5e 100644 --- a/doc/en/Gtk/FontButton.xml +++ b/doc/en/Gtk/FontButton.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -60,10 +61,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -74,10 +75,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -113,9 +114,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/FontSelection.xml b/doc/en/Gtk/FontSelection.xml index 00eb1ad9f..90cdfd7cf 100644 --- a/doc/en/Gtk/FontSelection.xml +++ b/doc/en/Gtk/FontSelection.xml @@ -166,7 +166,8 @@ Set the current font selection the name of the font to be selected - if the font was found and selected + + if the font was found and selected This can be used instead of setting property if you need to know whether or not was valid. diff --git a/doc/en/Gtk/FontSelectionDialog.xml b/doc/en/Gtk/FontSelectionDialog.xml index e47a6d52f..89555a83c 100644 --- a/doc/en/Gtk/FontSelectionDialog.xml +++ b/doc/en/Gtk/FontSelectionDialog.xml @@ -161,8 +161,9 @@ The font that was selected using the dialog. a - + + - + \ No newline at end of file diff --git a/doc/en/Gtk/IMContextSimple.xml b/doc/en/Gtk/IMContextSimple.xml index fd51787e7..78eccd6a7 100644 --- a/doc/en/Gtk/IMContextSimple.xml +++ b/doc/en/Gtk/IMContextSimple.xml @@ -111,4 +111,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/IconTheme.xml b/doc/en/Gtk/IconTheme.xml index 2028a486f..8e3cce0d2 100644 --- a/doc/en/Gtk/IconTheme.xml +++ b/doc/en/Gtk/IconTheme.xml @@ -109,8 +109,9 @@ In general, if you use you shoul - To be added - To be added + Disposes the resources associated with this object. + + diff --git a/doc/en/Gtk/Image.xml b/doc/en/Gtk/Image.xml index 9b7c539fc..cc94ebe4a 100644 --- a/doc/en/Gtk/Image.xml +++ b/doc/en/Gtk/Image.xml @@ -648,7 +648,8 @@ masked by the given . Get the pixmap and mask for an image the the mask - + + @@ -665,7 +666,8 @@ masked by the given . Get the image data and mask for an image the image data the mask - + + diff --git a/doc/en/Gtk/NodeView.xml b/doc/en/Gtk/NodeView.xml index 5bc62c1ca..32194c04d 100644 --- a/doc/en/Gtk/NodeView.xml +++ b/doc/en/Gtk/NodeView.xml @@ -89,4 +89,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/RadioToolButton.xml b/doc/en/Gtk/RadioToolButton.xml index 814c90035..cebd6beaf 100644 --- a/doc/en/Gtk/RadioToolButton.xml +++ b/doc/en/Gtk/RadioToolButton.xml @@ -10,7 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A radio-button control for a toolbar. - + + Gtk.ToggleToolButton @@ -37,7 +38,8 @@ Override to perform actions before object destruction. - + + @@ -51,7 +53,8 @@ Protected constructor. a a - + + @@ -65,7 +68,8 @@ Constructor for internal use only. a , pointer to underlying C object a - + + @@ -78,10 +82,11 @@ Constructor with support for button groups. a , an existing - radio button group, or if you are creating + radio button group, or if you are creating a new group a - + + @@ -95,12 +100,13 @@ Constructor for stock buttons with groups. a , an existing - radio button group, or if you are creating + radio button group, or if you are creating a new group a , the ID for a stock item to use for an icon and label. a - + + @@ -114,7 +120,8 @@ Create a new button in the same group as another. a , a button in the same group as the one to be created.. a - + + @@ -130,7 +137,8 @@ a , a button in the same group as the one to be created. a , the ID of the stock item to use for an icon and label. a - + + @@ -143,7 +151,8 @@ The of this object. a - + + @@ -156,8 +165,9 @@ The radio button group this button belongs to. a - + + - + \ No newline at end of file diff --git a/doc/en/Gtk/SeparatorToolItem.xml b/doc/en/Gtk/SeparatorToolItem.xml index 7dbe22844..79bb73d6a 100644 --- a/doc/en/Gtk/SeparatorToolItem.xml +++ b/doc/en/Gtk/SeparatorToolItem.xml @@ -10,7 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Separator object for toolbars. - + + Gtk.ToolItem @@ -37,11 +38,12 @@ Override for actions needed before object destruction. - + + - + Constructor @@ -51,7 +53,8 @@ Protected constructor. a a - + + @@ -65,7 +68,8 @@ Constructor for internal use only. a , pointer to underlying C object. a - + + @@ -76,7 +80,8 @@ Public constructor. a - + + @@ -89,7 +94,8 @@ The of this object. a - + + @@ -103,8 +109,9 @@ Returns whether this object is drawn as a line (true), or just blank (false). a - + + - + \ No newline at end of file diff --git a/doc/en/Gtk/ToggleAction.xml b/doc/en/Gtk/ToggleAction.xml index 84bdb3cbc..6cc7efe87 100644 --- a/doc/en/Gtk/ToggleAction.xml +++ b/doc/en/Gtk/ToggleAction.xml @@ -33,8 +33,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -69,10 +70,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -83,10 +84,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -117,9 +118,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml index 8962e29bd..5db21927c 100644 --- a/doc/en/Gtk/Tooltips.xml +++ b/doc/en/Gtk/Tooltips.xml @@ -212,7 +212,8 @@ class ToolTipsExample Number of milliseconds of mouse-hover before tooltips pop up. a - + + @@ -239,4 +240,4 @@ class ToolTipsExample - + \ No newline at end of file diff --git a/doc/en/Gtk/UIManager.xml b/doc/en/Gtk/UIManager.xml index db4809e04..181ce0343 100644 --- a/doc/en/Gtk/UIManager.xml +++ b/doc/en/Gtk/UIManager.xml @@ -67,8 +67,9 @@ The behaviour is chosen based on the "is_important" property of the action to wh - To be added - To be added + Disposes the resources associated with this object. + + @@ -379,9 +380,9 @@ The behaviour is chosen based on the "is_important" property of the action to wh - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 129115c5a..5b2354219 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1,4 +1,4 @@ - + diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index cbe6dbb6e..13dfcf2f4 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -1,4 +1,4 @@ - + diff --git a/doc/en/PanelApplet/PanelApplet.xml b/doc/en/PanelApplet/PanelApplet.xml index c5c8c09a9..a50bb62ca 100644 --- a/doc/en/PanelApplet/PanelApplet.xml +++ b/doc/en/PanelApplet/PanelApplet.xml @@ -36,8 +36,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -325,10 +326,10 @@ - To be added + Protected Constructor. a a - To be added + Chain to this constructor if you have manually registered a native value for your subclass. @@ -339,10 +340,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -364,9 +365,9 @@ - To be added + GType Property. a - To be added + Returns the native value for . diff --git a/doc/en/Vte/Bg.xml b/doc/en/Vte/Bg.xml index a73d2453b..33858eab6 100644 --- a/doc/en/Vte/Bg.xml +++ b/doc/en/Vte/Bg.xml @@ -47,8 +47,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -85,10 +86,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Vte/Reaper.xml b/doc/en/Vte/Reaper.xml index 07f2d1447..e8f2feff0 100644 --- a/doc/en/Vte/Reaper.xml +++ b/doc/en/Vte/Reaper.xml @@ -47,8 +47,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -90,10 +91,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/en/Vte/Terminal.xml b/doc/en/Vte/Terminal.xml index bf6ebec65..a2a24909d 100644 --- a/doc/en/Vte/Terminal.xml +++ b/doc/en/Vte/Terminal.xml @@ -148,8 +148,9 @@ class T - To be added - To be added + Disposes the resources associated with this object. + + @@ -1753,9 +1754,11 @@ class T Determines if a character is considered to be part of a word a - if is considered to be a word character according to the current value of . - + + if is considered to be a word character according to the current value of . + + - + \ No newline at end of file diff --git a/doc/en/Vte/TerminalAccessible.xml b/doc/en/Vte/TerminalAccessible.xml index 02f972ec7..9a9d27f4b 100644 --- a/doc/en/Vte/TerminalAccessible.xml +++ b/doc/en/Vte/TerminalAccessible.xml @@ -40,8 +40,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -566,10 +567,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. @@ -781,7 +782,8 @@ Gets the specified text. position the character at . - + + diff --git a/doc/en/Vte/TerminalAccessibleFactory.xml b/doc/en/Vte/TerminalAccessibleFactory.xml index 2aec30f75..74f005068 100644 --- a/doc/en/Vte/TerminalAccessibleFactory.xml +++ b/doc/en/Vte/TerminalAccessibleFactory.xml @@ -34,8 +34,9 @@ - To be added - To be added + Disposes the resources associated with this object. + + @@ -60,10 +61,10 @@ - To be added + Internal constructor a a - To be added + This is not typically used by C# code. diff --git a/doc/gen-finalize-docs.cs b/doc/gen-finalize-docs.cs new file mode 100644 index 000000000..3a6c82874 --- /dev/null +++ b/doc/gen-finalize-docs.cs @@ -0,0 +1,208 @@ +// gen-finalize-docs.cs - Generate documentation for Finalize method. +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenFinalizeDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + MethodInfo mi = t.GetMethod ("Finalize", BindingFlags.NonPublic | BindingFlags.Instance); + if (mi == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='Finalize']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode () as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "Disposes the resources associated with this object."; + rem.InnerXml = String.Empty; + } + else + { + Console.WriteLine ("Member had docs: Finalize"); + } + } + else + { + Console.WriteLine ("Member not found: Finalize"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +} +// gen-finalize-docs.cs - Generate documentation for Finalize method. +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenFinalizeDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + MethodInfo mi = t.GetMethod ("Finalize", BindingFlags.NonPublic | BindingFlags.Instance); + if (mi == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='Finalize']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode () as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "Disposes the resources associated with this object."; + rem.InnerXml = String.Empty; + } + else + { + Console.WriteLine ("Member had docs: Finalize"); + } + } + else + { + Console.WriteLine ("Member not found: Finalize"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +} diff --git a/doc/gen-gtype-ctor-docs.cs b/doc/gen-gtype-ctor-docs.cs new file mode 100644 index 000000000..d643ad801 --- /dev/null +++ b/doc/gen-gtype-ctor-docs.cs @@ -0,0 +1,105 @@ +// gen-gtype-ctor.cs - Generate documentation for Constructor (GType). +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenGtypeConstructorDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + // protected .ctor (GLib.GType) + ConstructorInfo ci = t.GetConstructor (BindingFlags.NonPublic | BindingFlags.Instance, null, new Type[] {typeof (GLib.GType)}, null); + if (ci == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='.ctor']/Parameters/Parameter[@Type='GLib.GType']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode ().ParentNode.ParentNode as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "Protected Constructor."; + rem.InnerXml = "Chain to this constructor if you have manually registered a native value for your subclass."; + } + else + { + Console.WriteLine ("Member had docs: .ctor (GType)"); + } + } + else + { + Console.WriteLine ("Member not found: .ctor (GType)"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +} diff --git a/doc/gen-gtype-docs.cs b/doc/gen-gtype-docs.cs new file mode 100644 index 000000000..9a9bc4232 --- /dev/null +++ b/doc/gen-gtype-docs.cs @@ -0,0 +1,208 @@ +// gen-gtype-docs.cs - Generate documentation for GType property. +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenGtypeDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + PropertyInfo pi = t.GetProperty ("GType"); + if (pi == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='GType']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode () as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "GType Property."; + rem.InnerXml = "Returns the native value for ."; + } + else + { + Console.WriteLine ("Member had docs: GType"); + } + } + else + { + Console.WriteLine ("Member not found: GType"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +} +// gen-gtype-docs.cs - Generate documentation for GType property. +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenGtypeDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + PropertyInfo pi = t.GetProperty ("GType"); + if (pi == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='GType']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode () as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "GType Property."; + rem.InnerXml = "Returns the native value for ."; + } + else + { + Console.WriteLine ("Member had docs: GType"); + } + } + else + { + Console.WriteLine ("Member not found: GType"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +} diff --git a/doc/gen-intptr-ctor-docs.cs b/doc/gen-intptr-ctor-docs.cs new file mode 100644 index 000000000..e1ab8d5bb --- /dev/null +++ b/doc/gen-intptr-ctor-docs.cs @@ -0,0 +1,104 @@ +// gen-intptr-ctor-docs.cs - Generate documentation for Constructor (IntPtr). +// +// Author: John Luke +// +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + +namespace GtkSharp.Docs +{ + using System; + using System.Collections; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.XPath; + + public class GenIntPtrConstructorDocs + { + public static int Main (string[] args) + { + XmlDocument api_doc = new XmlDocument (); + + foreach (string arg in args) + { + Assembly assembly; + try + { + assembly = Assembly.LoadFile (arg); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + foreach (Type t in assembly.GetTypes ()) + { + if (!t.IsSubclassOf (typeof (GLib.Object))) + continue; + + ConstructorInfo ci = t.GetConstructor (new Type[] {typeof (System.IntPtr)}); + if (ci == null) + continue; + + string filename = "en/" + t.Namespace + "/" + t.Name + ".xml"; + + try + { + Stream stream = File.OpenRead (filename); + api_doc.Load (stream); + stream.Close (); + Console.WriteLine ("opened:" + filename); + } + catch (XmlException e) + { + Console.WriteLine (e); + return 1; + } + + XPathNavigator api_nav = api_doc.CreateNavigator (); + + XPathNodeIterator iter = api_nav.Select ("/Type/Members/Member[@MemberName='.ctor']/Parameters/Parameter[@Type='System.IntPtr']"); + if (iter.MoveNext ()) + { + XmlElement elem = ((IHasXmlNode)iter.Current).GetNode ().ParentNode.ParentNode as XmlElement; + XmlElement summ = elem ["Docs"] ["summary"]; + XmlElement rem = elem ["Docs"] ["remarks"]; + string summary = summ.InnerXml; + string remarks = rem.InnerXml; + if (summary == "To be added" && remarks == "To be added") + { + summ.InnerXml = "Internal constructor"; + rem.InnerXml = "This is not typically used by C# code."; + } + else + { + Console.WriteLine ("Member had docs: .ctor (IntPtr)"); + } + } + else + { + Console.WriteLine ("Member not found: .ctor (IntPtr)"); + } + + api_doc.Save (filename); + } + } + return 0; + } + } +}