diff --git a/doc/ChangeLog b/doc/ChangeLog index d077196bb..fdd27958e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-23 Duncan Mak + + * en/*/*.xml: a Big patch. This adds code-generated documentation + for internal constructors, the GType property and the Finalized method. + 2003-02-22 Duncan Mak * en/Gtk/MovementStep.xml: diff --git a/doc/en/Atk/Action.xml b/doc/en/Atk/Action.xml index c38188aa3..0a05fc7ed 100644 --- a/doc/en/Atk/Action.xml +++ b/doc/en/Atk/Action.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Attribute.xml b/doc/en/Atk/Attribute.xml index c63543d3a..29c6a3d7b 100644 --- a/doc/en/Atk/Attribute.xml +++ b/doc/en/Atk/Attribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Component.xml b/doc/en/Atk/Component.xml index c5b66f26a..d2e4e6a49 100644 --- a/doc/en/Atk/Component.xml +++ b/doc/en/Atk/Component.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/CoordType.xml b/doc/en/Atk/CoordType.xml index da8037836..54112986f 100644 --- a/doc/en/Atk/CoordType.xml +++ b/doc/en/Atk/CoordType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Document.xml b/doc/en/Atk/Document.xml index 1966efe5e..9f4a7a9d7 100644 --- a/doc/en/Atk/Document.xml +++ b/doc/en/Atk/Document.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/EditableText.xml b/doc/en/Atk/EditableText.xml index 0bd2ee9c5..66d859909 100644 --- a/doc/en/Atk/EditableText.xml +++ b/doc/en/Atk/EditableText.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/EventListener.xml b/doc/en/Atk/EventListener.xml index c5eb2bb53..2e37b0a1f 100644 --- a/doc/en/Atk/EventListener.xml +++ b/doc/en/Atk/EventListener.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/EventListenerInit.xml b/doc/en/Atk/EventListenerInit.xml index 4b90acb88..6c7446897 100644 --- a/doc/en/Atk/EventListenerInit.xml +++ b/doc/en/Atk/EventListenerInit.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/FocusHandler.xml b/doc/en/Atk/FocusHandler.xml index 4bd552fb7..d2d1b503f 100644 --- a/doc/en/Atk/FocusHandler.xml +++ b/doc/en/Atk/FocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Function.xml b/doc/en/Atk/Function.xml index c230f91c7..ab182a66f 100644 --- a/doc/en/Atk/Function.xml +++ b/doc/en/Atk/Function.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/GObjectAccessible.xml b/doc/en/Atk/GObjectAccessible.xml index 3eb598b17..49822526e 100644 --- a/doc/en/Atk/GObjectAccessible.xml +++ b/doc/en/Atk/GObjectAccessible.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -47,8 +47,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -59,10 +59,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.GObjectAccessible' - To be added + Internal constructor + GLib type for the type + Creates a new instance of GObjectAccessible, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -73,10 +75,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.GObjectAccessible' - To be added + Internal constructor + Pointer to the C object. + An instance of GObjectAccessible, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -97,9 +101,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.GObjectAccessible + The GLib TYpe for the Atk.GObjectAccessible class. + diff --git a/doc/en/Atk/Hyperlink.xml b/doc/en/Atk/Hyperlink.xml index 9539fbb68..ed7af5c2e 100644 --- a/doc/en/Atk/Hyperlink.xml +++ b/doc/en/Atk/Hyperlink.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -164,8 +164,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -176,10 +176,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.Hyperlink' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Hyperlink, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -190,10 +192,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.Hyperlink' - To be added + Internal constructor + Pointer to the C object. + An instance of Hyperlink, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -214,9 +218,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.Hyperlink + The GLib TYpe for the Atk.Hyperlink class. + diff --git a/doc/en/Atk/Hypertext.xml b/doc/en/Atk/Hypertext.xml index 5984f1e3d..5c223a8bc 100644 --- a/doc/en/Atk/Hypertext.xml +++ b/doc/en/Atk/Hypertext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Image.xml b/doc/en/Atk/Image.xml index c21ea6199..9f8200dc0 100644 --- a/doc/en/Atk/Image.xml +++ b/doc/en/Atk/Image.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Implementor.xml b/doc/en/Atk/Implementor.xml index 696be9f32..de4649106 100644 --- a/doc/en/Atk/Implementor.xml +++ b/doc/en/Atk/Implementor.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/KeyEventStruct.xml b/doc/en/Atk/KeyEventStruct.xml index e07641eb4..1adb6e57e 100644 --- a/doc/en/Atk/KeyEventStruct.xml +++ b/doc/en/Atk/KeyEventStruct.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/KeyEventType.xml b/doc/en/Atk/KeyEventType.xml index abb02dfee..be6158532 100644 --- a/doc/en/Atk/KeyEventType.xml +++ b/doc/en/Atk/KeyEventType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/KeySnoopFunc.xml b/doc/en/Atk/KeySnoopFunc.xml index 9d771c3b2..d8010ac1b 100644 --- a/doc/en/Atk/KeySnoopFunc.xml +++ b/doc/en/Atk/KeySnoopFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Layer.xml b/doc/en/Atk/Layer.xml index 750c764a0..807713842 100644 --- a/doc/en/Atk/Layer.xml +++ b/doc/en/Atk/Layer.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/NoOpObject.xml b/doc/en/Atk/NoOpObject.xml index 681251508..ffb0eb011 100644 --- a/doc/en/Atk/NoOpObject.xml +++ b/doc/en/Atk/NoOpObject.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -1224,8 +1224,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -1236,10 +1236,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.NoOpObject' - To be added + Internal constructor + GLib type for the type + Creates a new instance of NoOpObject, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -1250,10 +1252,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.NoOpObject' - To be added + Internal constructor + Pointer to the C object. + An instance of NoOpObject, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -1288,9 +1292,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.NoOpObject + The GLib TYpe for the Atk.NoOpObject class. + diff --git a/doc/en/Atk/NoOpObjectFactory.xml b/doc/en/Atk/NoOpObjectFactory.xml index 23bfbe1bd..53a6634dd 100644 --- a/doc/en/Atk/NoOpObjectFactory.xml +++ b/doc/en/Atk/NoOpObjectFactory.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.NoOpObjectFactory' - To be added + Internal constructor + GLib type for the type + Creates a new instance of NoOpObjectFactory, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.NoOpObjectFactory' - To be added + Internal constructor + Pointer to the C object. + An instance of NoOpObjectFactory, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.NoOpObjectFactory + The GLib TYpe for the Atk.NoOpObjectFactory class. + diff --git a/doc/en/Atk/Object.xml b/doc/en/Atk/Object.xml index e0dd9b351..af85e6249 100644 --- a/doc/en/Atk/Object.xml +++ b/doc/en/Atk/Object.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -136,8 +136,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -148,10 +148,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.Object' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Object, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -162,10 +164,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.Object' - To be added + Internal constructor + Pointer to the C object. + An instance of Object, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -186,9 +190,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.Object + The GLib TYpe for the Atk.Object class. + diff --git a/doc/en/Atk/ObjectFactory.xml b/doc/en/Atk/ObjectFactory.xml index 913143d8d..9783a2fb4 100644 --- a/doc/en/Atk/ObjectFactory.xml +++ b/doc/en/Atk/ObjectFactory.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -59,8 +59,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -71,10 +71,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.ObjectFactory' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ObjectFactory, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -85,10 +87,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.ObjectFactory' - To be added + Internal constructor + Pointer to the C object. + An instance of ObjectFactory, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -109,9 +113,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.ObjectFactory + The GLib TYpe for the Atk.ObjectFactory class. + diff --git a/doc/en/Atk/PropertyChangeHandler.xml b/doc/en/Atk/PropertyChangeHandler.xml index 8eb3727bc..42dcd15cf 100644 --- a/doc/en/Atk/PropertyChangeHandler.xml +++ b/doc/en/Atk/PropertyChangeHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/PropertyValues.xml b/doc/en/Atk/PropertyValues.xml index 7ebf1b57f..4b993741d 100644 --- a/doc/en/Atk/PropertyValues.xml +++ b/doc/en/Atk/PropertyValues.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Registry.xml b/doc/en/Atk/Registry.xml index ac65e8244..22fa24a45 100644 --- a/doc/en/Atk/Registry.xml +++ b/doc/en/Atk/Registry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -80,8 +80,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -92,10 +92,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.Registry' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Registry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -106,10 +108,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.Registry' - To be added + Internal constructor + Pointer to the C object. + An instance of Registry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -130,9 +134,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.Registry + The GLib TYpe for the Atk.Registry class. + diff --git a/doc/en/Atk/Relation.xml b/doc/en/Atk/Relation.xml index 0477fc21d..ffb159f30 100644 --- a/doc/en/Atk/Relation.xml +++ b/doc/en/Atk/Relation.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -92,8 +92,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -104,10 +104,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.Relation' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Relation, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -118,10 +120,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.Relation' - To be added + Internal constructor + Pointer to the C object. + An instance of Relation, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -160,9 +164,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.Relation + The GLib TYpe for the Atk.Relation class. + diff --git a/doc/en/Atk/RelationSet.xml b/doc/en/Atk/RelationSet.xml index fe0516228..a40c5f750 100644 --- a/doc/en/Atk/RelationSet.xml +++ b/doc/en/Atk/RelationSet.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -109,8 +109,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -121,10 +121,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.RelationSet' - To be added + Internal constructor + GLib type for the type + Creates a new instance of RelationSet, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -135,10 +137,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.RelationSet' - To be added + Internal constructor + Pointer to the C object. + An instance of RelationSet, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -159,9 +163,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.RelationSet + The GLib TYpe for the Atk.RelationSet class. + diff --git a/doc/en/Atk/RelationType.xml b/doc/en/Atk/RelationType.xml index 6966d2320..5b961aa52 100644 --- a/doc/en/Atk/RelationType.xml +++ b/doc/en/Atk/RelationType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Role.xml b/doc/en/Atk/Role.xml index 455a4a819..cf5dc1cd3 100644 --- a/doc/en/Atk/Role.xml +++ b/doc/en/Atk/Role.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Selection.xml b/doc/en/Atk/Selection.xml index b06c12304..f5bae0820 100644 --- a/doc/en/Atk/Selection.xml +++ b/doc/en/Atk/Selection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/StateSet.xml b/doc/en/Atk/StateSet.xml index 0a4944903..f17477d3c 100644 --- a/doc/en/Atk/StateSet.xml +++ b/doc/en/Atk/StateSet.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -187,8 +187,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -199,10 +199,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.StateSet' - To be added + Internal constructor + GLib type for the type + Creates a new instance of StateSet, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -213,10 +215,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.StateSet' - To be added + Internal constructor + Pointer to the C object. + An instance of StateSet, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -237,9 +241,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.StateSet + The GLib TYpe for the Atk.StateSet class. + diff --git a/doc/en/Atk/StateType.xml b/doc/en/Atk/StateType.xml index b6bacbd67..aa631a672 100644 --- a/doc/en/Atk/StateType.xml +++ b/doc/en/Atk/StateType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/StreamableContent.xml b/doc/en/Atk/StreamableContent.xml index 7fe8f5b72..b4c5ea5c4 100644 --- a/doc/en/Atk/StreamableContent.xml +++ b/doc/en/Atk/StreamableContent.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Table.xml b/doc/en/Atk/Table.xml index eab585a9f..40dcaa48e 100644 --- a/doc/en/Atk/Table.xml +++ b/doc/en/Atk/Table.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Text.xml b/doc/en/Atk/Text.xml index f480d9088..e047f6500 100644 --- a/doc/en/Atk/Text.xml +++ b/doc/en/Atk/Text.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/TextAttribute.xml b/doc/en/Atk/TextAttribute.xml index ea5d315d1..c1c0a9ebd 100644 --- a/doc/en/Atk/TextAttribute.xml +++ b/doc/en/Atk/TextAttribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/TextBoundary.xml b/doc/en/Atk/TextBoundary.xml index 4afd05857..3743d043c 100644 --- a/doc/en/Atk/TextBoundary.xml +++ b/doc/en/Atk/TextBoundary.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Atk/Util.xml b/doc/en/Atk/Util.xml index fe8c09cb3..51b50eb8c 100644 --- a/doc/en/Atk/Util.xml +++ b/doc/en/Atk/Util.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Atk.Util' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Util, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.Util' - To be added + Internal constructor + Pointer to the C object. + An instance of Util, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Atk.Util + The GLib TYpe for the Atk.Util class. + diff --git a/doc/en/Atk/Value.xml b/doc/en/Atk/Value.xml index 4ef68fb2f..359605b36 100644 --- a/doc/en/Atk/Value.xml +++ b/doc/en/Atk/Value.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ChildrenChangedArgs.xml b/doc/en/AtkSharp/ChildrenChangedArgs.xml index d1dd1f8ea..94ac294e8 100644 --- a/doc/en/AtkSharp/ChildrenChangedArgs.xml +++ b/doc/en/AtkSharp/ChildrenChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ChildrenChangedHandler.xml b/doc/en/AtkSharp/ChildrenChangedHandler.xml index 0af067683..53531d93b 100644 --- a/doc/en/AtkSharp/ChildrenChangedHandler.xml +++ b/doc/en/AtkSharp/ChildrenChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ColumnDeletedArgs.xml b/doc/en/AtkSharp/ColumnDeletedArgs.xml index f6bbcdeda..6a06c5c7e 100644 --- a/doc/en/AtkSharp/ColumnDeletedArgs.xml +++ b/doc/en/AtkSharp/ColumnDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ColumnDeletedHandler.xml b/doc/en/AtkSharp/ColumnDeletedHandler.xml index 63d798e06..5c22ffcce 100644 --- a/doc/en/AtkSharp/ColumnDeletedHandler.xml +++ b/doc/en/AtkSharp/ColumnDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ColumnInsertedArgs.xml b/doc/en/AtkSharp/ColumnInsertedArgs.xml index 4c6ae7057..a3f2a09e9 100644 --- a/doc/en/AtkSharp/ColumnInsertedArgs.xml +++ b/doc/en/AtkSharp/ColumnInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/ColumnInsertedHandler.xml b/doc/en/AtkSharp/ColumnInsertedHandler.xml index 2b033a858..15e3b978d 100644 --- a/doc/en/AtkSharp/ColumnInsertedHandler.xml +++ b/doc/en/AtkSharp/ColumnInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/EventListenerInitNative.xml b/doc/en/AtkSharp/EventListenerInitNative.xml index 650aeb52b..a153c090c 100644 --- a/doc/en/AtkSharp/EventListenerInitNative.xml +++ b/doc/en/AtkSharp/EventListenerInitNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/EventListenerInitWrapper.xml b/doc/en/AtkSharp/EventListenerInitWrapper.xml index a930db7b1..01195fc68 100644 --- a/doc/en/AtkSharp/EventListenerInitWrapper.xml +++ b/doc/en/AtkSharp/EventListenerInitWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/EventListenerNative.xml b/doc/en/AtkSharp/EventListenerNative.xml index 403bce76e..ab126d6bf 100644 --- a/doc/en/AtkSharp/EventListenerNative.xml +++ b/doc/en/AtkSharp/EventListenerNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/EventListenerWrapper.xml b/doc/en/AtkSharp/EventListenerWrapper.xml index ec76be1c8..efca83060 100644 --- a/doc/en/AtkSharp/EventListenerWrapper.xml +++ b/doc/en/AtkSharp/EventListenerWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FocusEventArgs.xml b/doc/en/AtkSharp/FocusEventArgs.xml index b5788acff..b6a3248d3 100644 --- a/doc/en/AtkSharp/FocusEventArgs.xml +++ b/doc/en/AtkSharp/FocusEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FocusEventHandler.xml b/doc/en/AtkSharp/FocusEventHandler.xml index 418deee14..52186456e 100644 --- a/doc/en/AtkSharp/FocusEventHandler.xml +++ b/doc/en/AtkSharp/FocusEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FocusHandlerNative.xml b/doc/en/AtkSharp/FocusHandlerNative.xml index 817289725..b841c7f0d 100644 --- a/doc/en/AtkSharp/FocusHandlerNative.xml +++ b/doc/en/AtkSharp/FocusHandlerNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FocusHandlerWrapper.xml b/doc/en/AtkSharp/FocusHandlerWrapper.xml index c56a591a6..12212fa86 100644 --- a/doc/en/AtkSharp/FocusHandlerWrapper.xml +++ b/doc/en/AtkSharp/FocusHandlerWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FunctionNative.xml b/doc/en/AtkSharp/FunctionNative.xml index f36322aa2..27b4ff892 100644 --- a/doc/en/AtkSharp/FunctionNative.xml +++ b/doc/en/AtkSharp/FunctionNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/FunctionWrapper.xml b/doc/en/AtkSharp/FunctionWrapper.xml index 04c2f11ce..ec0c48210 100644 --- a/doc/en/AtkSharp/FunctionWrapper.xml +++ b/doc/en/AtkSharp/FunctionWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/KeySnoopFuncNative.xml b/doc/en/AtkSharp/KeySnoopFuncNative.xml index db3dfc94b..2f3dfb32d 100644 --- a/doc/en/AtkSharp/KeySnoopFuncNative.xml +++ b/doc/en/AtkSharp/KeySnoopFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/KeySnoopFuncWrapper.xml b/doc/en/AtkSharp/KeySnoopFuncWrapper.xml index 188372b30..e2ff365b0 100644 --- a/doc/en/AtkSharp/KeySnoopFuncWrapper.xml +++ b/doc/en/AtkSharp/KeySnoopFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/PropertyChangeArgs.xml b/doc/en/AtkSharp/PropertyChangeArgs.xml index f226145b3..193006f07 100644 --- a/doc/en/AtkSharp/PropertyChangeArgs.xml +++ b/doc/en/AtkSharp/PropertyChangeArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/PropertyChangeHandler.xml b/doc/en/AtkSharp/PropertyChangeHandler.xml index 4505a99f5..466e0ba5b 100644 --- a/doc/en/AtkSharp/PropertyChangeHandler.xml +++ b/doc/en/AtkSharp/PropertyChangeHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/PropertyChangeHandlerNative.xml b/doc/en/AtkSharp/PropertyChangeHandlerNative.xml index 1022b1d09..2659d80da 100644 --- a/doc/en/AtkSharp/PropertyChangeHandlerNative.xml +++ b/doc/en/AtkSharp/PropertyChangeHandlerNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/PropertyChangeHandlerWrapper.xml b/doc/en/AtkSharp/PropertyChangeHandlerWrapper.xml index 41729458a..1de560074 100644 --- a/doc/en/AtkSharp/PropertyChangeHandlerWrapper.xml +++ b/doc/en/AtkSharp/PropertyChangeHandlerWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/RowDeletedArgs.xml b/doc/en/AtkSharp/RowDeletedArgs.xml index e7d0cfe83..28e1e1080 100644 --- a/doc/en/AtkSharp/RowDeletedArgs.xml +++ b/doc/en/AtkSharp/RowDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/RowDeletedHandler.xml b/doc/en/AtkSharp/RowDeletedHandler.xml index 35886cefc..388cff714 100644 --- a/doc/en/AtkSharp/RowDeletedHandler.xml +++ b/doc/en/AtkSharp/RowDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/RowInsertedArgs.xml b/doc/en/AtkSharp/RowInsertedArgs.xml index 9a5cb4bf2..9cb428c49 100644 --- a/doc/en/AtkSharp/RowInsertedArgs.xml +++ b/doc/en/AtkSharp/RowInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/RowInsertedHandler.xml b/doc/en/AtkSharp/RowInsertedHandler.xml index 425d40b11..b80c83908 100644 --- a/doc/en/AtkSharp/RowInsertedHandler.xml +++ b/doc/en/AtkSharp/RowInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/StateChangeArgs.xml b/doc/en/AtkSharp/StateChangeArgs.xml index a4a4ae042..7d4065552 100644 --- a/doc/en/AtkSharp/StateChangeArgs.xml +++ b/doc/en/AtkSharp/StateChangeArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/StateChangeHandler.xml b/doc/en/AtkSharp/StateChangeHandler.xml index f1402f277..436bbc2af 100644 --- a/doc/en/AtkSharp/StateChangeHandler.xml +++ b/doc/en/AtkSharp/StateChangeHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/TextCaretMovedArgs.xml b/doc/en/AtkSharp/TextCaretMovedArgs.xml index 9fab86574..858b4289b 100644 --- a/doc/en/AtkSharp/TextCaretMovedArgs.xml +++ b/doc/en/AtkSharp/TextCaretMovedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/TextCaretMovedHandler.xml b/doc/en/AtkSharp/TextCaretMovedHandler.xml index 504301a51..e6124dacd 100644 --- a/doc/en/AtkSharp/TextCaretMovedHandler.xml +++ b/doc/en/AtkSharp/TextCaretMovedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/TextChangedArgs.xml b/doc/en/AtkSharp/TextChangedArgs.xml index 33d2a35d7..b9c5ec1f6 100644 --- a/doc/en/AtkSharp/TextChangedArgs.xml +++ b/doc/en/AtkSharp/TextChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/TextChangedHandler.xml b/doc/en/AtkSharp/TextChangedHandler.xml index 56054c24f..69ee51701 100644 --- a/doc/en/AtkSharp/TextChangedHandler.xml +++ b/doc/en/AtkSharp/TextChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectDelegate.xml b/doc/en/AtkSharp/voidObjectDelegate.xml index b676d3c56..60c638329 100644 --- a/doc/en/AtkSharp/voidObjectDelegate.xml +++ b/doc/en/AtkSharp/voidObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectPropertyValuesDelegate.xml b/doc/en/AtkSharp/voidObjectPropertyValuesDelegate.xml index bcb607a50..82e5e39d6 100644 --- a/doc/en/AtkSharp/voidObjectPropertyValuesDelegate.xml +++ b/doc/en/AtkSharp/voidObjectPropertyValuesDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectPropertyValuesSignal.xml b/doc/en/AtkSharp/voidObjectPropertyValuesSignal.xml index 362532469..7bd7cfdb8 100644 --- a/doc/en/AtkSharp/voidObjectPropertyValuesSignal.xml +++ b/doc/en/AtkSharp/voidObjectPropertyValuesSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectSignal.xml b/doc/en/AtkSharp/voidObjectSignal.xml index 6e7069481..d577a6677 100644 --- a/doc/en/AtkSharp/voidObjectSignal.xml +++ b/doc/en/AtkSharp/voidObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectboolDelegate.xml b/doc/en/AtkSharp/voidObjectboolDelegate.xml index c5bf2ad62..78a9002a7 100644 --- a/doc/en/AtkSharp/voidObjectboolDelegate.xml +++ b/doc/en/AtkSharp/voidObjectboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectboolSignal.xml b/doc/en/AtkSharp/voidObjectboolSignal.xml index 1c010cfc8..c126c860b 100644 --- a/doc/en/AtkSharp/voidObjectboolSignal.xml +++ b/doc/en/AtkSharp/voidObjectboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectintDelegate.xml b/doc/en/AtkSharp/voidObjectintDelegate.xml index d6d791835..abe1e228b 100644 --- a/doc/en/AtkSharp/voidObjectintDelegate.xml +++ b/doc/en/AtkSharp/voidObjectintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectintSignal.xml b/doc/en/AtkSharp/voidObjectintSignal.xml index db2e2cf70..db266a43e 100644 --- a/doc/en/AtkSharp/voidObjectintSignal.xml +++ b/doc/en/AtkSharp/voidObjectintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectintintDelegate.xml b/doc/en/AtkSharp/voidObjectintintDelegate.xml index aa5d6e0fa..7fffdbef3 100644 --- a/doc/en/AtkSharp/voidObjectintintDelegate.xml +++ b/doc/en/AtkSharp/voidObjectintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectintintSignal.xml b/doc/en/AtkSharp/voidObjectintintSignal.xml index e50befa1f..f3f291583 100644 --- a/doc/en/AtkSharp/voidObjectintintSignal.xml +++ b/doc/en/AtkSharp/voidObjectintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectstringboolDelegate.xml b/doc/en/AtkSharp/voidObjectstringboolDelegate.xml index 40b79be11..467fb6a13 100644 --- a/doc/en/AtkSharp/voidObjectstringboolDelegate.xml +++ b/doc/en/AtkSharp/voidObjectstringboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectstringboolSignal.xml b/doc/en/AtkSharp/voidObjectstringboolSignal.xml index 8229824a8..bfc359844 100644 --- a/doc/en/AtkSharp/voidObjectstringboolSignal.xml +++ b/doc/en/AtkSharp/voidObjectstringboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/AtkSharp/voidObjectuintIntPtrDelegate.xml b/doc/en/AtkSharp/voidObjectuintIntPtrDelegate.xml index 584efc59f..48c11c79f 100644 --- a/doc/en/AtkSharp/voidObjectuintIntPtrDelegate.xml +++ b/doc/en/AtkSharp/voidObjectuintIntPtrDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/AtkSharp/voidObjectuintIntPtrSignal.xml b/doc/en/AtkSharp/voidObjectuintIntPtrSignal.xml index 0c5cc8b6c..f7ede36d3 100644 --- a/doc/en/AtkSharp/voidObjectuintIntPtrSignal.xml +++ b/doc/en/AtkSharp/voidObjectuintIntPtrSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GLib/Boxed.xml b/doc/en/GLib/Boxed.xml index 64944e3fd..e53abf0ba 100644 --- a/doc/en/GLib/Boxed.xml +++ b/doc/en/GLib/Boxed.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/DelegateWrapper.xml b/doc/en/GLib/DelegateWrapper.xml index 8a40b2216..92fbe8705 100644 --- a/doc/en/GLib/DelegateWrapper.xml +++ b/doc/en/GLib/DelegateWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/EnumWrapper.xml b/doc/en/GLib/EnumWrapper.xml index 13a36905b..caa9d52b5 100644 --- a/doc/en/GLib/EnumWrapper.xml +++ b/doc/en/GLib/EnumWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/FileUtils.xml b/doc/en/GLib/FileUtils.xml index a5555eca3..2a386331e 100644 --- a/doc/en/GLib/FileUtils.xml +++ b/doc/en/GLib/FileUtils.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/GException.xml b/doc/en/GLib/GException.xml index 95bd027c7..3ee18ae2b 100644 --- a/doc/en/GLib/GException.xml +++ b/doc/en/GLib/GException.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,8 +28,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GLib/IWrapper.xml b/doc/en/GLib/IWrapper.xml index 560475125..c6b39a338 100644 --- a/doc/en/GLib/IWrapper.xml +++ b/doc/en/GLib/IWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Idle.xml b/doc/en/GLib/Idle.xml index 68f1ca554..555447d99 100644 --- a/doc/en/GLib/Idle.xml +++ b/doc/en/GLib/Idle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/IdleHandler.xml b/doc/en/GLib/IdleHandler.xml index 6ee92e438..1855ad005 100644 --- a/doc/en/GLib/IdleHandler.xml +++ b/doc/en/GLib/IdleHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/List.xml b/doc/en/GLib/List.xml index 7ef5e4933..c29f615ef 100644 --- a/doc/en/GLib/List.xml +++ b/doc/en/GLib/List.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,10 +53,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'GLib.List' - To be added + Internal constructor + Pointer to the C object. + An instance of List, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -68,11 +70,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Type' - To be added: an object of type 'GLib.List' - To be added + Internal constructor + Pointer to the C object. + An instance of List, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/GLib/ListBase.xml b/doc/en/GLib/ListBase.xml index 582429d69..d637cba31 100644 --- a/doc/en/GLib/ListBase.xml +++ b/doc/en/GLib/ListBase.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -137,8 +137,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GLib/Log.xml b/doc/en/GLib/Log.xml index 288c21e9b..770844936 100644 --- a/doc/en/GLib/Log.xml +++ b/doc/en/GLib/Log.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/LogFunc.xml b/doc/en/GLib/LogFunc.xml index 980675790..cf1f6137b 100644 --- a/doc/en/GLib/LogFunc.xml +++ b/doc/en/GLib/LogFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/LogLevelFlags.xml b/doc/en/GLib/LogLevelFlags.xml index 510c54189..486b90c6a 100644 --- a/doc/en/GLib/LogLevelFlags.xml +++ b/doc/en/GLib/LogLevelFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/MainContext.xml b/doc/en/GLib/MainContext.xml index 2a521f9ef..fab4319e6 100644 --- a/doc/en/GLib/MainContext.xml +++ b/doc/en/GLib/MainContext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index e71bb5ad5..6c1033596 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -216,8 +216,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -239,10 +239,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'GLib.Object' - To be added + Internal constructor + Pointer to the C object. + An instance of Object, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -253,10 +255,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'GLib.Object' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Object, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -266,9 +270,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for GLib.Object + The GLib TYpe for the GLib.Object class. + diff --git a/doc/en/GLib/Opaque.xml b/doc/en/GLib/Opaque.xml index 0f80c8f3e..e087bb6a0 100644 --- a/doc/en/GLib/Opaque.xml +++ b/doc/en/GLib/Opaque.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -84,10 +84,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'GLib.Opaque' - To be added + Internal constructor + Pointer to the C object. + An instance of Opaque, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/GLib/PrintFunc.xml b/doc/en/GLib/PrintFunc.xml index e376a721a..d4828fcd4 100644 --- a/doc/en/GLib/PrintFunc.xml +++ b/doc/en/GLib/PrintFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/SList.xml b/doc/en/GLib/SList.xml index 3a46c19ce..c61b9f153 100644 --- a/doc/en/GLib/SList.xml +++ b/doc/en/GLib/SList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,10 +53,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'GLib.SList' - To be added + Internal constructor + Pointer to the C object. + An instance of SList, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -68,11 +70,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Type' - To be added: an object of type 'GLib.SList' - To be added + Internal constructor + Pointer to the C object. + An instance of SList, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/GLib/SignalAttribute.xml b/doc/en/GLib/SignalAttribute.xml index d17ffcb33..0e67592a6 100644 --- a/doc/en/GLib/SignalAttribute.xml +++ b/doc/en/GLib/SignalAttribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Source.xml b/doc/en/GLib/Source.xml index 249b11f58..1764ad3c4 100644 --- a/doc/en/GLib/Source.xml +++ b/doc/en/GLib/Source.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Thread.xml b/doc/en/GLib/Thread.xml index 224c67e69..617612259 100644 --- a/doc/en/GLib/Thread.xml +++ b/doc/en/GLib/Thread.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Timeout.xml b/doc/en/GLib/Timeout.xml index 331362d43..565b6863b 100644 --- a/doc/en/GLib/Timeout.xml +++ b/doc/en/GLib/Timeout.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/TimeoutHandler.xml b/doc/en/GLib/TimeoutHandler.xml index 77712b274..e3131c6d2 100644 --- a/doc/en/GLib/TimeoutHandler.xml +++ b/doc/en/GLib/TimeoutHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/TypeFundamentals.xml b/doc/en/GLib/TypeFundamentals.xml index 419f57561..8171542a1 100644 --- a/doc/en/GLib/TypeFundamentals.xml +++ b/doc/en/GLib/TypeFundamentals.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/UnwrappedObject.xml b/doc/en/GLib/UnwrappedObject.xml index d4a53e0e2..c3cbca81c 100644 --- a/doc/en/GLib/UnwrappedObject.xml +++ b/doc/en/GLib/UnwrappedObject.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GLib/Value.xml b/doc/en/GLib/Value.xml index 6cba6a78f..ec3ca4195 100644 --- a/doc/en/GLib/Value.xml +++ b/doc/en/GLib/Value.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GLib/WrapperClassAttribute.xml b/doc/en/GLib/WrapperClassAttribute.xml index 2b2034870..2a4803290 100644 --- a/doc/en/GLib/WrapperClassAttribute.xml +++ b/doc/en/GLib/WrapperClassAttribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Atom.xml b/doc/en/Gdk/Atom.xml index dff127473..a5da6e658 100644 --- a/doc/en/Gdk/Atom.xml +++ b/doc/en/Gdk/Atom.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -59,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Atom' - To be added + Internal constructor + Pointer to the C object. + An instance of Atom, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/AxisUse.xml b/doc/en/Gdk/AxisUse.xml index 074fd9fd0..c16c8663e 100644 --- a/doc/en/Gdk/AxisUse.xml +++ b/doc/en/Gdk/AxisUse.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/BRESINFO.xml b/doc/en/Gdk/BRESINFO.xml index a75469375..9a56793d9 100644 --- a/doc/en/Gdk/BRESINFO.xml +++ b/doc/en/Gdk/BRESINFO.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Bitmap.xml b/doc/en/Gdk/Bitmap.xml index 3a0bb95b3..29081e931 100644 --- a/doc/en/Gdk/Bitmap.xml +++ b/doc/en/Gdk/Bitmap.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,8 +53,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -65,10 +65,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Bitmap' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Bitmap, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -79,10 +81,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Bitmap' - To be added + Internal constructor + Pointer to the C object. + An instance of Bitmap, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/ByteOrder.xml b/doc/en/Gdk/ByteOrder.xml index 408e3a677..3738520aa 100644 --- a/doc/en/Gdk/ByteOrder.xml +++ b/doc/en/Gdk/ByteOrder.xml @@ -5,10 +5,10 @@ 0.0.0.0 - Thread safe. + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A set of values describing the possible byte-orders for storing pixel values in memory. - + System.Enum diff --git a/doc/en/Gdk/CapStyle.xml b/doc/en/Gdk/CapStyle.xml index 6b7767b2c..4d1dd3183 100644 --- a/doc/en/Gdk/CapStyle.xml +++ b/doc/en/Gdk/CapStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Color.xml b/doc/en/Gdk/Color.xml index 7d08d60a6..ee67a928d 100644 --- a/doc/en/Gdk/Color.xml +++ b/doc/en/Gdk/Color.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -184,9 +184,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Color + The GLib TYpe for the Gdk.Color class. + diff --git a/doc/en/Gdk/Colormap.xml b/doc/en/Gdk/Colormap.xml index 36c6ab92e..d3c0d5aef 100644 --- a/doc/en/Gdk/Colormap.xml +++ b/doc/en/Gdk/Colormap.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -109,8 +109,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -121,10 +121,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Colormap' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Colormap, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -135,10 +137,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Colormap' - To be added + Internal constructor + Pointer to the C object. + An instance of Colormap, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -187,9 +191,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Colormap + The GLib TYpe for the Gdk.Colormap class. + diff --git a/doc/en/Gdk/Colorspace.xml b/doc/en/Gdk/Colorspace.xml index 2c5d69b3a..c63b5c4e7 100644 --- a/doc/en/Gdk/Colorspace.xml +++ b/doc/en/Gdk/Colorspace.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/CrossingMode.xml b/doc/en/Gdk/CrossingMode.xml index 04c220774..b83735de7 100644 --- a/doc/en/Gdk/CrossingMode.xml +++ b/doc/en/Gdk/CrossingMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Cursor.xml b/doc/en/Gdk/Cursor.xml index b30826551..a5b11c905 100644 --- a/doc/en/Gdk/Cursor.xml +++ b/doc/en/Gdk/Cursor.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -155,9 +155,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Cursor + The GLib TYpe for the Gdk.Cursor class. + diff --git a/doc/en/Gdk/CursorType.xml b/doc/en/Gdk/CursorType.xml index eee6f9efd..8bfb93a4b 100644 --- a/doc/en/Gdk/CursorType.xml +++ b/doc/en/Gdk/CursorType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/DestroyNotify.xml b/doc/en/Gdk/DestroyNotify.xml index 647b65d60..8841b05b0 100644 --- a/doc/en/Gdk/DestroyNotify.xml +++ b/doc/en/Gdk/DestroyNotify.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Device.xml b/doc/en/Gdk/Device.xml index 3bccebefa..8f93a5129 100644 --- a/doc/en/Gdk/Device.xml +++ b/doc/en/Gdk/Device.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -163,8 +163,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -175,10 +175,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Device' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Device, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -189,10 +191,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Device' - To be added + Internal constructor + Pointer to the C object. + An instance of Device, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -213,9 +217,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Device + The GLib TYpe for the Gdk.Device class. + diff --git a/doc/en/Gdk/DeviceAxis.xml b/doc/en/Gdk/DeviceAxis.xml index 23d719498..8ffbf7057 100644 --- a/doc/en/Gdk/DeviceAxis.xml +++ b/doc/en/Gdk/DeviceAxis.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/DeviceKey.xml b/doc/en/Gdk/DeviceKey.xml index 1c7389f4e..1b538d5f3 100644 --- a/doc/en/Gdk/DeviceKey.xml +++ b/doc/en/Gdk/DeviceKey.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/DragAction.xml b/doc/en/Gdk/DragAction.xml index 59160894c..1183531a7 100644 --- a/doc/en/Gdk/DragAction.xml +++ b/doc/en/Gdk/DragAction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/DragContext.xml b/doc/en/Gdk/DragContext.xml index fb42b55c3..dcdb537d5 100644 --- a/doc/en/Gdk/DragContext.xml +++ b/doc/en/Gdk/DragContext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.DragContext' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DragContext, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.DragContext' - To be added + Internal constructor + Pointer to the C object. + An instance of DragContext, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.DragContext + The GLib TYpe for the Gdk.DragContext class. + diff --git a/doc/en/Gdk/DragProtocol.xml b/doc/en/Gdk/DragProtocol.xml index 61c4f68bd..4bc69f9bb 100644 --- a/doc/en/Gdk/DragProtocol.xml +++ b/doc/en/Gdk/DragProtocol.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Drawable.xml b/doc/en/Gdk/Drawable.xml index 1d555fe14..06f9e2a69 100644 --- a/doc/en/Gdk/Drawable.xml +++ b/doc/en/Gdk/Drawable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -601,8 +601,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -613,10 +613,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Drawable' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Drawable, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -627,10 +629,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Drawable' - To be added + Internal constructor + Pointer to the C object. + An instance of Drawable, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -651,9 +655,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Drawable + The GLib TYpe for the Gdk.Drawable class. + diff --git a/doc/en/Gdk/EdgeTable.xml b/doc/en/Gdk/EdgeTable.xml index b04aafd6f..051897e5c 100644 --- a/doc/en/Gdk/EdgeTable.xml +++ b/doc/en/Gdk/EdgeTable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Event.xml b/doc/en/Gdk/Event.xml index 513ce74e0..3ad5fa3c7 100644 --- a/doc/en/Gdk/Event.xml +++ b/doc/en/Gdk/Event.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,10 +24,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Event' - To be added + Internal constructor + Pointer to the C object. + An instance of Event, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/EventAny.xml b/doc/en/Gdk/EventAny.xml index b03ae3bf3..e974f15cc 100644 --- a/doc/en/Gdk/EventAny.xml +++ b/doc/en/Gdk/EventAny.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventButton.xml b/doc/en/Gdk/EventButton.xml index e08afd826..c1958c473 100644 --- a/doc/en/Gdk/EventButton.xml +++ b/doc/en/Gdk/EventButton.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventClient.xml b/doc/en/Gdk/EventClient.xml index f43efa5d0..3c678f20a 100644 --- a/doc/en/Gdk/EventClient.xml +++ b/doc/en/Gdk/EventClient.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventConfigure.xml b/doc/en/Gdk/EventConfigure.xml index 7576c4068..2f752c307 100644 --- a/doc/en/Gdk/EventConfigure.xml +++ b/doc/en/Gdk/EventConfigure.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventCrossing.xml b/doc/en/Gdk/EventCrossing.xml index 60da9a506..95c08b2a8 100644 --- a/doc/en/Gdk/EventCrossing.xml +++ b/doc/en/Gdk/EventCrossing.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventDND.xml b/doc/en/Gdk/EventDND.xml index 62d4d0c68..863f1b195 100644 --- a/doc/en/Gdk/EventDND.xml +++ b/doc/en/Gdk/EventDND.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventExpose.xml b/doc/en/Gdk/EventExpose.xml index c9bd9a2fc..837206bb7 100644 --- a/doc/en/Gdk/EventExpose.xml +++ b/doc/en/Gdk/EventExpose.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventFocus.xml b/doc/en/Gdk/EventFocus.xml index b7d29d038..206c23257 100644 --- a/doc/en/Gdk/EventFocus.xml +++ b/doc/en/Gdk/EventFocus.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventFunc.xml b/doc/en/Gdk/EventFunc.xml index d8899263d..7873f03ce 100644 --- a/doc/en/Gdk/EventFunc.xml +++ b/doc/en/Gdk/EventFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventKey.xml b/doc/en/Gdk/EventKey.xml index 7fb24f73a..c5c685b66 100644 --- a/doc/en/Gdk/EventKey.xml +++ b/doc/en/Gdk/EventKey.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventMask.xml b/doc/en/Gdk/EventMask.xml index 63c762791..e1802191f 100644 --- a/doc/en/Gdk/EventMask.xml +++ b/doc/en/Gdk/EventMask.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventMotion.xml b/doc/en/Gdk/EventMotion.xml index cb0ccd8ca..65367fdab 100644 --- a/doc/en/Gdk/EventMotion.xml +++ b/doc/en/Gdk/EventMotion.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventNoExpose.xml b/doc/en/Gdk/EventNoExpose.xml index 25dd800eb..ae00e915f 100644 --- a/doc/en/Gdk/EventNoExpose.xml +++ b/doc/en/Gdk/EventNoExpose.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventProperty.xml b/doc/en/Gdk/EventProperty.xml index fd8d7758f..4134f3ca2 100644 --- a/doc/en/Gdk/EventProperty.xml +++ b/doc/en/Gdk/EventProperty.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventProximity.xml b/doc/en/Gdk/EventProximity.xml index b08df1014..9e35afd96 100644 --- a/doc/en/Gdk/EventProximity.xml +++ b/doc/en/Gdk/EventProximity.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventScroll.xml b/doc/en/Gdk/EventScroll.xml index ff8afa286..dfc1eece3 100644 --- a/doc/en/Gdk/EventScroll.xml +++ b/doc/en/Gdk/EventScroll.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventSelection.xml b/doc/en/Gdk/EventSelection.xml index ded458fe8..8c7066f47 100644 --- a/doc/en/Gdk/EventSelection.xml +++ b/doc/en/Gdk/EventSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventSetting.xml b/doc/en/Gdk/EventSetting.xml index 1542d686a..c37648416 100644 --- a/doc/en/Gdk/EventSetting.xml +++ b/doc/en/Gdk/EventSetting.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventType.xml b/doc/en/Gdk/EventType.xml index 6e949942a..4fb7323b1 100644 --- a/doc/en/Gdk/EventType.xml +++ b/doc/en/Gdk/EventType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventVisibility.xml b/doc/en/Gdk/EventVisibility.xml index d7f9bb2ff..3bb23fdb5 100644 --- a/doc/en/Gdk/EventVisibility.xml +++ b/doc/en/Gdk/EventVisibility.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/EventWindowState.xml b/doc/en/Gdk/EventWindowState.xml index 28a763f85..03b170e66 100644 --- a/doc/en/Gdk/EventWindowState.xml +++ b/doc/en/Gdk/EventWindowState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/ExtensionMode.xml b/doc/en/Gdk/ExtensionMode.xml index 1694bbd30..d1fa091cb 100644 --- a/doc/en/Gdk/ExtensionMode.xml +++ b/doc/en/Gdk/ExtensionMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Fill.xml b/doc/en/Gdk/Fill.xml index 77927016f..ed3923c3d 100644 --- a/doc/en/Gdk/Fill.xml +++ b/doc/en/Gdk/Fill.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/FillRule.xml b/doc/en/Gdk/FillRule.xml index 5f9b07fdf..2677e86a7 100644 --- a/doc/en/Gdk/FillRule.xml +++ b/doc/en/Gdk/FillRule.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/FilterFunc.xml b/doc/en/Gdk/FilterFunc.xml index 934e2b70e..6787a5731 100644 --- a/doc/en/Gdk/FilterFunc.xml +++ b/doc/en/Gdk/FilterFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/FilterReturn.xml b/doc/en/Gdk/FilterReturn.xml index dd282ef84..0731f2f11 100644 --- a/doc/en/Gdk/FilterReturn.xml +++ b/doc/en/Gdk/FilterReturn.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Font.xml b/doc/en/Gdk/Font.xml index 1eaea1e84..e3bd19b30 100644 --- a/doc/en/Gdk/Font.xml +++ b/doc/en/Gdk/Font.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -41,10 +41,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Font' - To be added + Internal constructor + Pointer to the C object. + An instance of Font, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/Function.xml b/doc/en/Gdk/Function.xml index 35f331c16..7c71fbce7 100644 --- a/doc/en/Gdk/Function.xml +++ b/doc/en/Gdk/Function.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/GC.xml b/doc/en/Gdk/GC.xml index 98ba00d4f..89aa8280b 100644 --- a/doc/en/Gdk/GC.xml +++ b/doc/en/Gdk/GC.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Represents a graphics context @@ -21,10 +21,8 @@ argument. - Graphics operations can be performed to either windows () or pixmaps (), which collectively are called - drawables (see cref="T:Gdk.Drawable"/>. Each drawable exists + Graphics operations can be performed to either windows () or pixmaps (), which collectively are called + drawables (see cref="T:Gdk.Drawable"/>. Each drawable exists on a single screen. A GC is created for a specific screen and drawable depth and can only be used with drawables of matching screen and depth. @@ -58,7 +56,7 @@ The GC to copy. - Copies the settings of the graphics + Copies the settings of the graphics context into this GC. @@ -230,8 +228,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -242,10 +240,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.GC' - To be added + Internal constructor + GLib type for the type + Creates a new instance of GC, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -256,10 +256,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.GC' - To be added + Internal constructor + Pointer to the C object. + An instance of GC, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -312,9 +314,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.GC + The GLib TYpe for the Gdk.GC class. + @@ -328,7 +330,7 @@ Set the foreground color of a GC using an unallocated color. - + an object of type 'Gdk.Color' Set the foreground color of a GC using an unallocated @@ -358,7 +360,7 @@ Sets the clip mask for a graphics context from a rectangle. The clip mask is interpreted relative to the clip - origin. (See ). + origin. (See ). @@ -397,7 +399,7 @@ Sets the clip mask for a graphics context from a bitmap. The clip mask is interpreted relative to the clip - origin. (See ). + origin. (See ). @@ -498,7 +500,7 @@ Sets the clip mask for a graphics context from a region structure. The clip mask is interpreted relative to - the clip origin. (See ). + the clip origin. (See ). @@ -537,8 +539,8 @@ Set the stipple bitmap for a graphics context. The - stipple will only be used if the fill mode is - or . + stipple will only be used if the fill mode is + or . @@ -599,7 +601,7 @@ Sets whether copying non-visible portions of a drawable using this graphics context generate exposure events for the corresponding regions of the destination - drawable. (See ). + drawable. (See ). diff --git a/doc/en/Gdk/GCValues.xml b/doc/en/Gdk/GCValues.xml index 8aee389d3..51489c4fd 100644 --- a/doc/en/Gdk/GCValues.xml +++ b/doc/en/Gdk/GCValues.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/GCValuesMask.xml b/doc/en/Gdk/GCValuesMask.xml index 1f3f6b5a1..8a318fe2f 100644 --- a/doc/en/Gdk/GCValuesMask.xml +++ b/doc/en/Gdk/GCValuesMask.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Geometry.xml b/doc/en/Gdk/Geometry.xml index 9bce69294..d15a20ff8 100644 --- a/doc/en/Gdk/Geometry.xml +++ b/doc/en/Gdk/Geometry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/GrabStatus.xml b/doc/en/Gdk/GrabStatus.xml index aaa33ad01..6ae22a933 100644 --- a/doc/en/Gdk/GrabStatus.xml +++ b/doc/en/Gdk/GrabStatus.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Gravity.xml b/doc/en/Gdk/Gravity.xml index c800c6bf9..48309be2d 100644 --- a/doc/en/Gdk/Gravity.xml +++ b/doc/en/Gdk/Gravity.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Image.xml b/doc/en/Gdk/Image.xml index fa32a868d..534547fc9 100644 --- a/doc/en/Gdk/Image.xml +++ b/doc/en/Gdk/Image.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -81,8 +81,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -93,10 +93,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Image' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Image, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -107,10 +109,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Image' - To be added + Internal constructor + Pointer to the C object. + An instance of Image, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -151,9 +155,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Image + The GLib TYpe for the Gdk.Image class. + diff --git a/doc/en/Gdk/ImageType.xml b/doc/en/Gdk/ImageType.xml index eb2b75686..baacfb511 100644 --- a/doc/en/Gdk/ImageType.xml +++ b/doc/en/Gdk/ImageType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/InputCondition.xml b/doc/en/Gdk/InputCondition.xml index d55184bc7..d0a0a28f7 100644 --- a/doc/en/Gdk/InputCondition.xml +++ b/doc/en/Gdk/InputCondition.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/InputFunction.xml b/doc/en/Gdk/InputFunction.xml index ebe317d1a..2524c7931 100644 --- a/doc/en/Gdk/InputFunction.xml +++ b/doc/en/Gdk/InputFunction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/InputMode.xml b/doc/en/Gdk/InputMode.xml index 4ef1b4331..4db83fece 100644 --- a/doc/en/Gdk/InputMode.xml +++ b/doc/en/Gdk/InputMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/InputSource.xml b/doc/en/Gdk/InputSource.xml index d697edf56..4d0755370 100644 --- a/doc/en/Gdk/InputSource.xml +++ b/doc/en/Gdk/InputSource.xml @@ -5,7 +5,7 @@ 0.0.0.0 - Not thread safe + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Describes the type of input device diff --git a/doc/en/Gdk/InterpType.xml b/doc/en/Gdk/InterpType.xml index 7abd357af..08acc307f 100644 --- a/doc/en/Gdk/InterpType.xml +++ b/doc/en/Gdk/InterpType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/JoinStyle.xml b/doc/en/Gdk/JoinStyle.xml index ca18acdaa..0fb011010 100644 --- a/doc/en/Gdk/JoinStyle.xml +++ b/doc/en/Gdk/JoinStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Keymap.xml b/doc/en/Gdk/Keymap.xml index 89388d1ee..094ae440f 100644 --- a/doc/en/Gdk/Keymap.xml +++ b/doc/en/Gdk/Keymap.xml @@ -5,11 +5,11 @@ 0.0.0.0 - Not thread safe + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Object for keyboard code manipulation - + Defines translations from keyboard states to a `keyval`. Two phase translation: determine keyboard group and level for keyboard state, then lookup the keycode/group/level triplet in the keymap and get the corresponding keyval. Keycode is the hardware/keyboard code for that key. Keygroup is used for language and horizontal tracking [ "group 1" is english, @@ -148,12 +148,8 @@ - - To be added - - - None - + Disposes the resources associated with the object. + @@ -164,13 +160,11 @@ - - Creates a Keymap based upon the GLib type. - - An object of type 'uint', the GLib type. - An object of type 'Gdk.Keymap', and gtype. + Internal constructor + GLib type for the type + Creates a new instance of Keymap, using the GLib-provided type - None + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. @@ -182,14 +176,11 @@ - - This is an internal constructor, and should not be used by - user code. - - An object of type 'IntPtr', pointer to a C object. - An object of type 'Gdk.Keymap' + Internal constructor + Pointer to the C object. + An instance of Keymap, wrapping the C object. - Wrapper for the C object. + This is an internal constructor, and should not be used by user code. @@ -225,9 +216,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Keymap + The GLib TYpe for the Gdk.Keymap class. + diff --git a/doc/en/Gdk/KeymapKey.xml b/doc/en/Gdk/KeymapKey.xml index 0ec0499f8..bfec46657 100644 --- a/doc/en/Gdk/KeymapKey.xml +++ b/doc/en/Gdk/KeymapKey.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/LineStyle.xml b/doc/en/Gdk/LineStyle.xml index e0c327c97..2106fdca3 100644 --- a/doc/en/Gdk/LineStyle.xml +++ b/doc/en/Gdk/LineStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/ModifierType.xml b/doc/en/Gdk/ModifierType.xml index 23259d802..4eb9496b0 100644 --- a/doc/en/Gdk/ModifierType.xml +++ b/doc/en/Gdk/ModifierType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/NotifyType.xml b/doc/en/Gdk/NotifyType.xml index 9e22b6bd6..19e8ffd94 100644 --- a/doc/en/Gdk/NotifyType.xml +++ b/doc/en/Gdk/NotifyType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/OverlapType.xml b/doc/en/Gdk/OverlapType.xml index d62d7c4b4..8749edda7 100644 --- a/doc/en/Gdk/OverlapType.xml +++ b/doc/en/Gdk/OverlapType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PangoAttrEmbossed.xml b/doc/en/Gdk/PangoAttrEmbossed.xml index f20ba489c..2cdac54bb 100644 --- a/doc/en/Gdk/PangoAttrEmbossed.xml +++ b/doc/en/Gdk/PangoAttrEmbossed.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PangoAttrStipple.xml b/doc/en/Gdk/PangoAttrStipple.xml index dfb5ba6c6..d4a4ac274 100644 --- a/doc/en/Gdk/PangoAttrStipple.xml +++ b/doc/en/Gdk/PangoAttrStipple.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index c99760829..351f6c6dc 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -5,7 +5,7 @@ 0.0.0.0 - Not thread safe + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Image representation. @@ -76,10 +76,10 @@ Source Gdk.Pixdata Whether to make a private copy of the data - + The return value is an initialized Pixbuf class - + This creates a Pixbuf from a class that implements the Gdk.Pixdata interface. @@ -98,16 +98,16 @@ Glib Type ID for the PixbufError interface. - + This returns the internal GLib type ID for the PixbufError interface - + - + Internal, to be used only with interop with Gtk+ code. - + @@ -122,16 +122,16 @@ Glib Type ID for the AlphaMode interface - + This returns the internal GLib type ID for the AlphaMode interface - + - + Internal, to be used only with interop with Gtk+ code. - + @@ -150,12 +150,12 @@ The string containing the XPM image - + An initialized Pixbuf class from the XPM image. - + - + XPM files are typically used in C programs to embed images in a textual form. They are not typically used with Mono programs and Gtk# programs as they can embed images @@ -179,32 +179,32 @@ Adds an alpha channel to the Pixbuf Whether to set a color to zero - opacity. If this is , then the (r, g, b) arguments will be ignored. + opacity. If this is , then the (r, g, b) arguments will be ignored. Red value to substitute Green value to substitute Blue value to substitute - A new pixbuf with an alpha channel. + + A new pixbuf with an alpha channel. + - + Takes an existing pixbuf and adds an alpha channel to it. If the existing pixbuf already had an alpha channel, the channel values are copied from the original; otherwise, the alpha channel is initialized to 255 (full opacity). - - If is , then the color specified by (, , ) + + If is , then the color specified by (, , ) will be assigned zero opacity. That is, if you pass (255, 255, 255) for the substitute color, all white pixels will become fully transparent. - + The original image is not modified, a copy of the image is made and returned. - + @@ -232,22 +232,22 @@ The color of check at upper left The color of the other check - - The new Pixbuf, or if not enough + + The new Pixbuf, or if not enough memory could be allocated for it. - + - - Creates a new Pixbuf by scaling to - x - and compositing the result with a checkboard - of colors and . + + Creates a new Pixbuf by scaling to + x + and compositing the result with a checkboard + of colors and . - + The colors must be in RGB format. - + @@ -275,19 +275,19 @@ The color of check at upper left The color of the other check - - The new Pixbuf, or if not enough + + The new Pixbuf, or if not enough memory could be allocated for it. - + - - Creates a new Pixbuf by scaling to - x - and compositing the result with a checkboard - of colors and . + + Creates a new Pixbuf by scaling to + x + and compositing the result with a checkboard + of colors and . - + @@ -307,33 +307,28 @@ The height of destination image The interpolation type for the transformation - - A new Pixbuf object, or if no + + A new Pixbuf object, or if no memory is available for the transformation. - + - + Create a new GdkPixbuf containing a copy of src scaled to - x . It leaves the current Pixbuf - unaffected. should be if you want maximum - speed (but when scaling down is usually unusably - ugly). The default should - be which offers + x . It leaves the current Pixbuf + unaffected. should be if you want maximum + speed (but when scaling down is usually unusably + ugly). The default should + be which offers reasonable quality and speed. - + You can scale a sub-portion of the Pixbuf by creating a sub-pixbuf using a Pixbuf constructor. - - For more complicated scale/compositions see and - - + + For more complicated scale/compositions see and + @@ -379,23 +374,21 @@ The color of check at upper left The color of the other check - + Creates a transformation of the Pixbuf by scaling by - and - then translating by and - , then composites the rectangle - ( ,, - , ) of the resulting image with a - checkboard of the colors and - and renders it onto the + and + then translating by and + , then composites the rectangle + ( ,, + , ) of the resulting image with a + checkboard of the colors and + and renders it onto the destination image. - - The and encode the color in 32-bit RGB format. + + The and encode the color in 32-bit RGB format. - + @@ -441,19 +434,18 @@ The color of check at upper left The color of the other check - + Creates a transformation of the Pixbuf by scaling by - and - then translating by and - , then composites the rectangle - ( ,, - , ) of the resulting image with a - checkboard of the colors and - and renders it onto the + and + then translating by and + , then composites the rectangle + ( ,, + , ) of the resulting image with a + checkboard of the colors and + and renders it onto the destination imag e. - + @@ -474,109 +466,89 @@ Gets an image from a Gdk.Image - Source Image (A ) - A colormap (if src does not have one set) (A + Source Image (A ) + A colormap (if src does not have one set) (A Source X coordinate within drawable. Source Y coordinate within drawable. Destination X coordinate in pixbuf, or 0 - if dest is . + if dest is . Destination Y coordinate in pixbuf, or 0 - if dest is . + if dest is . Width in pixels of region to get. Height in pixels of region to get. - - + The value of the Pixbuf (the same one that was passed) or - on error. See the remarks below + on error. See the remarks below for details on the possible ways on which this function might fail. - + - - Transfers image data from a and - converts it to an RGB(A) representation inside a . In other words, copies image data + + Transfers image data from a and + converts it to an RGB(A) representation inside a . In other words, copies image data from the Image (which might be potentially shared using shared memory between the client and the server) to a client-side RGB(A) buffer (the Pixbuf). This allows you to efficiently read individual pixels on the client side. - - If the has no colormap ( returns ), then a suitable colormap must be - specified. Typically a or a - pixmap created by passing a to - the constructor will already - have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), + + If the has no colormap ( returns ), then a suitable colormap must be + specified. Typically a or a + pixmap created by passing a to + the constructor will already + have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), then a colormap is not required; pixels with a value of 1 are assumed to be white, and pixels with a value of 0 are - assumed to be black. For taking screenshots, the property returns the + assumed to be black. For taking screenshots, the property returns the correct colormap to use. - - - If the specified destination pixbuf is , then this + + If the specified destination pixbuf is , then this function will create an RGB Pixbuf with 8 bits per channel and no alpha, with the same size specified by the width - and height arguments. In this case, the and arguments + and height arguments. In this case, the and arguments must be specified as 0. If the specified destination - pixbuf is not and it contains alpha + pixbuf is not and it contains alpha information, then the filled pixels will be set to full opacity (alpha = 255). - - - If the specified is a pixmap, + + If the specified is a pixmap, then the requested source rectangle must be completely contained within the pixmap, otherwise the function will - return . For pixmaps only (not for - windows) passing -1 for or - is allowed, to mean the full + return . For pixmaps only (not for + windows) passing -1 for or + is allowed, to mean the full width or height of the pixmap. - - - If the specified is a window, + + If the specified is a window, and the window is off the screen, then there is no image data in the obscured/offscreen regions to be placed in the - pixbuf. The contents of portions of the corresponding to the offscreen + pixbuf. The contents of portions of the corresponding to the offscreen region are undefined. - - + If the window you are obtaining data from is partially obscured by other windows, then the contents of the Pixbuf areas corresponding to the obscured regions are undefined. - - + If the target image is not mapped (typically because it's iconified/minimized or not on the current workspace), - then will be returned. + then will be returned. - - - If memory can't be allocated for the return value, will be returned instead. + + If memory can't be allocated for the return value, will be returned instead. - - + (In short, there are several ways this function can fail, - and if it fails it returns ; so + and if it fails it returns ; so check the return value.) - - + @@ -611,17 +583,17 @@ X offset for dither. Y offset for dither. - + Renders a rectangular portion of the Pixbuf into the - while using the specified - . This is done using GdkRGB, so the - specified drawable must have the + while using the specified + . This is done using GdkRGB, so the + specified drawable must have the visual and colormap. Note that this function will ignore the opacity information for images with an alpha channel; the GC must already have the clipping mask set if you want transparent regions to show through. - + For an explanation of dither offsets, see the GdkRGB documentation. In brief, the dither offset is important when re-rendering partial regions of an image to a @@ -631,7 +603,7 @@ results. If you do not have any of these cases, the dither offsets can be both zero. - + @@ -652,115 +624,93 @@ Gets image from a Gdk.Drawable - Source drawable (A ) - A colormap (if src does not have one set) (A + Source drawable (A ) + A colormap (if src does not have one set) (A Source X coordinate within drawable. Source Y coordinate within drawable. Destination X coordinate in pixbuf, or 0 - if dest is . + if dest is . Destination Y coordinate in pixbuf, or 0 - if dest is . + if dest is . Width in pixels of region to get. Height in pixels of region to get. - + The value of the Pixbuf (the same one that was passed) or - on error. See the remarks below + on error. See the remarks below for details on the possible ways on which this function might fail. - + - - Transfers image data from a - and converts it to an RGB(A) representation inside a . In other words, copies image data + + Transfers image data from a + and converts it to an RGB(A) representation inside a . In other words, copies image data from a server-side drawable to a client-side RGB(A) buffer. This allows you to efficiently read individual pixels on the client side. - - If the has no colormap ( returns ), then a suitable colormap must be - specified. Typically a or a - pixmap created by passing a to - the constructor will already - have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), + + If the has no colormap ( returns ), then a suitable colormap must be + specified. Typically a or a + pixmap created by passing a to + the constructor will already + have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), then a colormap is not required; pixels with a value of 1 are assumed to be white, and pixels with a value of 0 are - assumed to be black. For taking screenshots, the property returns the + assumed to be black. For taking screenshots, the property returns the correct colormap to use. - - - If the specified destination pixbuf is , then this + + If the specified destination pixbuf is , then this function will create an RGB Pixbuf with 8 bits per channel and no alpha, with the same size specified by the width - and height arguments. In this case, the and arguments + and height arguments. In this case, the and arguments must be specified as 0. If the specified destination - pixbuf is not and it contains alpha + pixbuf is not and it contains alpha information, then the filled pixels will be set to full opacity (alpha = 255). - - - If the specified is a pixmap, + + If the specified is a pixmap, then the requested source rectangle must be completely contained within the pixmap, otherwise the function will - return . For pixmaps only (not for - windows) passing -1 for or - is allowed, to mean the full + return . For pixmaps only (not for + windows) passing -1 for or + is allowed, to mean the full width or height of the pixmap. - - - If the specified is a window, + + If the specified is a window, and the window is off the screen, then there is no image data in the obscured/offscreen regions to be placed in the - pixbuf. The contents of portions of the corresponding to the offscreen + pixbuf. The contents of portions of the corresponding to the offscreen region are undefined. - - + If the window you are obtaining data from is partially obscured by other windows, then the contents of the Pixbuf areas corresponding to the obscured regions are undefined. - - + If the target drawable is not mapped (typically because it's iconified/minimized or not on the current workspace), - then will be returned. + then will be returned. - - - If memory can't be allocated for the return value, will be returned instead. + + If memory can't be allocated for the return value, will be returned instead. - - + (In short, there are several ways this function can fail, - and if it fails it returns ; so + and if it fails it returns ; so check the return value.) - - - This function calls - internally and converts the resulting image to a , so the documentation for is also + + This function calls + internally and converts the resulting image to a , so the documentation for is also relevant. - + @@ -781,107 +731,85 @@ Creates a Pixbuf from a Gdk.Drawable - Source drawable (A ) - A colormap (if src does not have one set) (A + Source drawable (A ) + A colormap (if src does not have one set) (A Source X coordinate within drawable. Source Y coordinate within drawable. Destination X coordinate in pixbuf, or 0 - if dest is . + if dest is . Destination Y coordinate in pixbuf, or 0 - if dest is . + if dest is . Width in pixels of region to get. Height in pixels of region to get. - - Transfers image data from a - and converts it to an RGB(A) representation inside a . In other words, copies image data + + Transfers image data from a + and converts it to an RGB(A) representation inside a . In other words, copies image data from a server-side drawable to a client-side RGB(A) buffer. This allows you to efficiently read individual pixels on the client side. - - If the has no colormap ( returns ), then a suitable colormap must be - specified. Typically a or a - pixmap created by passing a to - the constructor will already - have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), + + If the has no colormap ( returns ), then a suitable colormap must be + specified. Typically a or a + pixmap created by passing a to + the constructor will already + have a colormap associated with it. If the has a colormap, the argument will be ignored. If the is a bitmap (1 bit per pixel pixmap), then a colormap is not required; pixels with a value of 1 are assumed to be white, and pixels with a value of 0 are - assumed to be black. For taking screenshots, the property returns the + assumed to be black. For taking screenshots, the property returns the correct colormap to use. - - - If the specified destination pixbuf is , then this + + If the specified destination pixbuf is , then this function will create an RGB Pixbuf with 8 bits per channel and no alpha, with the same size specified by the width - and height arguments. In this case, the and arguments + and height arguments. In this case, the and arguments must be specified as 0. If the specified destination - pixbuf is not and it contains alpha + pixbuf is not and it contains alpha information, then the filled pixels will be set to full opacity (alpha = 255). - - - If the specified is a pixmap, + + If the specified is a pixmap, then the requested source rectangle must be completely contained within the pixmap, otherwise the function will - return . For pixmaps only (not for - windows) passing -1 for or - is allowed, to mean the full + return . For pixmaps only (not for + windows) passing -1 for or + is allowed, to mean the full width or height of the pixmap. - - - If the specified is a window, + + If the specified is a window, and the window is off the screen, then there is no image data in the obscured/offscreen regions to be placed in the - pixbuf. The contents of portions of the corresponding to the offscreen + pixbuf. The contents of portions of the corresponding to the offscreen region are undefined. - - + If the window you are obtaining data from is partially obscured by other windows, then the contents of the Pixbuf areas corresponding to the obscured regions are undefined. - - + If the target drawable is not mapped (typically because it's iconified/minimized or not on the current workspace), - then will be returned. + then will be returned. - - - If memory can't be allocated for the return value, will be returned instead. + + If memory can't be allocated for the return value, will be returned instead. - - + (In short, there are several ways this function can fail, - and if it fails it returns ; so + and if it fails it returns ; so check the return value.) - - - This function calls - internally and converts the resulting image to a , so the documentation for is also + + This function calls + internally and converts the resulting image to a , so the documentation for is also relevant. - + @@ -894,11 +822,11 @@ Copies the Pixbuf - - A copy of the data in the Pixbuf, or on failure + + A copy of the data in the Pixbuf, or on failure - - + + @@ -911,11 +839,11 @@ Clones the Pixbuf - - Implements the method. + + Implements the method. - - + + @@ -1001,17 +929,16 @@ The interpolation type for the transformation. Overall alpha for source image (0..255) - + Creates a transformation of the Pixbuf by scaling by - and - then translating by and - , then composites the rectangle - (, , - , ) of the resulting image onto the + and + then translating by and + , then composites the rectangle + (, , + , ) of the resulting image onto the destination image. - + @@ -1045,24 +972,23 @@ The scale factor in the X direction The scale factor in the Y direction The interpolation type for the transformation. - - + + Creates a transformation of the Pixbuf by scaling to - and - then translating by and - , then renders the rectangle - (, , - , ) of the resulting image onto the + and + then translating by and + , then renders the rectangle + (, , + , ) of the resulting image onto the destination image replacing the previous contents. - - Try to use , this + + Try to use , this function is the industrial-strength power tool you can - fall back to if is + fall back to if is not powerful enough. - + @@ -1090,12 +1016,12 @@ X coordinate within dest_pixbuf. Y coordinate within dest_pixbuf. - + Copies a rectangular area from src_pixbuf to dest_pixbuf. Conversion of pixbuf formats is done automatically. - + @@ -1113,12 +1039,12 @@ RGBA value for the pixel to set (0xffffffff is opaque white, 0x00000000 transparent black) - + Clears a pixbuf to the given RGBA value, converting the RGBA value into the pixbuf's pixel format. The alpha will be ignored if the Pixbuf does not have an alpha channel. - + @@ -1133,13 +1059,13 @@ Looks up an option in the Pixbuf the key to lookup - The value associated with the + The value associated with the - + Looks up key in the list of options that may have been attached to the pixbuf when it was loaded. - + @@ -1178,20 +1104,18 @@ saturation factor whether to pixelation will take place - + Modifies saturation and optionally pixelates the Pixbuf, - placing the result in . may be the same Pixbuf with no ill - effects. If is 1.0 then + placing the result in . may be the same Pixbuf with no ill + effects. If is 1.0 then saturation is not changed. If it's less than 1.0, saturation is reduced (the image is darkened); if greater than 1.0, saturation is increased (the image is - brightened). If is , then pixels are faded in a checkerboard + brightened). If is , then pixels are faded in a checkerboard pattern to create a pixelated image. src and dest must have the same image format, size, and rowstride. - + @@ -1261,8 +1185,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -1275,15 +1199,10 @@ Internal constructor GLib type for the type - Creates a new instance of the Pixbuf, using the - GLib-provided type + Creates a new instance of Pixbuf, using the GLib-provided type - - This is a constructor used by derivative types of that would have their own GLib type - assigned to it. This is not typically used by C# code. - - + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -1298,11 +1217,8 @@ Pointer to the C object. An instance of Pixbuf, wrapping the C object. - - This is an internal constructor, and should not be used by - user code. - - + This is an internal constructor, and should not be used by user code. + @@ -1318,19 +1234,19 @@ Constructor - The colorspace () + The colorspace () Whether the image should have transparency information. Number of bits per color sample. Width of image in pixels. Height of image in pixels. - - Creates a new structure and allocates a buffer + + Creates a new structure and allocates a buffer for it. The buffer has an optimal rowstride. Note that the buffer is not cleared; you will have to fill it completely yourself. - + @@ -1350,29 +1266,28 @@ Creates a pixbuf from a byte array (RGB or RGBA block) The array with the raw data. - The colorspace () + The colorspace () Whether the image should have transparency information. Number of bits per color sample. Width of image in pixels. Height of image in pixels. The row stride in the buffer pointed to - - Creates a Pixbuf from the byte + + Creates a Pixbuf from the byte array. The byte array should contain data in RGB format - or if the parameter is in RGBA format. Each channel should + or if the parameter is in RGBA format. Each channel should occupy a single byte. - + The size of the array is expected to contain at least as - lines as specified in and each - line is made up of bytes - (sometimes the same value as , but + lines as specified in and each + line is made up of bytes + (sometimes the same value as , but could be different sometimes due to line alignment for performance reasons). - + @@ -1386,13 +1301,13 @@ Creates Pixbuf from image file. Filename with the image - + Creates a new pixbuf by loading an image from a file. The file format is detected automatically (multiple formats are supported: JPG, PNG, TIFF, XPM, XBM). If the file is not - found, a will be thrown. + found, a will be thrown. - + @@ -1410,30 +1325,30 @@ Whether to make a private copy of the data - + Creates the Pixbuf from a flat representation that is suitable for storing as inline data in a program. Use this if the data is in a memory representation fetched from some source. - + GTK+ ships with a program called gdk-pixbuf-csource which allows for conversion of GdkPixbufs into an inline for C programs. representation. In almost all cases, you should pass the --raw flag to gdk-pixbuf-csource. A sample invocation would be. - - + + gdk-pixbuf-csource --raw --name=myimage_inline myimage.png - - + + Most .NET programs will use the Assembly-based constructor, which can load images from a named resource in the assembly. - + @@ -1449,21 +1364,20 @@ Creates a sub-Pixbuf from an existing one. - The containing . + The containing . X coord in src_pixbuf Y coord in src_pixbuf Width of region in src_pixbuf Height of region in src_pixbuf - + Creates a new pixbuf which represents a sub-region of - . The new pixbuf shares its + . The new pixbuf shares its pixels with the original pixbuf, so writing to one affects - both. The new pixbuf holds a reference to , so will + both. The new pixbuf holds a reference to , so will not be finalized until the new pixbuf is finalized. - + @@ -1488,12 +1402,12 @@ Creates a Pixbuf from an image stored in a Stream Input stream. - + A pixbuf is constructed from an image file in the incoming stream. The image file can be in any of the formats supported by the Pixbuf. - + @@ -1507,20 +1421,19 @@ Loads an image from an assembly resource The assembly to load the image from (or - for the default assembly. + for the default assembly. The resource name given to the image to load. - + A Pixbuf is constructed from the image file stored in the resources of specified assembly. If the specified assembly is null, then the code will load the resource from the same assembly as the calling assembly (It uses - + to determine the calling assembly). - + To link an image file into your program, invoke the compiler with the /resource: flag, like this: @@ -1530,9 +1443,8 @@ you can pass those two flags: mcs -resource:/usr/local/bin/logo.png,logo.png program.cs - - - + + @@ -1544,7 +1456,7 @@ The GLib Type for Gdk.Pixbuf The GLib TYpe for the Gdk.Pixbuf class. - + @@ -1567,15 +1479,15 @@ Height of the image - The height in pixels of the image + + The height in pixels of the image + - - See also the , and for more information about + + See also the , and for more information about the layout of the image. - + @@ -1588,10 +1500,7 @@ The image pixel information Returns the array with the pixel information - See also the , , and for more information about + See also the , , and for more information about the layout of the image. @@ -1604,15 +1513,16 @@ Returns whether the Pixbuf contains an alpha channel - if the image contains an Alpha - channel, otherwise. + + if the image contains an Alpha + channel, otherwise. - + The Pixbuf object handles images in either the RGB format, or the RGBA format. The alpha channel value is a value between 0 and 255 and controls the opacity of a given pixel. - + @@ -1623,13 +1533,14 @@ The width of the image - The width in pixels of the image + + The width in pixels of the image + - - This is the width of the image in pixels. See the property as well. + + This is the width of the image in pixels. See the property as well. - + @@ -1657,7 +1568,7 @@ Rowstride of the Pixbuf The rowstride property for the Pixbuf - + Queries the rowstride of a pixbuf. The rowstring is the number of bytes occupied by a row of pixels. Sometimes for alignment purposes, the rowstride might be bigger than @@ -1665,7 +1576,7 @@ manually process data from the image would scan lines by adding the value of the Rowstride. - + @@ -1678,10 +1589,10 @@ The colorspace for this Pixbuf The colorspace used by this Pixbuf - + Currently Pixbuf only support the RGB colorspace. - + diff --git a/doc/en/Gdk/PixbufAlphaMode.xml b/doc/en/Gdk/PixbufAlphaMode.xml index 88298d70c..ddccc8b72 100644 --- a/doc/en/Gdk/PixbufAlphaMode.xml +++ b/doc/en/Gdk/PixbufAlphaMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixbufAnimation.xml b/doc/en/Gdk/PixbufAnimation.xml index ad946fe53..9f378c80d 100644 --- a/doc/en/Gdk/PixbufAnimation.xml +++ b/doc/en/Gdk/PixbufAnimation.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -60,8 +60,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -72,10 +72,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.PixbufAnimation' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixbufAnimation, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -86,10 +88,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufAnimation' - To be added + Internal constructor + Pointer to the C object. + An instance of PixbufAnimation, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -124,9 +128,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.PixbufAnimation + The GLib TYpe for the Gdk.PixbufAnimation class. + diff --git a/doc/en/Gdk/PixbufAnimationIter.xml b/doc/en/Gdk/PixbufAnimationIter.xml index 0f866f5a5..b85ddd96a 100644 --- a/doc/en/Gdk/PixbufAnimationIter.xml +++ b/doc/en/Gdk/PixbufAnimationIter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -60,8 +60,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -72,10 +72,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.PixbufAnimationIter' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixbufAnimationIter, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -86,10 +88,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufAnimationIter' - To be added + Internal constructor + Pointer to the C object. + An instance of PixbufAnimationIter, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -110,9 +114,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.PixbufAnimationIter + The GLib TYpe for the Gdk.PixbufAnimationIter class. + diff --git a/doc/en/Gdk/PixbufDestroyNotify.xml b/doc/en/Gdk/PixbufDestroyNotify.xml index c00e5d2e2..53ce14a72 100644 --- a/doc/en/Gdk/PixbufDestroyNotify.xml +++ b/doc/en/Gdk/PixbufDestroyNotify.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixbufError.xml b/doc/en/Gdk/PixbufError.xml index 7be3b0579..502cba7a2 100644 --- a/doc/en/Gdk/PixbufError.xml +++ b/doc/en/Gdk/PixbufError.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixbufFrame.xml b/doc/en/Gdk/PixbufFrame.xml index e7f9dfbe0..8e6ddbf9d 100644 --- a/doc/en/Gdk/PixbufFrame.xml +++ b/doc/en/Gdk/PixbufFrame.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixbufFrameAction.xml b/doc/en/Gdk/PixbufFrameAction.xml index e7c42d6c0..21ffba1d8 100644 --- a/doc/en/Gdk/PixbufFrameAction.xml +++ b/doc/en/Gdk/PixbufFrameAction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixbufGifAnim.xml b/doc/en/Gdk/PixbufGifAnim.xml index 55650df36..20617372e 100644 --- a/doc/en/Gdk/PixbufGifAnim.xml +++ b/doc/en/Gdk/PixbufGifAnim.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -46,8 +46,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -58,10 +58,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.PixbufGifAnim' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixbufGifAnim, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -72,10 +74,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufGifAnim' - To be added + Internal constructor + Pointer to the C object. + An instance of PixbufGifAnim, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -96,9 +100,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.PixbufGifAnim + The GLib TYpe for the Gdk.PixbufGifAnim class. + diff --git a/doc/en/Gdk/PixbufGifAnimIter.xml b/doc/en/Gdk/PixbufGifAnimIter.xml index aa7a3be63..02f45c36e 100644 --- a/doc/en/Gdk/PixbufGifAnimIter.xml +++ b/doc/en/Gdk/PixbufGifAnimIter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.PixbufGifAnimIter' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixbufGifAnimIter, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufGifAnimIter' - To be added + Internal constructor + Pointer to the C object. + An instance of PixbufGifAnimIter, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.PixbufGifAnimIter + The GLib TYpe for the Gdk.PixbufGifAnimIter class. + diff --git a/doc/en/Gdk/PixbufLoader.xml b/doc/en/Gdk/PixbufLoader.xml index 3fbc7b2bd..7d8905910 100644 --- a/doc/en/Gdk/PixbufLoader.xml +++ b/doc/en/Gdk/PixbufLoader.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -62,8 +62,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -74,10 +74,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.PixbufLoader' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixbufLoader, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -88,10 +90,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PixbufLoader' - To be added + Internal constructor + Pointer to the C object. + An instance of PixbufLoader, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -126,9 +130,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.PixbufLoader + The GLib TYpe for the Gdk.PixbufLoader class. + diff --git a/doc/en/Gdk/PixbufModule.xml b/doc/en/Gdk/PixbufModule.xml index 0c6e42ca4..5d740f7fc 100644 --- a/doc/en/Gdk/PixbufModule.xml +++ b/doc/en/Gdk/PixbufModule.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Pixdata.xml b/doc/en/Gdk/Pixdata.xml index ec73c646a..2fd3cd5fe 100644 --- a/doc/en/Gdk/Pixdata.xml +++ b/doc/en/Gdk/Pixdata.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixdataDumpType.xml b/doc/en/Gdk/PixdataDumpType.xml index 851268aaa..bd9186a52 100644 --- a/doc/en/Gdk/PixdataDumpType.xml +++ b/doc/en/Gdk/PixdataDumpType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PixdataType.xml b/doc/en/Gdk/PixdataType.xml index 167f2a2f7..df3df5457 100644 --- a/doc/en/Gdk/PixdataType.xml +++ b/doc/en/Gdk/PixdataType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Pixmap.xml b/doc/en/Gdk/Pixmap.xml index 9bec85f16..9e8c838c2 100644 --- a/doc/en/Gdk/Pixmap.xml +++ b/doc/en/Gdk/Pixmap.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -183,8 +183,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -195,10 +195,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Pixmap' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Pixmap, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -209,10 +211,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Pixmap' - To be added + Internal constructor + Pointer to the C object. + An instance of Pixmap, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -253,9 +257,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Pixmap + The GLib TYpe for the Gdk.Pixmap class. + diff --git a/doc/en/Gdk/Point.xml b/doc/en/Gdk/Point.xml index cf59ccb69..eab161c2b 100644 --- a/doc/en/Gdk/Point.xml +++ b/doc/en/Gdk/Point.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PointerHooks.xml b/doc/en/Gdk/PointerHooks.xml index b5df4499c..ee0da7181 100644 --- a/doc/en/Gdk/PointerHooks.xml +++ b/doc/en/Gdk/PointerHooks.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PropMode.xml b/doc/en/Gdk/PropMode.xml index 209dee421..7979b12f8 100644 --- a/doc/en/Gdk/PropMode.xml +++ b/doc/en/Gdk/PropMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/PropertyState.xml b/doc/en/Gdk/PropertyState.xml index 3c697df59..4d8cb82df 100644 --- a/doc/en/Gdk/PropertyState.xml +++ b/doc/en/Gdk/PropertyState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Rectangle.xml b/doc/en/Gdk/Rectangle.xml index 9c8fe0e20..b6cc501e4 100644 --- a/doc/en/Gdk/Rectangle.xml +++ b/doc/en/Gdk/Rectangle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -147,9 +147,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Rectangle + The GLib TYpe for the Gdk.Rectangle class. + diff --git a/doc/en/Gdk/Region.xml b/doc/en/Gdk/Region.xml index ed9977d27..a8b4be509 100644 --- a/doc/en/Gdk/Region.xml +++ b/doc/en/Gdk/Region.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/RgbCmap.xml b/doc/en/Gdk/RgbCmap.xml index 9bc96ae41..712c432ca 100644 --- a/doc/en/Gdk/RgbCmap.xml +++ b/doc/en/Gdk/RgbCmap.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/RgbDither.xml b/doc/en/Gdk/RgbDither.xml index bf27f7c8e..74e999502 100644 --- a/doc/en/Gdk/RgbDither.xml +++ b/doc/en/Gdk/RgbDither.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Screen.xml b/doc/en/Gdk/Screen.xml index 68d1174b1..7d842a0c1 100644 --- a/doc/en/Gdk/Screen.xml +++ b/doc/en/Gdk/Screen.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -80,10 +80,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Screen' - To be added + Internal constructor + Pointer to the C object. + An instance of Screen, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/ScrollDirection.xml b/doc/en/Gdk/ScrollDirection.xml index e50da4cb0..ce000838f 100644 --- a/doc/en/Gdk/ScrollDirection.xml +++ b/doc/en/Gdk/ScrollDirection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Segment.xml b/doc/en/Gdk/Segment.xml index 57876b7be..cfaed65e0 100644 --- a/doc/en/Gdk/Segment.xml +++ b/doc/en/Gdk/Segment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/SettingAction.xml b/doc/en/Gdk/SettingAction.xml index bdea52d1c..440ed1c78 100644 --- a/doc/en/Gdk/SettingAction.xml +++ b/doc/en/Gdk/SettingAction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Span.xml b/doc/en/Gdk/Span.xml index f46df67cf..4114b5d9e 100644 --- a/doc/en/Gdk/Span.xml +++ b/doc/en/Gdk/Span.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/SpanFunc.xml b/doc/en/Gdk/SpanFunc.xml index eb780cfb8..b9815a672 100644 --- a/doc/en/Gdk/SpanFunc.xml +++ b/doc/en/Gdk/SpanFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Status.xml b/doc/en/Gdk/Status.xml index 027d37049..fa8491715 100644 --- a/doc/en/Gdk/Status.xml +++ b/doc/en/Gdk/Status.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/SubwindowMode.xml b/doc/en/Gdk/SubwindowMode.xml index 9da61434d..8b495dca5 100644 --- a/doc/en/Gdk/SubwindowMode.xml +++ b/doc/en/Gdk/SubwindowMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Threads.xml b/doc/en/Gdk/Threads.xml index 99d43b8f4..336b406ab 100644 --- a/doc/en/Gdk/Threads.xml +++ b/doc/en/Gdk/Threads.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/TimeCoord.xml b/doc/en/Gdk/TimeCoord.xml index 892006813..085efce3d 100644 --- a/doc/en/Gdk/TimeCoord.xml +++ b/doc/en/Gdk/TimeCoord.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/VisibilityState.xml b/doc/en/Gdk/VisibilityState.xml index 6ff3fc450..5d02720d2 100644 --- a/doc/en/Gdk/VisibilityState.xml +++ b/doc/en/Gdk/VisibilityState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Visual.xml b/doc/en/Gdk/Visual.xml index d57c2ac68..176b8a04e 100644 --- a/doc/en/Gdk/Visual.xml +++ b/doc/en/Gdk/Visual.xml @@ -5,7 +5,7 @@ 0.0.0.0 - Not thread safe + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Describes a particular video hardware display format. @@ -23,37 +23,28 @@ Usually you can avoid thinking about visuals in GTK+. Visuals - are useful to interpret the contents of a , but you should avoid GdkImage precisely - because its contents depend on the display hardware; use instead, for all but the most low-level - purposes. Also, anytime you provide a , the visual is implied as part of the - colormap (), so you won't + are useful to interpret the contents of a , but you should avoid GdkImage precisely + because its contents depend on the display hardware; use instead, for all but the most low-level + purposes. Also, anytime you provide a , the visual is implied as part of the + colormap (), so you won't have to provide a visual in addition. There are several standard visuals. The visual returned by - is the system's default - visual. return the visual most + is the system's default + visual. return the visual most suited to displaying full-color image data. If you use the - calls in , you should create your - windows using this visual (and the colormap returned by ). + calls in , you should create your + windows using this visual (and the colormap returned by ). A number of functions are provided for determining the "best" available visual. For the purposes of making this determination, higher bit depths are considered better, and - for visuals of the same bit depth, is preferred at 8bpp, + for visuals of the same bit depth, is preferred at 8bpp, otherwise, the visual types are ranked in the order of - (highest to lowest) - , , , , then - . + (highest to lowest) , , , , then + . @@ -84,15 +75,14 @@ A bit depth Best visual for the given depth. - + Get the best visual with depth depth for the default GDK screen. Color visuals and visuals with mutable colormaps are preferred over grayscale or fixed-colormap visuals. - The return value should not be freed. may be returned if no visual supports - . + The return value should not be freed. may be returned if no visual supports + . - + @@ -122,15 +112,13 @@ Required visual type. Best visual of the given type - - Get the best visual of the given for the default GDK screen. Visuals + + Get the best visual of the given for the default GDK screen. Visuals with higher color depths are considered better. The return - value should not be freed. may be - returned if no visual has type . + value should not be freed. may be + returned if no visual has type . - + @@ -150,16 +138,13 @@ Required visual type. Best visual of the given type and depth. - - Get the best visual of the given at the given for the default GDK screen. Visuals with + + Get the best visual of the given at the given for the default GDK screen. Visuals with higher color depths are considered better. The return - value should not be freed. may be - returned if no visual that match the type and . + value should not be freed. may be + returned if no visual that match the type and . - + @@ -170,8 +155,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -183,9 +168,11 @@ Internal constructor - GLib type. - A constructed Visual from a type - For internal use only. + GLib type for the type + Creates a new instance of Visual, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -196,10 +183,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Visual' - To be added + Internal constructor + Pointer to the C object. + An instance of Visual, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -220,9 +209,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gdk.Visual + The GLib TYpe for the Gdk.Visual class. + @@ -247,12 +236,12 @@ Best depth for the default Gdk screen. The best depth - + Get the best available depth for the default GDK screen. "Best" means "largest," i.e. 32 preferred over 24 preferred over 8 bits per pixel. - + @@ -275,7 +264,8 @@ The system'sdefault visual for the default GDK - screen. The system visual + screen. + The system visual Get the system'sdefault visual for the default GDK screen. This is the visual for the root window of the display. diff --git a/doc/en/Gdk/VisualType.xml b/doc/en/Gdk/VisualType.xml index 5ddc5d607..a5dde36d6 100644 --- a/doc/en/Gdk/VisualType.xml +++ b/doc/en/Gdk/VisualType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WMDecoration.xml b/doc/en/Gdk/WMDecoration.xml index 2576f3b6e..6bf386fd4 100644 --- a/doc/en/Gdk/WMDecoration.xml +++ b/doc/en/Gdk/WMDecoration.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WMFunction.xml b/doc/en/Gdk/WMFunction.xml index e68bfcc8f..78a66a23d 100644 --- a/doc/en/Gdk/WMFunction.xml +++ b/doc/en/Gdk/WMFunction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/Window.xml b/doc/en/Gdk/Window.xml index 518979020..519278bf4 100644 --- a/doc/en/Gdk/Window.xml +++ b/doc/en/Gdk/Window.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -1103,8 +1103,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -1115,10 +1115,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gdk.Window' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Window, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -1129,10 +1131,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Window' - To be added + Internal constructor + Pointer to the C object. + An instance of Window, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gdk/WindowAttr.xml b/doc/en/Gdk/WindowAttr.xml index d607bb3ec..2133abe9f 100644 --- a/doc/en/Gdk/WindowAttr.xml +++ b/doc/en/Gdk/WindowAttr.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowAttributesType.xml b/doc/en/Gdk/WindowAttributesType.xml index 990c99c22..547602d15 100644 --- a/doc/en/Gdk/WindowAttributesType.xml +++ b/doc/en/Gdk/WindowAttributesType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowClass.xml b/doc/en/Gdk/WindowClass.xml index e1b610331..1b76421cb 100644 --- a/doc/en/Gdk/WindowClass.xml +++ b/doc/en/Gdk/WindowClass.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowEdge.xml b/doc/en/Gdk/WindowEdge.xml index 730459f6e..54da873ab 100644 --- a/doc/en/Gdk/WindowEdge.xml +++ b/doc/en/Gdk/WindowEdge.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowHints.xml b/doc/en/Gdk/WindowHints.xml index b2d1ddae6..1fc572f5a 100644 --- a/doc/en/Gdk/WindowHints.xml +++ b/doc/en/Gdk/WindowHints.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowState.xml b/doc/en/Gdk/WindowState.xml index b742689b6..77a6d7135 100644 --- a/doc/en/Gdk/WindowState.xml +++ b/doc/en/Gdk/WindowState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowType.xml b/doc/en/Gdk/WindowType.xml index ad0e7aa08..373c394e3 100644 --- a/doc/en/Gdk/WindowType.xml +++ b/doc/en/Gdk/WindowType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gdk/WindowTypeHint.xml b/doc/en/Gdk/WindowTypeHint.xml index 966da06b4..f3792b5b2 100644 --- a/doc/en/Gdk/WindowTypeHint.xml +++ b/doc/en/Gdk/WindowTypeHint.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/AreaUpdatedArgs.xml b/doc/en/GdkSharp/AreaUpdatedArgs.xml index 1c1d31c1a..fcbdc0873 100644 --- a/doc/en/GdkSharp/AreaUpdatedArgs.xml +++ b/doc/en/GdkSharp/AreaUpdatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/AreaUpdatedHandler.xml b/doc/en/GdkSharp/AreaUpdatedHandler.xml index 4fa65b0bd..dbb75ab0e 100644 --- a/doc/en/GdkSharp/AreaUpdatedHandler.xml +++ b/doc/en/GdkSharp/AreaUpdatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/DestroyNotifyNative.xml b/doc/en/GdkSharp/DestroyNotifyNative.xml index 8fe43cc0c..f3ee97797 100644 --- a/doc/en/GdkSharp/DestroyNotifyNative.xml +++ b/doc/en/GdkSharp/DestroyNotifyNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/DestroyNotifyWrapper.xml b/doc/en/GdkSharp/DestroyNotifyWrapper.xml index 58153b896..c54e016bc 100644 --- a/doc/en/GdkSharp/DestroyNotifyWrapper.xml +++ b/doc/en/GdkSharp/DestroyNotifyWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/EventFuncNative.xml b/doc/en/GdkSharp/EventFuncNative.xml index d8f6a3d93..0652d7b57 100644 --- a/doc/en/GdkSharp/EventFuncNative.xml +++ b/doc/en/GdkSharp/EventFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/EventFuncWrapper.xml b/doc/en/GdkSharp/EventFuncWrapper.xml index 2a9ad40f3..7803196ab 100644 --- a/doc/en/GdkSharp/EventFuncWrapper.xml +++ b/doc/en/GdkSharp/EventFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/FilterFuncNative.xml b/doc/en/GdkSharp/FilterFuncNative.xml index a6d7ef726..63051a992 100644 --- a/doc/en/GdkSharp/FilterFuncNative.xml +++ b/doc/en/GdkSharp/FilterFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/FilterFuncWrapper.xml b/doc/en/GdkSharp/FilterFuncWrapper.xml index 1e7df3c5c..8c0be233c 100644 --- a/doc/en/GdkSharp/FilterFuncWrapper.xml +++ b/doc/en/GdkSharp/FilterFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/InputFunctionNative.xml b/doc/en/GdkSharp/InputFunctionNative.xml index cbddf5e2f..8eb5b9d2d 100644 --- a/doc/en/GdkSharp/InputFunctionNative.xml +++ b/doc/en/GdkSharp/InputFunctionNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/InputFunctionWrapper.xml b/doc/en/GdkSharp/InputFunctionWrapper.xml index 5eaf1fe32..b706ccc10 100644 --- a/doc/en/GdkSharp/InputFunctionWrapper.xml +++ b/doc/en/GdkSharp/InputFunctionWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/PixbufDestroyNotifyNative.xml b/doc/en/GdkSharp/PixbufDestroyNotifyNative.xml index 919083b95..df292da1f 100644 --- a/doc/en/GdkSharp/PixbufDestroyNotifyNative.xml +++ b/doc/en/GdkSharp/PixbufDestroyNotifyNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/PixbufDestroyNotifyWrapper.xml b/doc/en/GdkSharp/PixbufDestroyNotifyWrapper.xml index d2bb65ccb..ce6efb419 100644 --- a/doc/en/GdkSharp/PixbufDestroyNotifyWrapper.xml +++ b/doc/en/GdkSharp/PixbufDestroyNotifyWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/SpanFuncNative.xml b/doc/en/GdkSharp/SpanFuncNative.xml index 4173ea745..e50be26e9 100644 --- a/doc/en/GdkSharp/SpanFuncNative.xml +++ b/doc/en/GdkSharp/SpanFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/SpanFuncWrapper.xml b/doc/en/GdkSharp/SpanFuncWrapper.xml index 9424ede43..04bb780fa 100644 --- a/doc/en/GdkSharp/SpanFuncWrapper.xml +++ b/doc/en/GdkSharp/SpanFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/voidObjectDelegate.xml b/doc/en/GdkSharp/voidObjectDelegate.xml index e4d77f569..f3d15037f 100644 --- a/doc/en/GdkSharp/voidObjectDelegate.xml +++ b/doc/en/GdkSharp/voidObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/voidObjectSignal.xml b/doc/en/GdkSharp/voidObjectSignal.xml index 258a965f1..1df3d49e2 100644 --- a/doc/en/GdkSharp/voidObjectSignal.xml +++ b/doc/en/GdkSharp/voidObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GdkSharp/voidObjectintintintintDelegate.xml b/doc/en/GdkSharp/voidObjectintintintintDelegate.xml index 3f47a42c3..492ccf301 100644 --- a/doc/en/GdkSharp/voidObjectintintintintDelegate.xml +++ b/doc/en/GdkSharp/voidObjectintintintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GdkSharp/voidObjectintintintintSignal.xml b/doc/en/GdkSharp/voidObjectintintintintSignal.xml index bf2c90721..b7ad96085 100644 --- a/doc/en/GdkSharp/voidObjectintintintintSignal.xml +++ b/doc/en/GdkSharp/voidObjectintintintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/Glade/AccelInfo.xml b/doc/en/Glade/AccelInfo.xml index c95cbc744..3fc32d4f0 100644 --- a/doc/en/Glade/AccelInfo.xml +++ b/doc/en/Glade/AccelInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/ApplyCustomPropFunc.xml b/doc/en/Glade/ApplyCustomPropFunc.xml index ea0bf209e..763861192 100644 --- a/doc/en/Glade/ApplyCustomPropFunc.xml +++ b/doc/en/Glade/ApplyCustomPropFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/AtkActionInfo.xml b/doc/en/Glade/AtkActionInfo.xml index 768bb34ae..676779908 100644 --- a/doc/en/Glade/AtkActionInfo.xml +++ b/doc/en/Glade/AtkActionInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/AtkRelationInfo.xml b/doc/en/Glade/AtkRelationInfo.xml index a7106137f..85b2ed9ad 100644 --- a/doc/en/Glade/AtkRelationInfo.xml +++ b/doc/en/Glade/AtkRelationInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/BuildChildrenFunc.xml b/doc/en/Glade/BuildChildrenFunc.xml index ee1299f2a..767990e96 100644 --- a/doc/en/Glade/BuildChildrenFunc.xml +++ b/doc/en/Glade/BuildChildrenFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/ChildInfo.xml b/doc/en/Glade/ChildInfo.xml index b6ab2bed7..331ba898a 100644 --- a/doc/en/Glade/ChildInfo.xml +++ b/doc/en/Glade/ChildInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/FindInternalChildFunc.xml b/doc/en/Glade/FindInternalChildFunc.xml index 358cd9299..6c0d937be 100644 --- a/doc/en/Glade/FindInternalChildFunc.xml +++ b/doc/en/Glade/FindInternalChildFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/GladeWidgetAttribute.xml b/doc/en/Glade/GladeWidgetAttribute.xml index b3158650d..1f0dfbf32 100644 --- a/doc/en/Glade/GladeWidgetAttribute.xml +++ b/doc/en/Glade/GladeWidgetAttribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/HandlerNotFoundException.xml b/doc/en/Glade/HandlerNotFoundException.xml index bb566a1ba..3626ac434 100644 --- a/doc/en/Glade/HandlerNotFoundException.xml +++ b/doc/en/Glade/HandlerNotFoundException.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/Interface.xml b/doc/en/Glade/Interface.xml index c2dd8aa87..b46ecb169 100644 --- a/doc/en/Glade/Interface.xml +++ b/doc/en/Glade/Interface.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/NewFunc.xml b/doc/en/Glade/NewFunc.xml index bcfc1fca2..798596167 100644 --- a/doc/en/Glade/NewFunc.xml +++ b/doc/en/Glade/NewFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/Property.xml b/doc/en/Glade/Property.xml index aeb6c8c56..c6f397e57 100644 --- a/doc/en/Glade/Property.xml +++ b/doc/en/Glade/Property.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/RawXMLConnectFunc.xml b/doc/en/Glade/RawXMLConnectFunc.xml index 98b337b02..ae9922107 100644 --- a/doc/en/Glade/RawXMLConnectFunc.xml +++ b/doc/en/Glade/RawXMLConnectFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/SignalInfo.xml b/doc/en/Glade/SignalInfo.xml index 3d72c7294..f4faf4767 100644 --- a/doc/en/Glade/SignalInfo.xml +++ b/doc/en/Glade/SignalInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/WidgetInfo.xml b/doc/en/Glade/WidgetInfo.xml index 0fb48b029..8f1d123d3 100644 --- a/doc/en/Glade/WidgetInfo.xml +++ b/doc/en/Glade/WidgetInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/XML.xml b/doc/en/Glade/XML.xml index 3f48fc870..61b19ba3c 100644 --- a/doc/en/Glade/XML.xml +++ b/doc/en/Glade/XML.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -373,8 +373,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -385,10 +385,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Glade.XML' - To be added + Internal constructor + GLib type for the type + Creates a new instance of XML, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -399,10 +401,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Glade.XML' - To be added + Internal constructor + Pointer to the C object. + An instance of XML, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -499,9 +503,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Glade.XML + The GLib TYpe for the Glade.XML class. + diff --git a/doc/en/Glade/XMLConnectFunc.xml b/doc/en/Glade/XMLConnectFunc.xml index b7252599f..979b83b60 100644 --- a/doc/en/Glade/XMLConnectFunc.xml +++ b/doc/en/Glade/XMLConnectFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Glade/XMLCustomWidgetHandler.xml b/doc/en/Glade/XMLCustomWidgetHandler.xml index 34a470f88..e45a95d36 100644 --- a/doc/en/Glade/XMLCustomWidgetHandler.xml +++ b/doc/en/Glade/XMLCustomWidgetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/ApplyCustomPropFuncNative.xml b/doc/en/GladeSharp/ApplyCustomPropFuncNative.xml index 9a2252771..004388fa9 100644 --- a/doc/en/GladeSharp/ApplyCustomPropFuncNative.xml +++ b/doc/en/GladeSharp/ApplyCustomPropFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/ApplyCustomPropFuncWrapper.xml b/doc/en/GladeSharp/ApplyCustomPropFuncWrapper.xml index c02653b99..99f34ed1f 100644 --- a/doc/en/GladeSharp/ApplyCustomPropFuncWrapper.xml +++ b/doc/en/GladeSharp/ApplyCustomPropFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/BuildChildrenFuncNative.xml b/doc/en/GladeSharp/BuildChildrenFuncNative.xml index acd99a464..5c7440ca8 100644 --- a/doc/en/GladeSharp/BuildChildrenFuncNative.xml +++ b/doc/en/GladeSharp/BuildChildrenFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/BuildChildrenFuncWrapper.xml b/doc/en/GladeSharp/BuildChildrenFuncWrapper.xml index 30bcb451f..aed228b59 100644 --- a/doc/en/GladeSharp/BuildChildrenFuncWrapper.xml +++ b/doc/en/GladeSharp/BuildChildrenFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/FindInternalChildFuncNative.xml b/doc/en/GladeSharp/FindInternalChildFuncNative.xml index f1c4234c8..ecb5cfaf7 100644 --- a/doc/en/GladeSharp/FindInternalChildFuncNative.xml +++ b/doc/en/GladeSharp/FindInternalChildFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/FindInternalChildFuncWrapper.xml b/doc/en/GladeSharp/FindInternalChildFuncWrapper.xml index 853735f51..6b647473c 100644 --- a/doc/en/GladeSharp/FindInternalChildFuncWrapper.xml +++ b/doc/en/GladeSharp/FindInternalChildFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/NewFuncNative.xml b/doc/en/GladeSharp/NewFuncNative.xml index 8e2437268..40a01bbc6 100644 --- a/doc/en/GladeSharp/NewFuncNative.xml +++ b/doc/en/GladeSharp/NewFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/NewFuncWrapper.xml b/doc/en/GladeSharp/NewFuncWrapper.xml index 0f869413f..4946e4c71 100644 --- a/doc/en/GladeSharp/NewFuncWrapper.xml +++ b/doc/en/GladeSharp/NewFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/XMLConnectFuncNative.xml b/doc/en/GladeSharp/XMLConnectFuncNative.xml index 9a376e353..79f8c8669 100644 --- a/doc/en/GladeSharp/XMLConnectFuncNative.xml +++ b/doc/en/GladeSharp/XMLConnectFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/XMLConnectFuncWrapper.xml b/doc/en/GladeSharp/XMLConnectFuncWrapper.xml index 341029d2b..fc4dd84bb 100644 --- a/doc/en/GladeSharp/XMLConnectFuncWrapper.xml +++ b/doc/en/GladeSharp/XMLConnectFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/XMLCustomWidgetHandlerNative.xml b/doc/en/GladeSharp/XMLCustomWidgetHandlerNative.xml index f259c28d5..533e97fde 100644 --- a/doc/en/GladeSharp/XMLCustomWidgetHandlerNative.xml +++ b/doc/en/GladeSharp/XMLCustomWidgetHandlerNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GladeSharp/XMLCustomWidgetHandlerWrapper.xml b/doc/en/GladeSharp/XMLCustomWidgetHandlerWrapper.xml index 416216780..8e55bee84 100644 --- a/doc/en/GladeSharp/XMLCustomWidgetHandlerWrapper.xml +++ b/doc/en/GladeSharp/XMLCustomWidgetHandlerWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/About.xml b/doc/en/Gnome/About.xml index 78334eac2..1c47678ac 100644 --- a/doc/en/Gnome/About.xml +++ b/doc/en/Gnome/About.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -66,8 +66,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -78,10 +78,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.About' - To be added + Internal constructor + GLib type for the type + Creates a new instance of About, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -92,10 +94,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.About' - To be added + Internal constructor + Pointer to the C object. + An instance of About, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -144,9 +148,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.About + The GLib TYpe for the Gnome.About class. + diff --git a/doc/en/Gnome/App.xml b/doc/en/Gnome/App.xml index 6ccd3ab65..c7c669fbb 100644 --- a/doc/en/Gnome/App.xml +++ b/doc/en/Gnome/App.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -574,8 +574,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -586,10 +586,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.App' - To be added + Internal constructor + GLib type for the type + Creates a new instance of App, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -600,10 +602,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.App' - To be added + Internal constructor + Pointer to the C object. + An instance of App, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -640,9 +644,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.App + The GLib TYpe for the Gnome.App class. + diff --git a/doc/en/Gnome/AppBar.xml b/doc/en/Gnome/AppBar.xml index 84a4568eb..8f6e9e6cf 100644 --- a/doc/en/Gnome/AppBar.xml +++ b/doc/en/Gnome/AppBar.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -132,8 +132,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -144,10 +144,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.AppBar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of AppBar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -158,10 +160,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.AppBar' - To be added + Internal constructor + Pointer to the C object. + An instance of AppBar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -200,9 +204,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.AppBar + The GLib TYpe for the Gnome.AppBar class. + diff --git a/doc/en/Gnome/AppBarMsg.xml b/doc/en/Gnome/AppBarMsg.xml index 6afbe7feb..93df801aa 100644 --- a/doc/en/Gnome/AppBarMsg.xml +++ b/doc/en/Gnome/AppBarMsg.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.AppBarMsg' - To be added + Internal constructor + Pointer to the C object. + An instance of AppBarMsg, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/Canvas.xml b/doc/en/Gnome/Canvas.xml index d88f3f138..e75abc5f0 100644 --- a/doc/en/Gnome/Canvas.xml +++ b/doc/en/Gnome/Canvas.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -538,8 +538,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -550,10 +550,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Canvas' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Canvas, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -564,10 +566,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Canvas' - To be added + Internal constructor + Pointer to the C object. + An instance of Canvas, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -588,9 +592,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Canvas + The GLib TYpe for the Gnome.Canvas class. + diff --git a/doc/en/Gnome/CanvasBpath.xml b/doc/en/Gnome/CanvasBpath.xml index b8ae776c5..ecf5bd2eb 100644 --- a/doc/en/Gnome/CanvasBpath.xml +++ b/doc/en/Gnome/CanvasBpath.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasBpath' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasBpath, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasBpath' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasBpath, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasBpath + The GLib TYpe for the Gnome.CanvasBpath class. + diff --git a/doc/en/Gnome/CanvasBpathPriv.xml b/doc/en/Gnome/CanvasBpathPriv.xml index 2ce384823..dc7e7c830 100644 --- a/doc/en/Gnome/CanvasBpathPriv.xml +++ b/doc/en/Gnome/CanvasBpathPriv.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasBpathPriv' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasBpathPriv, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/CanvasBuf.xml b/doc/en/Gnome/CanvasBuf.xml index c9725cb80..10bad503f 100644 --- a/doc/en/Gnome/CanvasBuf.xml +++ b/doc/en/Gnome/CanvasBuf.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/CanvasClipgroup.xml b/doc/en/Gnome/CanvasClipgroup.xml index fc5ded6d7..2d7ae65ee 100644 --- a/doc/en/Gnome/CanvasClipgroup.xml +++ b/doc/en/Gnome/CanvasClipgroup.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasClipgroup' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasClipgroup, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasClipgroup' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasClipgroup, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasClipgroup + The GLib TYpe for the Gnome.CanvasClipgroup class. + diff --git a/doc/en/Gnome/CanvasEllipse.xml b/doc/en/Gnome/CanvasEllipse.xml index 337db56c1..9decd3e66 100644 --- a/doc/en/Gnome/CanvasEllipse.xml +++ b/doc/en/Gnome/CanvasEllipse.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasEllipse' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasEllipse, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasEllipse' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasEllipse, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasEllipse + The GLib TYpe for the Gnome.CanvasEllipse class. + diff --git a/doc/en/Gnome/CanvasGroup.xml b/doc/en/Gnome/CanvasGroup.xml index 9214913b4..d623ae362 100644 --- a/doc/en/Gnome/CanvasGroup.xml +++ b/doc/en/Gnome/CanvasGroup.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasGroup' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasGroup, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasGroup' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasGroup, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -97,9 +101,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasGroup + The GLib TYpe for the Gnome.CanvasGroup class. + diff --git a/doc/en/Gnome/CanvasItem.xml b/doc/en/Gnome/CanvasItem.xml index cb69e5a1f..279cba3f6 100644 --- a/doc/en/Gnome/CanvasItem.xml +++ b/doc/en/Gnome/CanvasItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -394,8 +394,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -406,10 +406,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -420,10 +422,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasItem' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -460,9 +464,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasItem + The GLib TYpe for the Gnome.CanvasItem class. + diff --git a/doc/en/Gnome/CanvasLine.xml b/doc/en/Gnome/CanvasLine.xml index 317f0668c..b256643d6 100644 --- a/doc/en/Gnome/CanvasLine.xml +++ b/doc/en/Gnome/CanvasLine.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasLine' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasLine, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasLine' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasLine, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasLine + The GLib TYpe for the Gnome.CanvasLine class. + diff --git a/doc/en/Gnome/CanvasPathDef.xml b/doc/en/Gnome/CanvasPathDef.xml index e4b74683e..b2449e35b 100644 --- a/doc/en/Gnome/CanvasPathDef.xml +++ b/doc/en/Gnome/CanvasPathDef.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -480,10 +480,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasPathDef' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasPathDef, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/CanvasPixbuf.xml b/doc/en/Gnome/CanvasPixbuf.xml index 16e56abed..9d215659e 100644 --- a/doc/en/Gnome/CanvasPixbuf.xml +++ b/doc/en/Gnome/CanvasPixbuf.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasPixbuf' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasPixbuf, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasPixbuf' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasPixbuf, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasPixbuf + The GLib TYpe for the Gnome.CanvasPixbuf class. + diff --git a/doc/en/Gnome/CanvasPoints.xml b/doc/en/Gnome/CanvasPoints.xml index b8e47e846..251771d89 100644 --- a/doc/en/Gnome/CanvasPoints.xml +++ b/doc/en/Gnome/CanvasPoints.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -144,9 +144,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasPoints + The GLib TYpe for the Gnome.CanvasPoints class. + diff --git a/doc/en/Gnome/CanvasPolygon.xml b/doc/en/Gnome/CanvasPolygon.xml index e9f3968c4..610d4f0b6 100644 --- a/doc/en/Gnome/CanvasPolygon.xml +++ b/doc/en/Gnome/CanvasPolygon.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,8 +53,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -65,10 +65,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasPolygon' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasPolygon, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -79,10 +81,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasPolygon' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasPolygon, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -117,9 +121,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasPolygon + The GLib TYpe for the Gnome.CanvasPolygon class. + diff --git a/doc/en/Gnome/CanvasProxy.xml b/doc/en/Gnome/CanvasProxy.xml index 9ae748f88..df3555b10 100644 --- a/doc/en/Gnome/CanvasProxy.xml +++ b/doc/en/Gnome/CanvasProxy.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,10 +31,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasProxy' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasProxy, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/CanvasRE.xml b/doc/en/Gnome/CanvasRE.xml index b05bf2317..5c5d200d8 100644 --- a/doc/en/Gnome/CanvasRE.xml +++ b/doc/en/Gnome/CanvasRE.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasRE' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasRE, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasRE' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasRE, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -97,9 +101,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasRE + The GLib TYpe for the Gnome.CanvasRE class. + diff --git a/doc/en/Gnome/CanvasRect.xml b/doc/en/Gnome/CanvasRect.xml index df652b67f..23b1b0a68 100644 --- a/doc/en/Gnome/CanvasRect.xml +++ b/doc/en/Gnome/CanvasRect.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasRect' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasRect, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasRect' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasRect, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasRect + The GLib TYpe for the Gnome.CanvasRect class. + diff --git a/doc/en/Gnome/CanvasRichText.xml b/doc/en/Gnome/CanvasRichText.xml index aae6e5e47..128f9d07e 100644 --- a/doc/en/Gnome/CanvasRichText.xml +++ b/doc/en/Gnome/CanvasRichText.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -103,8 +103,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -115,10 +115,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasRichText' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasRichText, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -129,10 +131,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasRichText' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasRichText, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -167,9 +171,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasRichText + The GLib TYpe for the Gnome.CanvasRichText class. + diff --git a/doc/en/Gnome/CanvasShape.xml b/doc/en/Gnome/CanvasShape.xml index 707fa03da..ee6345399 100644 --- a/doc/en/Gnome/CanvasShape.xml +++ b/doc/en/Gnome/CanvasShape.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasShape' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasShape, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasShape' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasShape, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -97,9 +101,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasShape + The GLib TYpe for the Gnome.CanvasShape class. + diff --git a/doc/en/Gnome/CanvasShapePriv.xml b/doc/en/Gnome/CanvasShapePriv.xml index 5ae5c569b..c517a192a 100644 --- a/doc/en/Gnome/CanvasShapePriv.xml +++ b/doc/en/Gnome/CanvasShapePriv.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasShapePriv' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasShapePriv, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/CanvasText.xml b/doc/en/Gnome/CanvasText.xml index 4875441cc..45652f657 100644 --- a/doc/en/Gnome/CanvasText.xml +++ b/doc/en/Gnome/CanvasText.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasText' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasText, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasText' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasText, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasText + The GLib TYpe for the Gnome.CanvasText class. + diff --git a/doc/en/Gnome/CanvasWidget.xml b/doc/en/Gnome/CanvasWidget.xml index 518b8148b..ca3d191a7 100644 --- a/doc/en/Gnome/CanvasWidget.xml +++ b/doc/en/Gnome/CanvasWidget.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.CanvasWidget' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CanvasWidget, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.CanvasWidget' - To be added + Internal constructor + Pointer to the C object. + An instance of CanvasWidget, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -95,9 +99,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.CanvasWidget + The GLib TYpe for the Gnome.CanvasWidget class. + diff --git a/doc/en/Gnome/Client.xml b/doc/en/Gnome/Client.xml index 0a9d994bf..e82d4e587 100644 --- a/doc/en/Gnome/Client.xml +++ b/doc/en/Gnome/Client.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -324,8 +324,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -336,10 +336,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Client' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Client, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -350,10 +352,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Client' - To be added + Internal constructor + Pointer to the C object. + An instance of Client, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -374,9 +378,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Client + The GLib TYpe for the Gnome.Client class. + diff --git a/doc/en/Gnome/ClientFlags.xml b/doc/en/Gnome/ClientFlags.xml index 6b82ea4bb..9ae1b350b 100644 --- a/doc/en/Gnome/ClientFlags.xml +++ b/doc/en/Gnome/ClientFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ClientState.xml b/doc/en/Gnome/ClientState.xml index 05d3dac5e..d4e988307 100644 --- a/doc/en/Gnome/ClientState.xml +++ b/doc/en/Gnome/ClientState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ColorPicker.xml b/doc/en/Gnome/ColorPicker.xml index 63df167cf..a80b9a135 100644 --- a/doc/en/Gnome/ColorPicker.xml +++ b/doc/en/Gnome/ColorPicker.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -163,8 +163,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -175,10 +175,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.ColorPicker' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ColorPicker, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -189,10 +191,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.ColorPicker' - To be added + Internal constructor + Pointer to the C object. + An instance of ColorPicker, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -213,9 +217,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.ColorPicker + The GLib TYpe for the Gnome.ColorPicker class. + diff --git a/doc/en/Gnome/DateEdit.xml b/doc/en/Gnome/DateEdit.xml index 50d5c963a..46ad6dbc4 100644 --- a/doc/en/Gnome/DateEdit.xml +++ b/doc/en/Gnome/DateEdit.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -82,8 +82,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -94,10 +94,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.DateEdit' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DateEdit, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -108,10 +110,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.DateEdit' - To be added + Internal constructor + Pointer to the C object. + An instance of DateEdit, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -132,9 +136,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.DateEdit + The GLib TYpe for the Gnome.DateEdit class. + diff --git a/doc/en/Gnome/DateEditFlags.xml b/doc/en/Gnome/DateEditFlags.xml index 957da3cf6..beda909a9 100644 --- a/doc/en/Gnome/DateEditFlags.xml +++ b/doc/en/Gnome/DateEditFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/DialogType.xml b/doc/en/Gnome/DialogType.xml index 02245566e..46a962036 100644 --- a/doc/en/Gnome/DialogType.xml +++ b/doc/en/Gnome/DialogType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Druid.xml b/doc/en/Gnome/Druid.xml index eede65f59..9166ed5de 100644 --- a/doc/en/Gnome/Druid.xml +++ b/doc/en/Gnome/Druid.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -126,8 +126,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -138,10 +138,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Druid' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Druid, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -152,10 +154,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Druid' - To be added + Internal constructor + Pointer to the C object. + An instance of Druid, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -196,9 +200,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Druid + The GLib TYpe for the Gnome.Druid class. + diff --git a/doc/en/Gnome/DruidPage.xml b/doc/en/Gnome/DruidPage.xml index a1f010945..f5be9bdef 100644 --- a/doc/en/Gnome/DruidPage.xml +++ b/doc/en/Gnome/DruidPage.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -100,8 +100,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -112,10 +112,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.DruidPage' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DruidPage, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -126,10 +128,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.DruidPage' - To be added + Internal constructor + Pointer to the C object. + An instance of DruidPage, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -150,9 +154,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.DruidPage + The GLib TYpe for the Gnome.DruidPage class. + diff --git a/doc/en/Gnome/DruidPageEdge.xml b/doc/en/Gnome/DruidPageEdge.xml index a24670bb2..b7100c5ca 100644 --- a/doc/en/Gnome/DruidPageEdge.xml +++ b/doc/en/Gnome/DruidPageEdge.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -80,8 +80,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -92,10 +92,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.DruidPageEdge' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DruidPageEdge, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -106,10 +108,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.DruidPageEdge' - To be added + Internal constructor + Pointer to the C object. + An instance of DruidPageEdge, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -170,9 +174,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.DruidPageEdge + The GLib TYpe for the Gnome.DruidPageEdge class. + diff --git a/doc/en/Gnome/DruidPageStandard.xml b/doc/en/Gnome/DruidPageStandard.xml index abbd83b76..792b2fcb7 100644 --- a/doc/en/Gnome/DruidPageStandard.xml +++ b/doc/en/Gnome/DruidPageStandard.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -56,8 +56,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -68,10 +68,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.DruidPageStandard' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DruidPageStandard, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -82,10 +84,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.DruidPageStandard' - To be added + Internal constructor + Pointer to the C object. + An instance of DruidPageStandard, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -124,9 +128,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.DruidPageStandard + The GLib TYpe for the Gnome.DruidPageStandard class. + diff --git a/doc/en/Gnome/EdgePosition.xml b/doc/en/Gnome/EdgePosition.xml index a54877328..fb131171c 100644 --- a/doc/en/Gnome/EdgePosition.xml +++ b/doc/en/Gnome/EdgePosition.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Entry.xml b/doc/en/Gnome/Entry.xml index ac60f82ec..3bf49940b 100644 --- a/doc/en/Gnome/Entry.xml +++ b/doc/en/Gnome/Entry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -241,8 +241,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -253,10 +253,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Entry' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Entry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -267,10 +269,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Entry' - To be added + Internal constructor + Pointer to the C object. + An instance of Entry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -305,9 +309,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Entry + The GLib TYpe for the Gnome.Entry class. + diff --git a/doc/en/Gnome/FileDomain.xml b/doc/en/Gnome/FileDomain.xml index 70432d3a5..f8d5c70b2 100644 --- a/doc/en/Gnome/FileDomain.xml +++ b/doc/en/Gnome/FileDomain.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/FileEntry.xml b/doc/en/Gnome/FileEntry.xml index 945e53e99..264c1da5c 100644 --- a/doc/en/Gnome/FileEntry.xml +++ b/doc/en/Gnome/FileEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -213,8 +213,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -225,10 +225,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.FileEntry' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FileEntry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -239,10 +241,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.FileEntry' - To be added + Internal constructor + Pointer to the C object. + An instance of FileEntry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -279,9 +283,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.FileEntry + The GLib TYpe for the Gnome.FileEntry class. + diff --git a/doc/en/Gnome/FontPicker.xml b/doc/en/Gnome/FontPicker.xml index b1c4248fd..bfd0dc15e 100644 --- a/doc/en/Gnome/FontPicker.xml +++ b/doc/en/Gnome/FontPicker.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -110,8 +110,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -122,10 +122,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.FontPicker' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontPicker, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -136,10 +138,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.FontPicker' - To be added + Internal constructor + Pointer to the C object. + An instance of FontPicker, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -160,9 +164,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.FontPicker + The GLib TYpe for the Gnome.FontPicker class. + diff --git a/doc/en/Gnome/FontPickerMode.xml b/doc/en/Gnome/FontPickerMode.xml index 117ad4c1f..e3221fbf0 100644 --- a/doc/en/Gnome/FontPickerMode.xml +++ b/doc/en/Gnome/FontPickerMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/GdkPixbufAsyncHandle.xml b/doc/en/Gnome/GdkPixbufAsyncHandle.xml index 8651dfb71..33af2c3be 100644 --- a/doc/en/Gnome/GdkPixbufAsyncHandle.xml +++ b/doc/en/Gnome/GdkPixbufAsyncHandle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.GdkPixbufAsyncHandle' - To be added + Internal constructor + Pointer to the C object. + An instance of GdkPixbufAsyncHandle, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gnome/GdkPixbufDoneCallback.xml b/doc/en/Gnome/GdkPixbufDoneCallback.xml index cdd5fe0de..ccbfbb985 100644 --- a/doc/en/Gnome/GdkPixbufDoneCallback.xml +++ b/doc/en/Gnome/GdkPixbufDoneCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/GdkPixbufLoadCallback.xml b/doc/en/Gnome/GdkPixbufLoadCallback.xml index e8022140d..38ac4971b 100644 --- a/doc/en/Gnome/GdkPixbufLoadCallback.xml +++ b/doc/en/Gnome/GdkPixbufLoadCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/HRef.xml b/doc/en/Gnome/HRef.xml index 9f2d36d5e..bf5edff77 100644 --- a/doc/en/Gnome/HRef.xml +++ b/doc/en/Gnome/HRef.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -54,8 +54,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -66,10 +66,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.HRef' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HRef, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -80,10 +82,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.HRef' - To be added + Internal constructor + Pointer to the C object. + An instance of HRef, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -120,9 +124,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.HRef + The GLib TYpe for the Gnome.HRef class. + diff --git a/doc/en/Gnome/HelpError.xml b/doc/en/Gnome/HelpError.xml index b7acfadf7..f40cf2b66 100644 --- a/doc/en/Gnome/HelpError.xml +++ b/doc/en/Gnome/HelpError.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/IconEntry.xml b/doc/en/Gnome/IconEntry.xml index 6180e9355..c3b74a38f 100644 --- a/doc/en/Gnome/IconEntry.xml +++ b/doc/en/Gnome/IconEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -93,8 +93,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -105,10 +105,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.IconEntry' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IconEntry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -119,10 +121,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.IconEntry' - To be added + Internal constructor + Pointer to the C object. + An instance of IconEntry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -159,9 +163,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.IconEntry + The GLib TYpe for the Gnome.IconEntry class. + diff --git a/doc/en/Gnome/IconList.xml b/doc/en/Gnome/IconList.xml index 5eb66d89f..d9d0021ff 100644 --- a/doc/en/Gnome/IconList.xml +++ b/doc/en/Gnome/IconList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -420,8 +420,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -432,10 +432,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.IconList' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IconList, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -446,10 +448,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.IconList' - To be added + Internal constructor + Pointer to the C object. + An instance of IconList, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -488,9 +492,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.IconList + The GLib TYpe for the Gnome.IconList class. + diff --git a/doc/en/Gnome/IconListMode.xml b/doc/en/Gnome/IconListMode.xml index 004b42c0c..3cccbd096 100644 --- a/doc/en/Gnome/IconListMode.xml +++ b/doc/en/Gnome/IconListMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/IconSelection.xml b/doc/en/Gnome/IconSelection.xml index d49342212..b22298664 100644 --- a/doc/en/Gnome/IconSelection.xml +++ b/doc/en/Gnome/IconSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -134,8 +134,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -146,10 +146,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.IconSelection' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IconSelection, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -160,10 +162,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.IconSelection' - To be added + Internal constructor + Pointer to the C object. + An instance of IconSelection, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -184,9 +188,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.IconSelection + The GLib TYpe for the Gnome.IconSelection class. + diff --git a/doc/en/Gnome/IconTextItem.xml b/doc/en/Gnome/IconTextItem.xml index 92ee08707..356d7b44b 100644 --- a/doc/en/Gnome/IconTextItem.xml +++ b/doc/en/Gnome/IconTextItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -132,8 +132,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -144,10 +144,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.IconTextItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IconTextItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -158,10 +160,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.IconTextItem' - To be added + Internal constructor + Pointer to the C object. + An instance of IconTextItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -196,9 +200,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.IconTextItem + The GLib TYpe for the Gnome.IconTextItem class. + diff --git a/doc/en/Gnome/InteractFunction.xml b/doc/en/Gnome/InteractFunction.xml index eb9f78d0d..b2d0d6014 100644 --- a/doc/en/Gnome/InteractFunction.xml +++ b/doc/en/Gnome/InteractFunction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/InteractStyle.xml b/doc/en/Gnome/InteractStyle.xml index b9b4e1acf..90f4592d7 100644 --- a/doc/en/Gnome/InteractStyle.xml +++ b/doc/en/Gnome/InteractStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ModuleClassInitHook.xml b/doc/en/Gnome/ModuleClassInitHook.xml index 465cd815d..effad1e96 100644 --- a/doc/en/Gnome/ModuleClassInitHook.xml +++ b/doc/en/Gnome/ModuleClassInitHook.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ModuleHook.xml b/doc/en/Gnome/ModuleHook.xml index e4b7c96ef..085b94aa8 100644 --- a/doc/en/Gnome/ModuleHook.xml +++ b/doc/en/Gnome/ModuleHook.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ModuleInfo.xml b/doc/en/Gnome/ModuleInfo.xml index dc8b0d58d..e82c44901 100644 --- a/doc/en/Gnome/ModuleInfo.xml +++ b/doc/en/Gnome/ModuleInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -195,9 +195,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.ModuleInfo + The GLib TYpe for the Gnome.ModuleInfo class. + diff --git a/doc/en/Gnome/ModuleInitHook.xml b/doc/en/Gnome/ModuleInitHook.xml index 3e372f4bb..0ee638abc 100644 --- a/doc/en/Gnome/ModuleInitHook.xml +++ b/doc/en/Gnome/ModuleInitHook.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/ModuleRequirement.xml b/doc/en/Gnome/ModuleRequirement.xml index 278b89acd..2f9aa7b67 100644 --- a/doc/en/Gnome/ModuleRequirement.xml +++ b/doc/en/Gnome/ModuleRequirement.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Modules.xml b/doc/en/Gnome/Modules.xml index 8ae879f76..88ea07277 100644 --- a/doc/en/Gnome/Modules.xml +++ b/doc/en/Gnome/Modules.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/PixmapEntry.xml b/doc/en/Gnome/PixmapEntry.xml index bda92a8cd..8fd8dc17a 100644 --- a/doc/en/Gnome/PixmapEntry.xml +++ b/doc/en/Gnome/PixmapEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -105,8 +105,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -117,10 +117,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.PixmapEntry' - To be added + Internal constructor + GLib type for the type + Creates a new instance of PixmapEntry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -131,10 +133,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.PixmapEntry' - To be added + Internal constructor + Pointer to the C object. + An instance of PixmapEntry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -173,9 +177,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.PixmapEntry + The GLib TYpe for the Gnome.PixmapEntry class. + diff --git a/doc/en/Gnome/PreferencesType.xml b/doc/en/Gnome/PreferencesType.xml index 01cc1a16f..1ff1f41df 100644 --- a/doc/en/Gnome/PreferencesType.xml +++ b/doc/en/Gnome/PreferencesType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Program.xml b/doc/en/Gnome/Program.xml index 472d9f48e..d7af7ff87 100644 --- a/doc/en/Gnome/Program.xml +++ b/doc/en/Gnome/Program.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -191,8 +191,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -203,10 +203,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Program' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Program, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -217,10 +219,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Program' - To be added + Internal constructor + Pointer to the C object. + An instance of Program, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -263,9 +267,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Program + The GLib TYpe for the Gnome.Program class. + diff --git a/doc/en/Gnome/ReplyCallback.xml b/doc/en/Gnome/ReplyCallback.xml index eada34d8a..a353ff824 100644 --- a/doc/en/Gnome/ReplyCallback.xml +++ b/doc/en/Gnome/ReplyCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/RestartStyle.xml b/doc/en/Gnome/RestartStyle.xml index 2344fbf08..8c92dac19 100644 --- a/doc/en/Gnome/RestartStyle.xml +++ b/doc/en/Gnome/RestartStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/SaveStyle.xml b/doc/en/Gnome/SaveStyle.xml index 5555af3a2..bd2f1699e 100644 --- a/doc/en/Gnome/SaveStyle.xml +++ b/doc/en/Gnome/SaveStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Scores.xml b/doc/en/Gnome/Scores.xml index 2540a1c6d..e90b84712 100644 --- a/doc/en/Gnome/Scores.xml +++ b/doc/en/Gnome/Scores.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -59,8 +59,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -71,10 +71,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gnome.Scores' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Scores, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -85,10 +87,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gnome.Scores' - To be added + Internal constructor + Pointer to the C object. + An instance of Scores, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -109,9 +113,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gnome.Scores + The GLib TYpe for the Gnome.Scores class. + diff --git a/doc/en/Gnome/Stock.xml b/doc/en/Gnome/Stock.xml index 8f5d225e5..1dc25e821 100644 --- a/doc/en/Gnome/Stock.xml +++ b/doc/en/Gnome/Stock.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/StringCallback.xml b/doc/en/Gnome/StringCallback.xml index baf7b7a5f..b9a9380b5 100644 --- a/doc/en/Gnome/StringCallback.xml +++ b/doc/en/Gnome/StringCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/Trigger.xml b/doc/en/Gnome/Trigger.xml index 6b0f50c93..b2a21ee2b 100644 --- a/doc/en/Gnome/Trigger.xml +++ b/doc/en/Gnome/Trigger.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/TriggerActionFunction.xml b/doc/en/Gnome/TriggerActionFunction.xml index 422d772ee..96d583f58 100644 --- a/doc/en/Gnome/TriggerActionFunction.xml +++ b/doc/en/Gnome/TriggerActionFunction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/TriggerList.xml b/doc/en/Gnome/TriggerList.xml index 41b8d4079..12a50268f 100644 --- a/doc/en/Gnome/TriggerList.xml +++ b/doc/en/Gnome/TriggerList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/TriggerType.xml b/doc/en/Gnome/TriggerType.xml index 0634ab98e..c016d4df7 100644 --- a/doc/en/Gnome/TriggerType.xml +++ b/doc/en/Gnome/TriggerType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UIBuilderData.xml b/doc/en/Gnome/UIBuilderData.xml index 37dc176e7..1333161bb 100644 --- a/doc/en/Gnome/UIBuilderData.xml +++ b/doc/en/Gnome/UIBuilderData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UIInfo.xml b/doc/en/Gnome/UIInfo.xml index 42d899fbe..283f8f5e5 100644 --- a/doc/en/Gnome/UIInfo.xml +++ b/doc/en/Gnome/UIInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UIInfoConfigurableTypes.xml b/doc/en/Gnome/UIInfoConfigurableTypes.xml index 20ad25918..ec918515c 100644 --- a/doc/en/Gnome/UIInfoConfigurableTypes.xml +++ b/doc/en/Gnome/UIInfoConfigurableTypes.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UIInfoType.xml b/doc/en/Gnome/UIInfoType.xml index 6693a5f60..6760310c0 100644 --- a/doc/en/Gnome/UIInfoType.xml +++ b/doc/en/Gnome/UIInfoType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UIPixmapType.xml b/doc/en/Gnome/UIPixmapType.xml index a4fa2538e..01c8f35b7 100644 --- a/doc/en/Gnome/UIPixmapType.xml +++ b/doc/en/Gnome/UIPixmapType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/UISignalConnectFunc.xml b/doc/en/Gnome/UISignalConnectFunc.xml index f35130daf..48680f7d1 100644 --- a/doc/en/Gnome/UISignalConnectFunc.xml +++ b/doc/en/Gnome/UISignalConnectFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gnome/URLError.xml b/doc/en/Gnome/URLError.xml index 83eba8bbc..170fc5276 100644 --- a/doc/en/Gnome/URLError.xml +++ b/doc/en/Gnome/URLError.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/BackClickedArgs.xml b/doc/en/GnomeSharp/BackClickedArgs.xml index 4f19235b1..98d70bdc0 100644 --- a/doc/en/GnomeSharp/BackClickedArgs.xml +++ b/doc/en/GnomeSharp/BackClickedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/BackClickedHandler.xml b/doc/en/GnomeSharp/BackClickedHandler.xml index 228863619..d0f4b8029 100644 --- a/doc/en/GnomeSharp/BackClickedHandler.xml +++ b/doc/en/GnomeSharp/BackClickedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/CancelClickedArgs.xml b/doc/en/GnomeSharp/CancelClickedArgs.xml index 7347de296..c2378b088 100644 --- a/doc/en/GnomeSharp/CancelClickedArgs.xml +++ b/doc/en/GnomeSharp/CancelClickedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/CancelClickedHandler.xml b/doc/en/GnomeSharp/CancelClickedHandler.xml index cace9606e..6c5159965 100644 --- a/doc/en/GnomeSharp/CancelClickedHandler.xml +++ b/doc/en/GnomeSharp/CancelClickedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/CanvasEventArgs.xml b/doc/en/GnomeSharp/CanvasEventArgs.xml index 7e9d8623d..210979456 100644 --- a/doc/en/GnomeSharp/CanvasEventArgs.xml +++ b/doc/en/GnomeSharp/CanvasEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/CanvasEventHandler.xml b/doc/en/GnomeSharp/CanvasEventHandler.xml index d0127d2cf..78eca6399 100644 --- a/doc/en/GnomeSharp/CanvasEventHandler.xml +++ b/doc/en/GnomeSharp/CanvasEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ColorSetArgs.xml b/doc/en/GnomeSharp/ColorSetArgs.xml index 2deae1025..18f630f3d 100644 --- a/doc/en/GnomeSharp/ColorSetArgs.xml +++ b/doc/en/GnomeSharp/ColorSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ColorSetHandler.xml b/doc/en/GnomeSharp/ColorSetHandler.xml index 5b175595b..021b1f160 100644 --- a/doc/en/GnomeSharp/ColorSetHandler.xml +++ b/doc/en/GnomeSharp/ColorSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ConnectedArgs.xml b/doc/en/GnomeSharp/ConnectedArgs.xml index 0cba38d3f..7ac4d63f2 100644 --- a/doc/en/GnomeSharp/ConnectedArgs.xml +++ b/doc/en/GnomeSharp/ConnectedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ConnectedHandler.xml b/doc/en/GnomeSharp/ConnectedHandler.xml index ac96c6bf6..beb2d7ca0 100644 --- a/doc/en/GnomeSharp/ConnectedHandler.xml +++ b/doc/en/GnomeSharp/ConnectedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/DrawBackgroundArgs.xml b/doc/en/GnomeSharp/DrawBackgroundArgs.xml index d0703c0e6..34fe0e0f8 100644 --- a/doc/en/GnomeSharp/DrawBackgroundArgs.xml +++ b/doc/en/GnomeSharp/DrawBackgroundArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/DrawBackgroundHandler.xml b/doc/en/GnomeSharp/DrawBackgroundHandler.xml index 06f227a33..ab72ec9c5 100644 --- a/doc/en/GnomeSharp/DrawBackgroundHandler.xml +++ b/doc/en/GnomeSharp/DrawBackgroundHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/FinishClickedArgs.xml b/doc/en/GnomeSharp/FinishClickedArgs.xml index 752907eb4..bceb3171f 100644 --- a/doc/en/GnomeSharp/FinishClickedArgs.xml +++ b/doc/en/GnomeSharp/FinishClickedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/FinishClickedHandler.xml b/doc/en/GnomeSharp/FinishClickedHandler.xml index cd1c8fb86..13d5e9a5c 100644 --- a/doc/en/GnomeSharp/FinishClickedHandler.xml +++ b/doc/en/GnomeSharp/FinishClickedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/FontSetArgs.xml b/doc/en/GnomeSharp/FontSetArgs.xml index 9660fdfe6..014af5868 100644 --- a/doc/en/GnomeSharp/FontSetArgs.xml +++ b/doc/en/GnomeSharp/FontSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/FontSetHandler.xml b/doc/en/GnomeSharp/FontSetHandler.xml index c2f0c8f98..329d3ebc8 100644 --- a/doc/en/GnomeSharp/FontSetHandler.xml +++ b/doc/en/GnomeSharp/FontSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/GdkPixbufDoneCallbackNative.xml b/doc/en/GnomeSharp/GdkPixbufDoneCallbackNative.xml index 40d8aa4fb..570f8fcab 100644 --- a/doc/en/GnomeSharp/GdkPixbufDoneCallbackNative.xml +++ b/doc/en/GnomeSharp/GdkPixbufDoneCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/GdkPixbufDoneCallbackWrapper.xml b/doc/en/GnomeSharp/GdkPixbufDoneCallbackWrapper.xml index 0bd4ebc82..12e125ebc 100644 --- a/doc/en/GnomeSharp/GdkPixbufDoneCallbackWrapper.xml +++ b/doc/en/GnomeSharp/GdkPixbufDoneCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/GdkPixbufLoadCallbackNative.xml b/doc/en/GnomeSharp/GdkPixbufLoadCallbackNative.xml index b8af43c08..ecd52dd4f 100644 --- a/doc/en/GnomeSharp/GdkPixbufLoadCallbackNative.xml +++ b/doc/en/GnomeSharp/GdkPixbufLoadCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/GdkPixbufLoadCallbackWrapper.xml b/doc/en/GnomeSharp/GdkPixbufLoadCallbackWrapper.xml index 57105d4d8..8a5e85e0b 100644 --- a/doc/en/GnomeSharp/GdkPixbufLoadCallbackWrapper.xml +++ b/doc/en/GnomeSharp/GdkPixbufLoadCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconFocusedArgs.xml b/doc/en/GnomeSharp/IconFocusedArgs.xml index 1d5648ffb..e4c30eb25 100644 --- a/doc/en/GnomeSharp/IconFocusedArgs.xml +++ b/doc/en/GnomeSharp/IconFocusedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconFocusedHandler.xml b/doc/en/GnomeSharp/IconFocusedHandler.xml index 21e7eefa5..50681a006 100644 --- a/doc/en/GnomeSharp/IconFocusedHandler.xml +++ b/doc/en/GnomeSharp/IconFocusedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconSelectedArgs.xml b/doc/en/GnomeSharp/IconSelectedArgs.xml index d4dcbb025..29eea1546 100644 --- a/doc/en/GnomeSharp/IconSelectedArgs.xml +++ b/doc/en/GnomeSharp/IconSelectedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconSelectedHandler.xml b/doc/en/GnomeSharp/IconSelectedHandler.xml index 5c7b0d02e..51ce9d094 100644 --- a/doc/en/GnomeSharp/IconSelectedHandler.xml +++ b/doc/en/GnomeSharp/IconSelectedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconUnselectedArgs.xml b/doc/en/GnomeSharp/IconUnselectedArgs.xml index 708ec99d1..706023be0 100644 --- a/doc/en/GnomeSharp/IconUnselectedArgs.xml +++ b/doc/en/GnomeSharp/IconUnselectedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/IconUnselectedHandler.xml b/doc/en/GnomeSharp/IconUnselectedHandler.xml index 3bfe9e613..44f07f039 100644 --- a/doc/en/GnomeSharp/IconUnselectedHandler.xml +++ b/doc/en/GnomeSharp/IconUnselectedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/InteractFunctionNative.xml b/doc/en/GnomeSharp/InteractFunctionNative.xml index 701563e88..38d02c7b8 100644 --- a/doc/en/GnomeSharp/InteractFunctionNative.xml +++ b/doc/en/GnomeSharp/InteractFunctionNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/InteractFunctionWrapper.xml b/doc/en/GnomeSharp/InteractFunctionWrapper.xml index 0383f1efa..bd23b4458 100644 --- a/doc/en/GnomeSharp/InteractFunctionWrapper.xml +++ b/doc/en/GnomeSharp/InteractFunctionWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleClassInitHookNative.xml b/doc/en/GnomeSharp/ModuleClassInitHookNative.xml index 17ef20c1f..14675909e 100644 --- a/doc/en/GnomeSharp/ModuleClassInitHookNative.xml +++ b/doc/en/GnomeSharp/ModuleClassInitHookNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleClassInitHookWrapper.xml b/doc/en/GnomeSharp/ModuleClassInitHookWrapper.xml index 1729f1835..fce6d858f 100644 --- a/doc/en/GnomeSharp/ModuleClassInitHookWrapper.xml +++ b/doc/en/GnomeSharp/ModuleClassInitHookWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleHookNative.xml b/doc/en/GnomeSharp/ModuleHookNative.xml index 64aa8efee..bbb789088 100644 --- a/doc/en/GnomeSharp/ModuleHookNative.xml +++ b/doc/en/GnomeSharp/ModuleHookNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleHookWrapper.xml b/doc/en/GnomeSharp/ModuleHookWrapper.xml index 11d720e5e..1588df51b 100644 --- a/doc/en/GnomeSharp/ModuleHookWrapper.xml +++ b/doc/en/GnomeSharp/ModuleHookWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleInitHookNative.xml b/doc/en/GnomeSharp/ModuleInitHookNative.xml index ddecfa9b2..09f6b689a 100644 --- a/doc/en/GnomeSharp/ModuleInitHookNative.xml +++ b/doc/en/GnomeSharp/ModuleInitHookNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ModuleInitHookWrapper.xml b/doc/en/GnomeSharp/ModuleInitHookWrapper.xml index a10954068..1031ef028 100644 --- a/doc/en/GnomeSharp/ModuleInitHookWrapper.xml +++ b/doc/en/GnomeSharp/ModuleInitHookWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/MoveCursorArgs.xml b/doc/en/GnomeSharp/MoveCursorArgs.xml index fd019edee..3313fd5f9 100644 --- a/doc/en/GnomeSharp/MoveCursorArgs.xml +++ b/doc/en/GnomeSharp/MoveCursorArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/MoveCursorHandler.xml b/doc/en/GnomeSharp/MoveCursorHandler.xml index 58448786f..911255f66 100644 --- a/doc/en/GnomeSharp/MoveCursorHandler.xml +++ b/doc/en/GnomeSharp/MoveCursorHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/NextClickedArgs.xml b/doc/en/GnomeSharp/NextClickedArgs.xml index 4e7abca0e..37a3b5595 100644 --- a/doc/en/GnomeSharp/NextClickedArgs.xml +++ b/doc/en/GnomeSharp/NextClickedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/NextClickedHandler.xml b/doc/en/GnomeSharp/NextClickedHandler.xml index 53c52830a..04a686d74 100644 --- a/doc/en/GnomeSharp/NextClickedHandler.xml +++ b/doc/en/GnomeSharp/NextClickedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/PreparedArgs.xml b/doc/en/GnomeSharp/PreparedArgs.xml index ba3fb1428..3ea077103 100644 --- a/doc/en/GnomeSharp/PreparedArgs.xml +++ b/doc/en/GnomeSharp/PreparedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/PreparedHandler.xml b/doc/en/GnomeSharp/PreparedHandler.xml index 7089c936b..c7804e1fc 100644 --- a/doc/en/GnomeSharp/PreparedHandler.xml +++ b/doc/en/GnomeSharp/PreparedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/RenderBackgroundArgs.xml b/doc/en/GnomeSharp/RenderBackgroundArgs.xml index 688afc3ac..9f767d0fd 100644 --- a/doc/en/GnomeSharp/RenderBackgroundArgs.xml +++ b/doc/en/GnomeSharp/RenderBackgroundArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/RenderBackgroundHandler.xml b/doc/en/GnomeSharp/RenderBackgroundHandler.xml index 97ff08c17..c73156c33 100644 --- a/doc/en/GnomeSharp/RenderBackgroundHandler.xml +++ b/doc/en/GnomeSharp/RenderBackgroundHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ReplyCallbackNative.xml b/doc/en/GnomeSharp/ReplyCallbackNative.xml index df9a9c39f..00b2bdcce 100644 --- a/doc/en/GnomeSharp/ReplyCallbackNative.xml +++ b/doc/en/GnomeSharp/ReplyCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/ReplyCallbackWrapper.xml b/doc/en/GnomeSharp/ReplyCallbackWrapper.xml index e60f9c12b..7614a0ad9 100644 --- a/doc/en/GnomeSharp/ReplyCallbackWrapper.xml +++ b/doc/en/GnomeSharp/ReplyCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/SaveYourselfArgs.xml b/doc/en/GnomeSharp/SaveYourselfArgs.xml index 7af7d2de7..3c19ee8f6 100644 --- a/doc/en/GnomeSharp/SaveYourselfArgs.xml +++ b/doc/en/GnomeSharp/SaveYourselfArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/SaveYourselfHandler.xml b/doc/en/GnomeSharp/SaveYourselfHandler.xml index 7acf34348..8a4ab70ca 100644 --- a/doc/en/GnomeSharp/SaveYourselfHandler.xml +++ b/doc/en/GnomeSharp/SaveYourselfHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/StringCallbackNative.xml b/doc/en/GnomeSharp/StringCallbackNative.xml index cbf3db4ce..953fd8ccd 100644 --- a/doc/en/GnomeSharp/StringCallbackNative.xml +++ b/doc/en/GnomeSharp/StringCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/StringCallbackWrapper.xml b/doc/en/GnomeSharp/StringCallbackWrapper.xml index a0287b923..41f6e52f3 100644 --- a/doc/en/GnomeSharp/StringCallbackWrapper.xml +++ b/doc/en/GnomeSharp/StringCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/TextChangedArgs.xml b/doc/en/GnomeSharp/TextChangedArgs.xml index 9411912c0..c63d43bac 100644 --- a/doc/en/GnomeSharp/TextChangedArgs.xml +++ b/doc/en/GnomeSharp/TextChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/TextChangedHandler.xml b/doc/en/GnomeSharp/TextChangedHandler.xml index 2ff4f04b8..4eea3fd23 100644 --- a/doc/en/GnomeSharp/TextChangedHandler.xml +++ b/doc/en/GnomeSharp/TextChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/TriggerActionFunctionNative.xml b/doc/en/GnomeSharp/TriggerActionFunctionNative.xml index 7c3a0ed2b..c879ad106 100644 --- a/doc/en/GnomeSharp/TriggerActionFunctionNative.xml +++ b/doc/en/GnomeSharp/TriggerActionFunctionNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/TriggerActionFunctionWrapper.xml b/doc/en/GnomeSharp/TriggerActionFunctionWrapper.xml index ac5d6ac96..bed6946f8 100644 --- a/doc/en/GnomeSharp/TriggerActionFunctionWrapper.xml +++ b/doc/en/GnomeSharp/TriggerActionFunctionWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/UISignalConnectFuncNative.xml b/doc/en/GnomeSharp/UISignalConnectFuncNative.xml index 7365f7e3c..852cbad12 100644 --- a/doc/en/GnomeSharp/UISignalConnectFuncNative.xml +++ b/doc/en/GnomeSharp/UISignalConnectFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/UISignalConnectFuncWrapper.xml b/doc/en/GnomeSharp/UISignalConnectFuncWrapper.xml index 8e2dae964..684c2404d 100644 --- a/doc/en/GnomeSharp/UISignalConnectFuncWrapper.xml +++ b/doc/en/GnomeSharp/UISignalConnectFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectDelegate.xml b/doc/en/GnomeSharp/boolObjectDelegate.xml index c5023e174..07817120b 100644 --- a/doc/en/GnomeSharp/boolObjectDelegate.xml +++ b/doc/en/GnomeSharp/boolObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectEventDelegate.xml b/doc/en/GnomeSharp/boolObjectEventDelegate.xml index 069bd4cf8..aff1c184e 100644 --- a/doc/en/GnomeSharp/boolObjectEventDelegate.xml +++ b/doc/en/GnomeSharp/boolObjectEventDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectEventSignal.xml b/doc/en/GnomeSharp/boolObjectEventSignal.xml index dc11c94fa..8c86f2ab0 100644 --- a/doc/en/GnomeSharp/boolObjectEventSignal.xml +++ b/doc/en/GnomeSharp/boolObjectEventSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/boolObjectObjectDelegate.xml b/doc/en/GnomeSharp/boolObjectObjectDelegate.xml index 630242678..ef941cf51 100644 --- a/doc/en/GnomeSharp/boolObjectObjectDelegate.xml +++ b/doc/en/GnomeSharp/boolObjectObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectObjectSignal.xml b/doc/en/GnomeSharp/boolObjectObjectSignal.xml index ad4090e13..de38e7a29 100644 --- a/doc/en/GnomeSharp/boolObjectObjectSignal.xml +++ b/doc/en/GnomeSharp/boolObjectObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/boolObjectSignal.xml b/doc/en/GnomeSharp/boolObjectSignal.xml index cff3055f6..d2b658e50 100644 --- a/doc/en/GnomeSharp/boolObjectSignal.xml +++ b/doc/en/GnomeSharp/boolObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolDelegate.xml b/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolDelegate.xml index b294b4e30..0467c4132 100644 --- a/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolDelegate.xml +++ b/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolSignal.xml b/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolSignal.xml index 5f4b5c7c7..88311d6bf 100644 --- a/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolSignal.xml +++ b/doc/en/GnomeSharp/boolObjectintSaveStyleboolInteractStyleboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/boolObjectintstringDelegate.xml b/doc/en/GnomeSharp/boolObjectintstringDelegate.xml index 561cea384..8e2f93b38 100644 --- a/doc/en/GnomeSharp/boolObjectintstringDelegate.xml +++ b/doc/en/GnomeSharp/boolObjectintstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/boolObjectintstringSignal.xml b/doc/en/GnomeSharp/boolObjectintstringSignal.xml index c8dfe3686..3c2621230 100644 --- a/doc/en/GnomeSharp/boolObjectintstringSignal.xml +++ b/doc/en/GnomeSharp/boolObjectintstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectCanvasBufDelegate.xml b/doc/en/GnomeSharp/voidObjectCanvasBufDelegate.xml index bb80a6a48..febf2f2c6 100644 --- a/doc/en/GnomeSharp/voidObjectCanvasBufDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectCanvasBufDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectCanvasBufSignal.xml b/doc/en/GnomeSharp/voidObjectCanvasBufSignal.xml index c9c4051ca..9dd44d4e2 100644 --- a/doc/en/GnomeSharp/voidObjectCanvasBufSignal.xml +++ b/doc/en/GnomeSharp/voidObjectCanvasBufSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectDelegate.xml b/doc/en/GnomeSharp/voidObjectDelegate.xml index e80d740c8..4b925068e 100644 --- a/doc/en/GnomeSharp/voidObjectDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectDirectionTypeboolDelegate.xml b/doc/en/GnomeSharp/voidObjectDirectionTypeboolDelegate.xml index 1400d2325..ec62d3f68 100644 --- a/doc/en/GnomeSharp/voidObjectDirectionTypeboolDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectDirectionTypeboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectDirectionTypeboolSignal.xml b/doc/en/GnomeSharp/voidObjectDirectionTypeboolSignal.xml index a869cd184..07c7b394c 100644 --- a/doc/en/GnomeSharp/voidObjectDirectionTypeboolSignal.xml +++ b/doc/en/GnomeSharp/voidObjectDirectionTypeboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectObjectDelegate.xml b/doc/en/GnomeSharp/voidObjectObjectDelegate.xml index 379cf1afb..6bb4d1145 100644 --- a/doc/en/GnomeSharp/voidObjectObjectDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectObjectSignal.xml b/doc/en/GnomeSharp/voidObjectObjectSignal.xml index 033a2888a..836d099d8 100644 --- a/doc/en/GnomeSharp/voidObjectObjectSignal.xml +++ b/doc/en/GnomeSharp/voidObjectObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectObjectintintintintDelegate.xml b/doc/en/GnomeSharp/voidObjectObjectintintintintDelegate.xml index 8a3333048..f85ad9d8f 100644 --- a/doc/en/GnomeSharp/voidObjectObjectintintintintDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectObjectintintintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectObjectintintintintSignal.xml b/doc/en/GnomeSharp/voidObjectObjectintintintintSignal.xml index 2f19f7fb0..a7e1b18ac 100644 --- a/doc/en/GnomeSharp/voidObjectObjectintintintintSignal.xml +++ b/doc/en/GnomeSharp/voidObjectObjectintintintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectSignal.xml b/doc/en/GnomeSharp/voidObjectSignal.xml index 6449f5db2..7ef0d41d5 100644 --- a/doc/en/GnomeSharp/voidObjectSignal.xml +++ b/doc/en/GnomeSharp/voidObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectboolDelegate.xml b/doc/en/GnomeSharp/voidObjectboolDelegate.xml index eca543b08..6c3e085dc 100644 --- a/doc/en/GnomeSharp/voidObjectboolDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectboolSignal.xml b/doc/en/GnomeSharp/voidObjectboolSignal.xml index 4b93749c2..81124f7ac 100644 --- a/doc/en/GnomeSharp/voidObjectboolSignal.xml +++ b/doc/en/GnomeSharp/voidObjectboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectintDelegate.xml b/doc/en/GnomeSharp/voidObjectintDelegate.xml index 5d46909dd..508a0cdaf 100644 --- a/doc/en/GnomeSharp/voidObjectintDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectintEventDelegate.xml b/doc/en/GnomeSharp/voidObjectintEventDelegate.xml index ebdbde90d..b2a28b572 100644 --- a/doc/en/GnomeSharp/voidObjectintEventDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectintEventDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectintEventSignal.xml b/doc/en/GnomeSharp/voidObjectintEventSignal.xml index 948d53823..051edc2da 100644 --- a/doc/en/GnomeSharp/voidObjectintEventSignal.xml +++ b/doc/en/GnomeSharp/voidObjectintEventSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectintSignal.xml b/doc/en/GnomeSharp/voidObjectintSignal.xml index a7a5942af..14d224dfa 100644 --- a/doc/en/GnomeSharp/voidObjectintSignal.xml +++ b/doc/en/GnomeSharp/voidObjectintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectstringDelegate.xml b/doc/en/GnomeSharp/voidObjectstringDelegate.xml index 37834da27..0aeb088c4 100644 --- a/doc/en/GnomeSharp/voidObjectstringDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectstringSignal.xml b/doc/en/GnomeSharp/voidObjectstringSignal.xml index f860da4e8..09fd0e2c2 100644 --- a/doc/en/GnomeSharp/voidObjectstringSignal.xml +++ b/doc/en/GnomeSharp/voidObjectstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GnomeSharp/voidObjectuintuintuintuintDelegate.xml b/doc/en/GnomeSharp/voidObjectuintuintuintuintDelegate.xml index 38b156375..5e70b2112 100644 --- a/doc/en/GnomeSharp/voidObjectuintuintuintuintDelegate.xml +++ b/doc/en/GnomeSharp/voidObjectuintuintuintuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GnomeSharp/voidObjectuintuintuintuintSignal.xml b/doc/en/GnomeSharp/voidObjectuintuintuintuintSignal.xml index 4ffc57699..b414d9b83 100644 --- a/doc/en/GnomeSharp/voidObjectuintuintuintuintSignal.xml +++ b/doc/en/GnomeSharp/voidObjectuintuintuintuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/Gtk/AccelFlags.xml b/doc/en/Gtk/AccelFlags.xml index 11f018f7e..b85ff4991 100644 --- a/doc/en/Gtk/AccelFlags.xml +++ b/doc/en/Gtk/AccelFlags.xml @@ -5,12 +5,12 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by AccelLabel - - This enumeration is used by to see decide to display or not display an accelerator key and to know if an accelerator key is removable. + + This enumeration is used by to see decide to display or not display an accelerator key and to know if an accelerator key is removable. @@ -38,9 +38,9 @@ - Determines if will display the accelerator key or not. + Determines if will display the accelerator key or not. - Determines if will display the accelerator key or not. + Determines if will display the accelerator key or not. @@ -52,9 +52,9 @@ - Determines if the accelerator key is removable by + Determines if the accelerator key is removable by - Determines if the accelerator key is removable by + Determines if the accelerator key is removable by @@ -83,4 +83,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index efbfd9d98..70048539d 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -179,8 +179,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -191,10 +191,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.AccelGroup' - To be added + Internal constructor + GLib type for the type + Creates a new instance of AccelGroup, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -205,10 +207,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.AccelGroup' - To be added + Internal constructor + Pointer to the C object. + An instance of AccelGroup, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -229,9 +233,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.AccelGroup + The GLib TYpe for the Gtk.AccelGroup class. + diff --git a/doc/en/Gtk/AccelGroupActivate.xml b/doc/en/Gtk/AccelGroupActivate.xml index 30e83b927..5be6b9dcc 100644 --- a/doc/en/Gtk/AccelGroupActivate.xml +++ b/doc/en/Gtk/AccelGroupActivate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/AccelGroupEntry.xml b/doc/en/Gtk/AccelGroupEntry.xml index 4e57e8c6d..2f313af92 100644 --- a/doc/en/Gtk/AccelGroupEntry.xml +++ b/doc/en/Gtk/AccelGroupEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/AccelKey.xml b/doc/en/Gtk/AccelKey.xml index 1e3933adc..50578f68b 100644 --- a/doc/en/Gtk/AccelKey.xml +++ b/doc/en/Gtk/AccelKey.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/AccelLabel.xml b/doc/en/Gtk/AccelLabel.xml index a9545e252..94377a34a 100644 --- a/doc/en/Gtk/AccelLabel.xml +++ b/doc/en/Gtk/AccelLabel.xml @@ -5,15 +5,15 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A widget that displays an accelerator key - - The widget is a subclass of that also displays an accelerator key on the right of the label text. The widget is commonly used in menus to show the keyboard shortcuts for commands. + + The widget is a subclass of that also displays an accelerator key on the right of the label text. The widget is commonly used in menus to show the keyboard shortcuts for commands. - - The accelerator key to display is not set explicitly instead, the displays the accelerators which have been added to a particular widget. This widget is set by calling . + + The accelerator key to display is not set explicitly instead, the displays the accelerators which have been added to a particular widget. This widget is set by calling . @@ -42,11 +42,11 @@ System.Boolean - - + Recreates the string representing the accelerator keys. - Default, since the strings are updated this is not needed + + Default, since the strings are updated this is not needed Recreates the string representing the accelerator keys. This should not be needed since the string is automatically updated whenever accelerators are added or removed from the associated widget. @@ -62,12 +62,8 @@ - To be added. - - - To be added. - - + Disposes the resources associated with the object. + @@ -78,10 +74,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.AccelLabel' - To be added + Internal constructor + GLib type for the type + Creates a new instance of AccelLabel, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -92,10 +90,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.AccelLabel' - To be added + Internal constructor + Pointer to the C object. + An instance of AccelLabel, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -130,9 +130,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.AccelLabel + The GLib TYpe for the Gtk.AccelLabel class. + @@ -148,8 +148,8 @@ Returns the width needed to display the accelerator key(s). The width needed to display the accelerator key(s) - - Returns the width needed to display the accelerator key(s). This is used by menus to align all of the widgets, and shouldn't be needed by applications. + + Returns the width needed to display the accelerator key(s). This is used by menus to align all of the widgets, and shouldn't be needed by applications. @@ -168,8 +168,8 @@ To be added: an object of type 'IntPtr' To be added: an object of type 'IntPtr' - - Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group. See . + + Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group. See . @@ -186,13 +186,13 @@ Fetches the widget monitored by this acceleretaor label. The widget to be monitored - The object monitored by the accelerator label, or + The object monitored by the accelerator label, or - + Fetches the widget monitored by this acceleretaor label. - + \ No newline at end of file diff --git a/doc/en/Gtk/AccelMapForeach.xml b/doc/en/Gtk/AccelMapForeach.xml index 873b4ba5b..47298448d 100644 --- a/doc/en/Gtk/AccelMapForeach.xml +++ b/doc/en/Gtk/AccelMapForeach.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Accessible.xml b/doc/en/Gtk/Accessible.xml index 8af6dc037..a7c6b63d6 100644 --- a/doc/en/Gtk/Accessible.xml +++ b/doc/en/Gtk/Accessible.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -43,8 +43,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -55,10 +55,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Accessible' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Accessible, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -69,10 +71,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Accessible' - To be added + Internal constructor + Pointer to the C object. + An instance of Accessible, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -93,9 +97,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Accessible + The GLib TYpe for the Gtk.Accessible class. + diff --git a/doc/en/Gtk/Adjustment.xml b/doc/en/Gtk/Adjustment.xml index 27bfaeb12..fab22d174 100644 --- a/doc/en/Gtk/Adjustment.xml +++ b/doc/en/Gtk/Adjustment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -95,8 +95,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -107,10 +107,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Adjustment' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Adjustment, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -121,10 +123,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Adjustment' - To be added + Internal constructor + Pointer to the C object. + An instance of Adjustment, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -169,9 +173,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Adjustment + The GLib TYpe for the Gtk.Adjustment class. + diff --git a/doc/en/Gtk/Alignment.xml b/doc/en/Gtk/Alignment.xml index 445df0e4c..24d54d95e 100644 --- a/doc/en/Gtk/Alignment.xml +++ b/doc/en/Gtk/Alignment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -58,8 +58,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -70,10 +70,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Alignment' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Alignment, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -84,10 +86,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Alignment' - To be added + Internal constructor + Pointer to the C object. + An instance of Alignment, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -128,9 +132,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Alignment + The GLib TYpe for the Gtk.Alignment class. + diff --git a/doc/en/Gtk/AnchorType.xml b/doc/en/Gtk/AnchorType.xml index 007c0b444..d0c41ade3 100644 --- a/doc/en/Gtk/AnchorType.xml +++ b/doc/en/Gtk/AnchorType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml index 2bce8965d..bf7dd532b 100644 --- a/doc/en/Gtk/Application.xml +++ b/doc/en/Gtk/Application.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Arg.xml b/doc/en/Gtk/Arg.xml index e2be4bc56..08ee413ec 100644 --- a/doc/en/Gtk/Arg.xml +++ b/doc/en/Gtk/Arg.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -41,10 +41,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Arg' - To be added + Internal constructor + Pointer to the C object. + An instance of Arg, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/Arrow.xml b/doc/en/Gtk/Arrow.xml index cd43500b5..eeccd6f6c 100644 --- a/doc/en/Gtk/Arrow.xml +++ b/doc/en/Gtk/Arrow.xml @@ -5,22 +5,22 @@ 0.0.0.0 - Arrow is not a thread safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Produces an Arrow pointing in one of four cardinal directions. Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions (Up, Down, Left, or Right). The style of the arrow can be one of the following: None, In, Out, EtchedIn and EtchedOut. Note that these directions and style types may be ammended in versions of Gtk to come. - - Arrow will fill any space alloted to it, but since it is inherited from , it can be padded + + Arrow will fill any space alloted to it, but since it is inherited from , it can be padded and/or aligned, fill exactly the space the programmer desires. - - The direction or style of an arrow can be changed after creation by using . + + The direction or style of an arrow can be changed after creation by using . - - + + Gtk.Misc @@ -50,7 +50,7 @@ To be added To be added: an object of type 'uint' - + @@ -81,8 +81,8 @@ - Disposes of this widget - + Disposes the resources associated with the object. + @@ -94,9 +94,11 @@ Internal constructor - - A new Arrow - + GLib type for the type + Creates a new instance of Arrow, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -107,11 +109,11 @@ - Internal construction - A pointer to a GtkArrow, as returned by the Gtk+ C API. - A C# Gtk.Arrow that wraps the parameter + Internal constructor + Pointer to the C object. + An instance of Arrow, wrapping the C object. - If you don't already know that you need this constructor, it should not be used. + This is an internal constructor, and should not be used by user code. @@ -128,7 +130,7 @@ A valid ArrowType. A valid ShadowType. A new Arrow - + @@ -139,7 +141,7 @@ Constructor A new Arrow - + @@ -149,9 +151,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system - Mostly for internal use. + The GLib Type for Gtk.Arrow + The GLib TYpe for the Gtk.Arrow class. + @@ -169,9 +171,9 @@ Returns a new ShadowType. - Changes the appearance of an outline typically provided by a . + Changes the appearance of an outline typically provided by a . - + The shadow types are: None, In, Out, EtchedIn and EtchedOut. diff --git a/doc/en/Gtk/ArrowType.xml b/doc/en/Gtk/ArrowType.xml index 4b10609f4..a53e914f4 100644 --- a/doc/en/Gtk/ArrowType.xml +++ b/doc/en/Gtk/ArrowType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Used to indicate the direction in which a GtkArrow should point. To be added diff --git a/doc/en/Gtk/AspectFrame.xml b/doc/en/Gtk/AspectFrame.xml index 609692cdb..1155fb773 100644 --- a/doc/en/Gtk/AspectFrame.xml +++ b/doc/en/Gtk/AspectFrame.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -58,8 +58,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -70,10 +70,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.AspectFrame' - To be added + Internal constructor + GLib type for the type + Creates a new instance of AspectFrame, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -84,10 +86,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.AspectFrame' - To be added + Internal constructor + Pointer to the C object. + An instance of AspectFrame, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -130,9 +134,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.AspectFrame + The GLib TYpe for the Gtk.AspectFrame class. + diff --git a/doc/en/Gtk/AttachOptions.xml b/doc/en/Gtk/AttachOptions.xml index c8acd4cf2..1df153825 100644 --- a/doc/en/Gtk/AttachOptions.xml +++ b/doc/en/Gtk/AttachOptions.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Denotes the expansion properties that a widget will have when it (or it's parent) is resized. To be added diff --git a/doc/en/Gtk/Bin.xml b/doc/en/Gtk/Bin.xml index c92989887..1dd35fb45 100644 --- a/doc/en/Gtk/Bin.xml +++ b/doc/en/Gtk/Bin.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Bin' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Bin, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Bin' - To be added + Internal constructor + Pointer to the C object. + An instance of Bin, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Bin + The GLib TYpe for the Gtk.Bin class. + diff --git a/doc/en/Gtk/BindingArg.xml b/doc/en/Gtk/BindingArg.xml index 9de454588..15377c7b1 100644 --- a/doc/en/Gtk/BindingArg.xml +++ b/doc/en/Gtk/BindingArg.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/BindingEntry.xml b/doc/en/Gtk/BindingEntry.xml index c999046e5..ac523fb28 100644 --- a/doc/en/Gtk/BindingEntry.xml +++ b/doc/en/Gtk/BindingEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/BindingSet.xml b/doc/en/Gtk/BindingSet.xml index 12d0303fb..4580303f9 100644 --- a/doc/en/Gtk/BindingSet.xml +++ b/doc/en/Gtk/BindingSet.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/BindingSignal.xml b/doc/en/Gtk/BindingSignal.xml index 88846c4f9..1135cc37b 100644 --- a/doc/en/Gtk/BindingSignal.xml +++ b/doc/en/Gtk/BindingSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Border.xml b/doc/en/Gtk/Border.xml index 56901d4d3..de2ed2c6e 100644 --- a/doc/en/Gtk/Border.xml +++ b/doc/en/Gtk/Border.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -124,9 +124,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Border + The GLib TYpe for the Gtk.Border class. + diff --git a/doc/en/Gtk/Box.xml b/doc/en/Gtk/Box.xml index b548d451e..2f69e7974 100644 --- a/doc/en/Gtk/Box.xml +++ b/doc/en/Gtk/Box.xml @@ -5,13 +5,14 @@ 0.0.0.0 - Box is not a thread-safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A Box is a Gtk container that holds an arbitrary number of widgets. This means its sole purpose is to provide layout, size and spacing for other widgets. - A Box is a rectangular area organized into either a single row or a single column of child widgets, depending upon whether the box is horizontally or vertically oriented, respectively. - A Box is abstract - specific layout containers are provided in its sub classes, including a horizontal box, (), a vertical box (), and button boxes, (). - - Widgets that are 'packed' into a box are considered to be the children of the box, and the box controls their layout. Properties such as control the layout of all the children in the box, whereas specific packing settings can be applied to each child individually, such as . + + A Box is a rectangular area organized into either a single row or a single column of child widgets, depending upon whether the box is horizontally or vertically oriented, respectively. + A Box is abstract - specific layout containers are provided in its sub classes, including a horizontal box, (), a vertical box (), and button boxes, (). + + Widgets that are 'packed' into a box are considered to be the children of the box, and the box controls their layout. Properties such as control the layout of all the children in the box, whereas specific packing settings can be applied to each child individually, such as . @@ -50,11 +51,13 @@ Change the packing properties of a child that is currently in this box. The child widget whose layout should be adjusted - If , the child widget will expand to use as much space as it is given. - If , the child widget will request as much space as is available. + If , the child widget will expand to use as much space as it is given. + If , the child widget will request as much space as is available. The size (in pixels) of a border to place around the specified child widget. Whether this child widget should be packed from the beginning of the box, (eg. the left, or the top), or from the end, (eg. the right or the bottom) - It is more common to set any specific packing requirements on child widgets when they are initially added to the box. This can be done using and . + + It is more common to set any specific packing requirements on child widgets when they are initially added to the box. This can be done using and . + @@ -92,7 +95,9 @@ Add a widget to the 'end' of a box with default packing settings. The child widget to add to the box. - The 'end' of a box is the right hand side in a and the bottom in a . + + The 'end' of a box is the right hand side in a and the bottom in a . + @@ -107,7 +112,9 @@ Add a widget to the 'start' of a box with default packing settings. The child widget to add to the box. - The 'start' of a box is the left hand side in a and the top in a . + + The 'start' of a box is the left hand side in a and the top in a . + @@ -125,10 +132,12 @@ Add a widget to the 'start' of a box with the specified packing properties. A widget to pack into the box. - If , the child widget will expand to use as much space as it is given. - If , the child widget will request as much space as is available. + If , the child widget will expand to use as much space as it is given. + If , the child widget will request as much space as is available. The size (in pixels) of a border to place around the specified child widget. - To add a widget to the start of a box with default packing, use + + To add a widget to the start of a box with default packing, use + @@ -146,10 +155,12 @@ Add a widget to the 'end' of a box with the specified packing properties. A widget to pack into the box. - If , the child widget will expand to use as much space as it is given. - If , the child widget will request as much space as is available. + If , the child widget will expand to use as much space as it is given. + If , the child widget will request as much space as is available. The size (in pixels) of a border to place around the specified child widget. - To add a widget to the end of a box with default packing, use + + To add a widget to the end of a box with default packing, use + @@ -165,8 +176,10 @@ Alters the position of a child widget that has already been packed into a Box. A widget that has already been packed into this box. - The new position for this widget, indexed from zero. If negative, the will be placed at the end of the box. - + + The new position for this widget, indexed from zero. If negative, the will be placed at the end of the box. + + @@ -177,8 +190,8 @@ - Destroy and free all resources used by this widget - + Disposes the resources associated with the object. + @@ -190,9 +203,11 @@ Internal constructor - - - + GLib type for the type + Creates a new instance of Box, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -203,10 +218,12 @@ - Used for language bindings only. - A pointer to a GtkBox, as returned by the Gtk+ C API. - A C# Gtk.Box that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of Box, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -216,8 +233,8 @@ Internal constructor - - + + @@ -227,9 +244,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.Box + The GLib TYpe for the Gtk.Box class. + @@ -245,7 +262,7 @@ Adjust the spacing between child widgets. The number of pixels of space to put between child widgets. The current pixel spacing between child widgets - + @@ -259,9 +276,10 @@ Set the size of all child widgets to be the same - If , all child widgets are forced to have the same size, otherwise they appear at their preferred size. - if child widgets size themselves equally, false otherwise. - + If , all child widgets are forced to have the same size, otherwise they appear at their preferred size. + + if child widgets size themselves equally, false otherwise. + diff --git a/doc/en/Gtk/BoxChild.xml b/doc/en/Gtk/BoxChild.xml index fb9481e06..1f5ec6a84 100644 --- a/doc/en/Gtk/BoxChild.xml +++ b/doc/en/Gtk/BoxChild.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index cee396ddb..7d21b5a31 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A widget that creates a signal when clicked on. @@ -13,7 +13,7 @@ The GtkButton widget is generally used to attach a function to that is called when the button is pressed. The various signals and how to use them are outlined below. - The GtkButton widget can hold any valid child widget. That is it can hold most any other standard . The most commonly used child is the . + The GtkButton widget can hold any valid child widget. That is it can hold most any other standard . The most commonly used child is the . @@ -59,10 +59,10 @@ - Creates a widget with a child containing the given text. - The text you want the to hold. - The newly created widget. - Creates a widget with a child containing the given text. + Creates a widget with a child containing the given text. + The text you want the to hold. + The newly created widget. + Creates a widget with a child containing the given text. @@ -75,15 +75,15 @@ - Creates a new containing the image and text from a stock item. + Creates a new containing the image and text from a stock item. To be added: an object of type 'string' To be added: an object of type 'Gtk.Button' - Creates a new containing the image and text from a stock item. Some stock ids are available from the class. + Creates a new containing the image and text from a stock item. Some stock ids are available from the class. - If is unknown, then it will be treated as a mnemonic label (similar to ). + If is unknown, then it will be treated as a mnemonic label (similar to ). @@ -96,8 +96,8 @@ - Emits a event to the given . - Emits a event to the given . + Emits a event to the given . + Emits a event to the given . @@ -108,8 +108,8 @@ - Emits a event to the given . - Emits a event to the given . + Emits a event to the given . + Emits a event to the given . @@ -120,8 +120,8 @@ - Emits a event to the given . - Emits a event to the given . + Emits a event to the given . + Emits a event to the given . @@ -132,8 +132,8 @@ - Emits a event to the given . - Emits a event to the given . + Emits a event to the given . + Emits a event to the given . @@ -144,8 +144,8 @@ - Emits a event to the given . - Emits a event to the given . + Emits a event to the given . + Emits a event to the given . @@ -156,8 +156,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -168,10 +168,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Button' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Button, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -182,10 +184,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Button' - To be added + Internal constructor + Pointer to the C object. + An instance of Button, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -194,9 +198,9 @@ - Creates an empty widget. - The newly created widget. - Creates a new widget. To add a child widget to the button, use . + Creates an empty widget. + The newly created widget. + Creates a new widget. To add a child widget to the button, use . @@ -207,9 +211,9 @@ - Creates a widget with a child containing the given text. - The text you want the to hold. - The newly created widget. + Creates a widget with a child containing the given text. + The text you want the to hold. + The newly created widget. To be added @@ -220,9 +224,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Button + The GLib TYpe for the Gtk.Button class. + @@ -236,11 +240,13 @@ The button label is a stock item. - if the button should use a stock item. - if the button label is used to select a stock item instead of being used directly as the label text. + + if the button should use a stock item. + + if the button label is used to select a stock item instead of being used directly as the label text. - Sets whether the button label is a stock item. If if the button label is used to select a stock item instead of being used directly as the label text. + Sets whether the button label is a stock item. If if the button label is used to select a stock item instead of being used directly as the label text. @@ -256,8 +262,10 @@ Sets whether an embedded underline in the button label indicates a mnemonic. - if underlines in the text indicate mnemonics. - if an embedded underline in the button label indicates the mnemonic accelerator keys. + + if underlines in the text indicate mnemonics. + + if an embedded underline in the button label indicates the mnemonic accelerator keys. Sets whether an embedded underline in the button label indicates a mnemonic. @@ -294,7 +302,7 @@ The text of the label widget. - Sets or gets the text from the label of the button. If the label text has not been set the return value will be . This will be the case if you create an empty button to use as a container. + Sets or gets the text from the label of the button. If the label text has not been set the return value will be . This will be the case if you create an empty button to use as a container. diff --git a/doc/en/Gtk/ButtonBox.xml b/doc/en/Gtk/ButtonBox.xml index 30607f304..017733342 100644 --- a/doc/en/Gtk/ButtonBox.xml +++ b/doc/en/Gtk/ButtonBox.xml @@ -5,10 +5,12 @@ 0.0.0.0 - ButtonBox is not a thread-safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - ButtonBox is a container for laying out widgets. - A button box should be used to provide a consistent layout of buttons throughout your application. Specific button boxes are for horizontal groups of buttons, and for vertical button groups. + ButtonBox is a container for laying out widgets. + + A button box should be used to provide a consistent layout of buttons throughout your application. Specific button boxes are for horizontal groups of buttons, and for vertical button groups. + Gtk.Box @@ -37,9 +39,9 @@ - The type ID for the enumerated type. - - + The type ID for the enumerated type. + + @@ -53,10 +55,13 @@ - Sets whether should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog. + Sets whether should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog. A widget that is already packed into this button box - if should be placed in a secondary group, otherwise. - A secondary group appears after the other children if the style is , or , and before the the other children if the style is . For horizontal button boxes, the definition of before/after depends on direction of the widget (see ). If the style is or , then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children. + + if should be placed in a secondary group, otherwise. + + A secondary group appears after the other children if the style is , or , and before the the other children if the style is . For horizontal button boxes, the definition of before/after depends on direction of the widget (see ). If the style is or , then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children. + @@ -67,8 +72,8 @@ - Destroy and free all resources used by this widget - + Disposes the resources associated with the object. + @@ -80,9 +85,11 @@ Internal constructor - - - + GLib type for the type + Creates a new instance of ButtonBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -93,10 +100,12 @@ - Used for language bindings only. - A pointer to a GtkButtonBox, as returned by the Gtk+ C API. - A C# Gtk.ButtonBox that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of ButtonBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -106,8 +115,8 @@ Internal constructor - - + + @@ -117,9 +126,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.ButtonBox + The GLib TYpe for the Gtk.ButtonBox class. + @@ -135,7 +144,7 @@ Alter the way the buttons in this box are arranged. the new style to arrange the buttons in. The style that the child widgets are currently arranged in. - See for more information about the styles of button boxes. + See for more information about the styles of button boxes. @@ -148,10 +157,10 @@ - See - - - + See + + + diff --git a/doc/en/Gtk/ButtonBoxStyle.xml b/doc/en/Gtk/ButtonBoxStyle.xml index 27e655b67..5e2ea08ee 100644 --- a/doc/en/Gtk/ButtonBoxStyle.xml +++ b/doc/en/Gtk/ButtonBoxStyle.xml @@ -5,10 +5,10 @@ 0.0.0.0 - + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Used to dictate the style that a uses to layout the buttons it contains. (See also: and ). - + Used to dictate the style that a uses to layout the buttons it contains. (See also: and ). + System.Enum @@ -35,7 +35,7 @@ Default packing. - + @@ -47,7 +47,7 @@ Buttons are evenly spread across the ButtonBox. - + @@ -59,7 +59,7 @@ Buttons are placed at the edges of the ButtonBox. - + @@ -70,8 +70,8 @@ - Buttons are grouped towards the start of box, (on the left for a , or the top for a ). - + Buttons are grouped towards the start of box, (on the left for a , or the top for a ). + @@ -82,7 +82,7 @@ - Buttons are grouped towards the end of a box, (on the right for a , or the bottom for a ). + Buttons are grouped towards the end of a box, (on the right for a , or the bottom for a ). To be added @@ -94,8 +94,8 @@ - - + + diff --git a/doc/en/Gtk/ButtonsType.xml b/doc/en/Gtk/ButtonsType.xml index 56e9248c9..85c0d873d 100644 --- a/doc/en/Gtk/ButtonsType.xml +++ b/doc/en/Gtk/ButtonsType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Calendar.xml b/doc/en/Gtk/Calendar.xml index e1094332b..9cfbe3047 100644 --- a/doc/en/Gtk/Calendar.xml +++ b/doc/en/Gtk/Calendar.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -185,8 +185,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -197,10 +197,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Calendar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Calendar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -211,10 +213,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Calendar' - To be added + Internal constructor + Pointer to the C object. + An instance of Calendar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -235,9 +239,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Calendar + The GLib TYpe for the Gtk.Calendar class. + diff --git a/doc/en/Gtk/CalendarDisplayOptions.xml b/doc/en/Gtk/CalendarDisplayOptions.xml index 5b1705778..d7b10920c 100644 --- a/doc/en/Gtk/CalendarDisplayOptions.xml +++ b/doc/en/Gtk/CalendarDisplayOptions.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Callback.xml b/doc/en/Gtk/Callback.xml index 1a7f35489..0b662083f 100644 --- a/doc/en/Gtk/Callback.xml +++ b/doc/en/Gtk/Callback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/CallbackMarshal.xml b/doc/en/Gtk/CallbackMarshal.xml index ebf706beb..61c5cae89 100644 --- a/doc/en/Gtk/CallbackMarshal.xml +++ b/doc/en/Gtk/CallbackMarshal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/CellEditable.xml b/doc/en/Gtk/CellEditable.xml index 2ab39e83f..5ef06ba46 100644 --- a/doc/en/Gtk/CellEditable.xml +++ b/doc/en/Gtk/CellEditable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index fafe5fabe..8979b781b 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -193,8 +193,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -205,10 +205,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.CellRenderer' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CellRenderer, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -219,10 +221,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.CellRenderer' - To be added + Internal constructor + Pointer to the C object. + An instance of CellRenderer, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -243,9 +247,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.CellRenderer + The GLib TYpe for the Gtk.CellRenderer class. + diff --git a/doc/en/Gtk/CellRendererMode.xml b/doc/en/Gtk/CellRendererMode.xml index 913da6cd4..cfbbdc740 100644 --- a/doc/en/Gtk/CellRendererMode.xml +++ b/doc/en/Gtk/CellRendererMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/CellRendererPixbuf.xml b/doc/en/Gtk/CellRendererPixbuf.xml index 77d1875d3..c21fcb2ba 100644 --- a/doc/en/Gtk/CellRendererPixbuf.xml +++ b/doc/en/Gtk/CellRendererPixbuf.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.CellRendererPixbuf' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CellRendererPixbuf, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.CellRendererPixbuf' - To be added + Internal constructor + Pointer to the C object. + An instance of CellRendererPixbuf, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.CellRendererPixbuf + The GLib TYpe for the Gtk.CellRendererPixbuf class. + diff --git a/doc/en/Gtk/CellRendererState.xml b/doc/en/Gtk/CellRendererState.xml index e50a1ba0d..4ab7aa712 100644 --- a/doc/en/Gtk/CellRendererState.xml +++ b/doc/en/Gtk/CellRendererState.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/CellRendererText.xml b/doc/en/Gtk/CellRendererText.xml index 9cd1fc2c4..7e40b5666 100644 --- a/doc/en/Gtk/CellRendererText.xml +++ b/doc/en/Gtk/CellRendererText.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.CellRendererText' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CellRendererText, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.CellRendererText' - To be added + Internal constructor + Pointer to the C object. + An instance of CellRendererText, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.CellRendererText + The GLib TYpe for the Gtk.CellRendererText class. + diff --git a/doc/en/Gtk/CellRendererToggle.xml b/doc/en/Gtk/CellRendererToggle.xml index 1d05ee502..806e21e7b 100644 --- a/doc/en/Gtk/CellRendererToggle.xml +++ b/doc/en/Gtk/CellRendererToggle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.CellRendererToggle' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CellRendererToggle, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.CellRendererToggle' - To be added + Internal constructor + Pointer to the C object. + An instance of CellRendererToggle, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.CellRendererToggle + The GLib TYpe for the Gtk.CellRendererToggle class. + diff --git a/doc/en/Gtk/CheckButton.xml b/doc/en/Gtk/CheckButton.xml index 4022bacbb..03ed6a668 100644 --- a/doc/en/Gtk/CheckButton.xml +++ b/doc/en/Gtk/CheckButton.xml @@ -5,14 +5,14 @@ 0.0.0.0 - CheckButton is not a thread safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A GtkCheckButton places a discrete GtkToggleButton next to a widget. - A GtkCheckButton places a discrete next to a widget, usually a . See for more information about toggle/check buttons. + A GtkCheckButton places a discrete next to a widget, usually a . See for more information about toggle/check buttons. - + Gtk.ToggleButton @@ -58,8 +58,8 @@ - Disposes of this widget - + Disposes the resources associated with the object. + @@ -70,10 +70,12 @@ - Internal contructor - - A new CheckButton - Internal contructor + Internal constructor + GLib type for the type + Creates a new instance of CheckButton, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -85,12 +87,10 @@ Internal constructor - A pointer to a GtkCheckButton, as returned by the Gtk+ C API. - A C# Gtk.CheckButton that wraps the parameter + Pointer to the C object. + An instance of CheckButton, wrapping the C object. - - If you don't already know that you need this constructor, it should not be used. - + This is an internal constructor, and should not be used by user code. @@ -102,7 +102,7 @@ Constructor A new CheckButton - + @@ -116,7 +116,7 @@ Constructor A string for the label. A new CheckButton with a label - + @@ -126,11 +126,9 @@ System.UInt32 - Get the type of this object, as registered with the - GLib object system. - A number that uniquely identifies this type in - the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.CheckButton + The GLib TYpe for the Gtk.CheckButton class. + diff --git a/doc/en/Gtk/CheckMenuItem.xml b/doc/en/Gtk/CheckMenuItem.xml index b7d9aaceb..91cb0a121 100644 --- a/doc/en/Gtk/CheckMenuItem.xml +++ b/doc/en/Gtk/CheckMenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -65,8 +65,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -77,10 +77,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.CheckMenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of CheckMenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -91,10 +93,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.CheckMenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of CheckMenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -129,9 +133,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.CheckMenuItem + The GLib TYpe for the Gtk.CheckMenuItem class. + diff --git a/doc/en/Gtk/Clipboard.xml b/doc/en/Gtk/Clipboard.xml index a0a6c0212..dbf3884de 100644 --- a/doc/en/Gtk/Clipboard.xml +++ b/doc/en/Gtk/Clipboard.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -196,10 +196,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Clipboard' - To be added + Internal constructor + Pointer to the C object. + An instance of Clipboard, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/ClipboardClearFunc.xml b/doc/en/Gtk/ClipboardClearFunc.xml index a4037544f..355991d92 100644 --- a/doc/en/Gtk/ClipboardClearFunc.xml +++ b/doc/en/Gtk/ClipboardClearFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ClipboardGetFunc.xml b/doc/en/Gtk/ClipboardGetFunc.xml index f53f578b8..6e02ee5c8 100644 --- a/doc/en/Gtk/ClipboardGetFunc.xml +++ b/doc/en/Gtk/ClipboardGetFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ClipboardReceivedFunc.xml b/doc/en/Gtk/ClipboardReceivedFunc.xml index d6799985b..44f494642 100644 --- a/doc/en/Gtk/ClipboardReceivedFunc.xml +++ b/doc/en/Gtk/ClipboardReceivedFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ClipboardTextReceivedFunc.xml b/doc/en/Gtk/ClipboardTextReceivedFunc.xml index 9fb8f34b9..1e7605320 100644 --- a/doc/en/Gtk/ClipboardTextReceivedFunc.xml +++ b/doc/en/Gtk/ClipboardTextReceivedFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ColorSelection.xml b/doc/en/Gtk/ColorSelection.xml index 183cbbec6..c4c70b06c 100644 --- a/doc/en/Gtk/ColorSelection.xml +++ b/doc/en/Gtk/ColorSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -118,8 +118,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -130,10 +130,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ColorSelection' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ColorSelection, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -144,10 +146,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ColorSelection' - To be added + Internal constructor + Pointer to the C object. + An instance of ColorSelection, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -168,9 +172,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ColorSelection + The GLib TYpe for the Gtk.ColorSelection class. + diff --git a/doc/en/Gtk/ColorSelectionChangePaletteFunc.xml b/doc/en/Gtk/ColorSelectionChangePaletteFunc.xml index fc29f608f..521c93d56 100644 --- a/doc/en/Gtk/ColorSelectionChangePaletteFunc.xml +++ b/doc/en/Gtk/ColorSelectionChangePaletteFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ColorSelectionDialog.xml b/doc/en/Gtk/ColorSelectionDialog.xml index db9f15849..06c01d991 100644 --- a/doc/en/Gtk/ColorSelectionDialog.xml +++ b/doc/en/Gtk/ColorSelectionDialog.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ColorSelectionDialog' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ColorSelectionDialog, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ColorSelectionDialog' - To be added + Internal constructor + Pointer to the C object. + An instance of ColorSelectionDialog, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -101,9 +105,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ColorSelectionDialog + The GLib TYpe for the Gtk.ColorSelectionDialog class. + diff --git a/doc/en/Gtk/Combo.xml b/doc/en/Gtk/Combo.xml index 40e5cc2ea..63c66c052 100644 --- a/doc/en/Gtk/Combo.xml +++ b/doc/en/Gtk/Combo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -81,8 +81,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -93,10 +93,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Combo' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Combo, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -107,10 +109,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Combo' - To be added + Internal constructor + Pointer to the C object. + An instance of Combo, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -131,9 +135,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Combo + The GLib TYpe for the Gtk.Combo class. + diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index 929504c06..713777531 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -270,8 +270,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -282,10 +282,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Container' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Container, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -296,10 +298,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Container' - To be added + Internal constructor + Pointer to the C object. + An instance of Container, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -320,9 +324,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Container + The GLib TYpe for the Gtk.Container class. + diff --git a/doc/en/Gtk/CornerType.xml b/doc/en/Gtk/CornerType.xml index 1822017e1..6549d63c3 100644 --- a/doc/en/Gtk/CornerType.xml +++ b/doc/en/Gtk/CornerType.xml @@ -5,9 +5,9 @@ 0.0.0.0 - CornerType is a thread safe object. + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Specifies which corner a child widget should be placed in when packed into a . This is effectively the opposite of where the scroll bars are placed. + Specifies which corner a child widget should be placed in when packed into a . This is effectively the opposite of where the scroll bars are placed. This is effectively the opposite of where the scroll bars are placed. @@ -35,7 +35,7 @@ Place the scrollbars on the right and bottom of the widget (default behaviour). - + @@ -47,7 +47,7 @@ Place the scrollbars on the top and right of the widget. - + @@ -59,7 +59,7 @@ Place the scrollbars on the left and bottom of the widget. - + @@ -71,7 +71,7 @@ Place the scrollbars on the top and left of the widget. - + diff --git a/doc/en/Gtk/Curve.xml b/doc/en/Gtk/Curve.xml index 1046ae575..d38a1a8d7 100644 --- a/doc/en/Gtk/Curve.xml +++ b/doc/en/Gtk/Curve.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -117,8 +117,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -129,10 +129,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Curve' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Curve, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -143,10 +145,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Curve' - To be added + Internal constructor + Pointer to the C object. + An instance of Curve, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -167,9 +171,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Curve + The GLib TYpe for the Gtk.Curve class. + diff --git a/doc/en/Gtk/CurveType.xml b/doc/en/Gtk/CurveType.xml index 07ed0a536..2ebe2e799 100644 --- a/doc/en/Gtk/CurveType.xml +++ b/doc/en/Gtk/CurveType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/DebugFlag.xml b/doc/en/Gtk/DebugFlag.xml index 6adfc29c2..53506d6ee 100644 --- a/doc/en/Gtk/DebugFlag.xml +++ b/doc/en/Gtk/DebugFlag.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/DeleteType.xml b/doc/en/Gtk/DeleteType.xml index f42b5077f..b751be07c 100644 --- a/doc/en/Gtk/DeleteType.xml +++ b/doc/en/Gtk/DeleteType.xml @@ -5,15 +5,15 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by TextView - - This enumeration is used by to see decide how delete behaves. + + This enumeration is used by to see decide how delete behaves. - + System.Enum @@ -40,7 +40,7 @@ Delete the character that is highlighted by the cursor. - + Delete the character that is highlighted by the cursor. @@ -56,7 +56,7 @@ Delete until the end of a word - + Delete only the portion of the word to the left/right of cursor if we're in the middle of a word. @@ -72,7 +72,7 @@ Delete the whole line. - + Delete the whole line, like C-k in Emacs or dd in Vi. @@ -88,7 +88,7 @@ Delete all the whitespace before the cursor. - + Delete all the whitespace before the cursor. @@ -107,4 +107,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/DestDefaults.xml b/doc/en/Gtk/DestDefaults.xml index d32e38eac..dce3eadeb 100644 --- a/doc/en/Gtk/DestDefaults.xml +++ b/doc/en/Gtk/DestDefaults.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/DestroyNotify.xml b/doc/en/Gtk/DestroyNotify.xml index 128c8a088..5343f0a1e 100644 --- a/doc/en/Gtk/DestroyNotify.xml +++ b/doc/en/Gtk/DestroyNotify.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Dialog.xml b/doc/en/Gtk/Dialog.xml index 4013cdbd7..14c9a43d3 100644 --- a/doc/en/Gtk/Dialog.xml +++ b/doc/en/Gtk/Dialog.xml @@ -5,16 +5,16 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Creates popup windows. Dialog boxes are a convenient way to prompt the user for a small amount of input, eg. to display a message, ask a question, or anything else that does not require extensive effort on the user's part. - GTK+ treats a dialog as a window split vertically. The top section is a , and is where widgets such as a or an should be packed. The bottom area is known as the . This is generally used for packing buttons into the dialog which may perform functions such as cancel, ok, or apply. The two areas are separated by a . - The two primary areas of a dialog can be accessed as the property and the property. To set the dialog to be model, use the property. - If you want to block waiting for a dialog to return before returning control flow to your code, you can call . This function enters a recursive main loop and waits for the user to respond to the dialog, returning the response ID corresponding to the button the user clicked. - For the simple dialog, in reality you'd probably use a to save yourself some effort. But you'd need to create the dialog contents manually if you had more than a simple message in the dialog. - + GTK+ treats a dialog as a window split vertically. The top section is a , and is where widgets such as a or an should be packed. The bottom area is known as the . This is generally used for packing buttons into the dialog which may perform functions such as cancel, ok, or apply. The two areas are separated by a . + The two primary areas of a dialog can be accessed as the property and the property. To set the dialog to be model, use the property. + If you want to block waiting for a dialog to return before returning control flow to your code, you can call . This function enters a recursive main loop and waits for the user to respond to the dialog, returning the response ID corresponding to the button the user clicked. + For the simple dialog, in reality you'd probably use a to save yourself some effort. But you'd need to create the dialog contents manually if you had more than a simple message in the dialog. + Gtk.Window @@ -136,8 +136,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -148,10 +148,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Dialog' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Dialog, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -162,10 +164,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Dialog' - To be added + Internal constructor + Pointer to the C object. + An instance of Dialog, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -204,9 +208,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Dialog + The GLib TYpe for the Gtk.Dialog class. + diff --git a/doc/en/Gtk/DialogFlags.xml b/doc/en/Gtk/DialogFlags.xml index 4895c3844..4d965bce7 100644 --- a/doc/en/Gtk/DialogFlags.xml +++ b/doc/en/Gtk/DialogFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/DirectionType.xml b/doc/en/Gtk/DirectionType.xml index 4f500089c..0adf45c58 100644 --- a/doc/en/Gtk/DirectionType.xml +++ b/doc/en/Gtk/DirectionType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/DrawingArea.xml b/doc/en/Gtk/DrawingArea.xml index f078e756c..bc9cc4d52 100644 --- a/doc/en/Gtk/DrawingArea.xml +++ b/doc/en/Gtk/DrawingArea.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.DrawingArea' - To be added + Internal constructor + GLib type for the type + Creates a new instance of DrawingArea, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.DrawingArea' - To be added + Internal constructor + Pointer to the C object. + An instance of DrawingArea, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.DrawingArea + The GLib TYpe for the Gtk.DrawingArea class. + diff --git a/doc/en/Gtk/Editable.xml b/doc/en/Gtk/Editable.xml index 4505ba2a4..7eb24e1ae 100644 --- a/doc/en/Gtk/Editable.xml +++ b/doc/en/Gtk/Editable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Entry.xml b/doc/en/Gtk/Entry.xml index 4ebd0f4b4..94aa1d5b4 100644 --- a/doc/en/Gtk/Entry.xml +++ b/doc/en/Gtk/Entry.xml @@ -5,14 +5,15 @@ 0.0.0.0 - Entry is not a thread safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An Entry is a single-line text entry widget. - This widget should be used to retrieve small amounts of text from the user. A fairly large set of key bindings are supported by default. If the entered text is longer than the allocation of the widget, the widget will scroll so that the cursor position is visible. - -See also the widget for displaying and editing large amounts of text. + + This widget should be used to retrieve small amounts of text from the user. A fairly large set of key bindings are supported by default. If the entered text is longer than the allocation of the widget, the widget will scroll so that the cursor position is visible. + +See also the widget for displaying and editing large amounts of text. - + Gtk.Widget @@ -54,8 +55,12 @@ See also the widget for displaying and editing larg Add arbitrary text to the entry. the text to add - The number of characters added. - Use this method to insert a string at the current CursorPosition. + + The number of characters added. + + + Use this method to insert a string at the current CursorPosition. + @@ -69,8 +74,8 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.CellEditable.StartEditing for the Entry widget. - - + + @@ -82,7 +87,7 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.CellEditable.FinishEditing for the Entry widget. - + @@ -94,7 +99,7 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.CellEditable.RemoveWidget for the Entry widget. - + @@ -109,16 +114,18 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.Editable.SelectRegion for the Entry widget. - - - + + + Method - System.String + + System.String + @@ -128,8 +135,10 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.Editable.GetChars for the Entry widget. The index of the first character to get, (zero-indexed). The index of the character to retrieve up to. - A string representing the characters from , up to, but not including . If is negative, then the the characters retrieved will be those characters from to the end of the text. - + + A string representing the characters from , up to, but not including . If is negative, then the the characters retrieved will be those characters from to the end of the text. + + @@ -144,9 +153,9 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.Editable.DeleteText for the Entry widget. - - - + + + @@ -158,7 +167,7 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.Editable.CopyClipboard for the Entry widget. - + @@ -170,7 +179,7 @@ See also the widget for displaying and editing larg Specific implementation of Gtk.Editable.DeleteSelection for the Entry widget. Deletes the currently selected text from the Entry. - + @@ -187,8 +196,11 @@ See also the widget for displaying and editing larg Get the the positions of the start and end of the current selection, if there is one. output variable for the character index of the selection start output variable for the character index of the end of the selection - if there is a selection, otherwise. - + + + if there is a selection, otherwise. + + @@ -200,7 +212,7 @@ See also the widget for displaying and editing larg Copies any selected text to the clipboard and deletes it from the entry. - + @@ -219,7 +231,9 @@ See also the widget for displaying and editing larg The text to add to the Entry The length of the new text to add, in bytes. An in/out parameter. The caller initializes it to the position at which to insert the text. After the call it points at the position after the newly inserted text. - Implements the Gtk.Editable.InsertText interface method for this Entry. + + Implements the Gtk.Editable.InsertText interface method for this Entry. + @@ -231,7 +245,7 @@ See also the widget for displaying and editing larg Causes the contents of the clipboard to be pasted into the Entry at the current cursor position. - + @@ -248,9 +262,10 @@ See also the widget for displaying and editing larg Obtains the position of the PangoLayout used to render text in the entry, in widget coordinates. X offset output of the layout Y offset output of the layout - Useful if you want to line up the text in an entry with some other text, e.g. when using the entry to implement editable cells in a sheet widget. - - Also useful to convert mouse events into coordinates inside the PangoLayout, e.g. to take some action if some part of the entry text is clicked. + + Useful if you want to line up the text in an entry with some other text, e.g. when using the entry to implement editable cells in a sheet widget. + Also useful to convert mouse events into coordinates inside the PangoLayout, e.g. to take some action if some part of the entry text is clicked. + @@ -261,8 +276,8 @@ See also the widget for displaying and editing larg - - + Disposes the resources associated with the object. + @@ -273,10 +288,12 @@ See also the widget for displaying and editing larg - Internal Constructor - - A new Entry widget - + Internal constructor + GLib type for the type + Creates a new instance of Entry, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -288,9 +305,11 @@ See also the widget for displaying and editing larg Internal constructor - - A new Entry widget - + Pointer to the C object. + An instance of Entry, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -301,7 +320,7 @@ See also the widget for displaying and editing larg Construct a new entry widget Creates an entry widget with empty contents - + @@ -311,9 +330,9 @@ See also the widget for displaying and editing larg System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.Entry + The GLib TYpe for the Gtk.Entry class. + @@ -328,8 +347,10 @@ See also the widget for displaying and editing larg Implements the concrete version of Gtk.Editable.IsEditable, to determine if the text of the Entry can be edited. true to allow editing of the Entry, false otherwise. - true if the Entry is editable, false otherwise. - + + true if the Entry is editable, false otherwise. + + @@ -344,8 +365,12 @@ See also the widget for displaying and editing larg The position of the cursor. the new cursor position, in characters. - the current cursor position - The cursor is displayed before the character with the given (base 0) index in the widget. The value must be less than or equal to the number of characters in the widget. A value of -1 indicates that the position should be set after the last character in the entry. Note that this position is in characters, not in bytes. + + the current cursor position + + + The cursor is displayed before the character with the given (base 0) index in the widget. The value must be less than or equal to the number of characters in the widget. A value of -1 indicates that the position should be set after the last character in the entry. Note that this position is in characters, not in bytes. + @@ -356,8 +381,12 @@ See also the widget for displaying and editing larg Get the object used by this Entry for text layout. - The Pango.Layout used to render the text of this entry. - This property is read only. + + The Pango.Layout used to render the text of this entry. + + + This property is read only. + @@ -368,14 +397,16 @@ See also the widget for displaying and editing larg - - + Determine whether to display characters entered, or whether to mask them. true to display characters in the Entry, false to mask them - true if characters are being displayed, false if they are being masked. - This property should be used to create entry widgets for sensitive data such as passwords. - - + + true if characters are being displayed, false if they are being masked. + + + This property should be used to create entry widgets for sensitive data such as passwords. + + Property @@ -388,8 +419,12 @@ See also the widget for displaying and editing larg The maximum number of characters that can be placed in this Entry. How many characters to limit this Entry to - The maximum number of characters that can currently be set in this Entry. - This property can be useful for ensuring no more than a specific number of characters are put in an entry. + + The maximum number of characters that can currently be set in this Entry. + + + This property can be useful for ensuring no more than a specific number of characters are put in an entry. + @@ -400,8 +435,12 @@ See also the widget for displaying and editing larg The position of the cursor in the Entry's text. - The current character of the cursor. - Use this property to manipulate the position of the cursor - it is displayed before the character with the given (base 0) index in the widget. The value must be less than or equal to the number of characters in the widget. A value of -1 indicates that the position should be set after the last character in the entry. Note that this position is in characters, not in bytes. + + The current character of the cursor. + + + Use this property to manipulate the position of the cursor - it is displayed before the character with the given (base 0) index in the widget. The value must be less than or equal to the number of characters in the widget. A value of -1 indicates that the position should be set after the last character in the entry. Note that this position is in characters, not in bytes. + @@ -412,8 +451,10 @@ See also the widget for displaying and editing larg The length of the selected text. - The number of selected characters. - + + The number of selected characters. + + @@ -428,8 +469,10 @@ See also the widget for displaying and editing larg Manipulate the current text contents of an Entry. The new string to display in the Entry - overwrites any existing text in the widget. - The current text in an Entry. - + + The current text in an Entry. + + @@ -454,10 +497,14 @@ See also the widget for displaying and editing larg - Changes the size request of the entry to be about the right size for characters. + Changes the size request of the entry to be about the right size for characters. Requested width, in characters - The number of characters requested. - Note that it changes the size request, the size can still be affected by how you pack the widget into containers. If n_chars is -1, the size reverts to the default entry size. + + The number of characters requested. + + + Note that it changes the size request, the size can still be affected by how you pack the widget into containers. If n_chars is -1, the size reverts to the default entry size. + @@ -471,9 +518,17 @@ See also the widget for displaying and editing larg Whether or not this Entry is editable. - to make this Entry read-only, to allow editing. - if this entry can be edited, otherwise. - Set this property to false if you need to stop input into an Entry widget. For displaying textual data, it is more normal to use a instead. + + + to make this Entry read-only, to allow editing. + + + + if this entry can be edited, otherwise. + + + Set this property to false if you need to stop input into an Entry widget. For displaying textual data, it is more normal to use a instead. + @@ -487,11 +542,16 @@ See also the widget for displaying and editing larg Determine whether to activate the 'default widget' in the window when the return key is pressed. - set to to activate the default button when enter is pressed, otherwise - if the default button will be activated, false otherwise. - If the value is , pressing Enter in the entry will activate the default widget for the window containing the entry. This usually means that the dialog box containing the entry will be closed, since the default widget is usually one of the dialog buttons. - - (For experts: if the value is , the entry calls on the containing the entry, in the default handler for the event). + set to to activate the default button when enter is pressed, otherwise + + + if the default button will be activated, false otherwise. + + + If the value is , pressing Enter in the entry will activate the default widget for the window containing the entry. This usually means that the dialog box containing the entry will be closed, since the default widget is usually one of the dialog buttons. + + (For experts: if the value is , the entry calls on the containing the entry, in the default handler for the event). + @@ -505,9 +565,13 @@ See also the widget for displaying and editing larg Whether or not this Entry should be surrounded by a 3D frame. - to surround this Entry in a frame (the default), otherwise. - if a frame surrounds this Entry, otherwise - Unless there is a very specific reason for doing so, this property is best left to its default to ensure consistency in Entry widgets across applications. + + to surround this Entry in a frame (the default), otherwise. + + if a frame surrounds this Entry, otherwise + + Unless there is a very specific reason for doing so, this property is best left to its default to ensure consistency in Entry widgets across applications. + @@ -516,8 +580,8 @@ See also the widget for displaying and editing larg - Implements the WidgetRemoved method of the interface. This will effectively destroy the Entry. - + Implements the WidgetRemoved method of the interface. This will effectively destroy the Entry. + @@ -526,8 +590,8 @@ See also the widget for displaying and editing larg - Implements the EditingDone method of the interface. - + Implements the EditingDone method of the interface. + @@ -537,7 +601,7 @@ See also the widget for displaying and editing larg Connect to this event to be notified when text is inserted into the Entry. - + @@ -547,7 +611,7 @@ See also the widget for displaying and editing larg Connect to this event to be notified when text is deleted from the Entry. - + @@ -557,7 +621,7 @@ See also the widget for displaying and editing larg When the contents of the Entry change, this event is fired. - + @@ -567,7 +631,7 @@ See also the widget for displaying and editing larg Connect to this event handler to be notified when the cursor of an Entry moves. - Data pertaining to this event is passed with a . + Data pertaining to this event is passed with a . @@ -577,7 +641,7 @@ See also the widget for displaying and editing larg Connect to this event to be notified when the user 'cuts' a selection in the Entry. - Connect to this event with a standard . + Connect to this event with a standard . @@ -587,7 +651,9 @@ See also the widget for displaying and editing larg Connect to this event to be notified when the user hits 'return'. - Connect to this event with a standard . + + Connect to this event with a standard . + @@ -597,7 +663,9 @@ See also the widget for displaying and editing larg Connect to this event to find out when text is deleted from the Entry by the user. - Data pertaining to this event is encapsulated in a . + + Data pertaining to this event is encapsulated in a . + @@ -607,7 +675,9 @@ See also the widget for displaying and editing larg Connect to this event to be notified when the clipboard contents are pasted into this Entry. - Connect to this event with a standard . + + Connect to this event with a standard . + @@ -617,7 +687,9 @@ See also the widget for displaying and editing larg Connect to this event to be notified when the contents of the Entry are copied to the clipboard. - Connect to this event with a standard . + + Connect to this event with a standard . + @@ -627,7 +699,9 @@ See also the widget for displaying and editing larg To be added - Data pertaining to this event is encapsulated in a . + + Data pertaining to this event is encapsulated in a . + @@ -637,7 +711,9 @@ See also the widget for displaying and editing larg Connect to this event to discover when the Overwrite state has been changed by the user. This is usually done by pressing the 'Insert' key on a keyboard. - Connect to this event with a standard . + + Connect to this event with a standard . + @@ -647,8 +723,10 @@ See also the widget for displaying and editing larg Connect to this event to discover when text is inserted at the cursor position - usually when the user types something in. - Data pertaining to this event is encapsulated in an . + + Data pertaining to this event is encapsulated in an . + - + \ No newline at end of file diff --git a/doc/en/Gtk/EventBox.xml b/doc/en/Gtk/EventBox.xml index cba585950..4da8f8a02 100644 --- a/doc/en/Gtk/EventBox.xml +++ b/doc/en/Gtk/EventBox.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.EventBox' - To be added + Internal constructor + GLib type for the type + Creates a new instance of EventBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.EventBox' - To be added + Internal constructor + Pointer to the C object. + An instance of EventBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.EventBox + The GLib TYpe for the Gtk.EventBox class. + diff --git a/doc/en/Gtk/ExpanderStyle.xml b/doc/en/Gtk/ExpanderStyle.xml index 77c30e360..6361cc57e 100644 --- a/doc/en/Gtk/ExpanderStyle.xml +++ b/doc/en/Gtk/ExpanderStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/FileSelection.xml b/doc/en/Gtk/FileSelection.xml index cb682b406..ccd1468fd 100644 --- a/doc/en/Gtk/FileSelection.xml +++ b/doc/en/Gtk/FileSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -76,8 +76,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -88,10 +88,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.FileSelection' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FileSelection, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -102,10 +104,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.FileSelection' - To be added + Internal constructor + Pointer to the C object. + An instance of FileSelection, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -140,9 +144,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.FileSelection + The GLib TYpe for the Gtk.FileSelection class. + diff --git a/doc/en/Gtk/Fixed.xml b/doc/en/Gtk/Fixed.xml index bccae7884..a03fd2b2a 100644 --- a/doc/en/Gtk/Fixed.xml +++ b/doc/en/Gtk/Fixed.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -75,8 +75,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -87,10 +87,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Fixed' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Fixed, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -101,10 +103,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Fixed' - To be added + Internal constructor + Pointer to the C object. + An instance of Fixed, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -125,9 +129,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Fixed + The GLib TYpe for the Gtk.Fixed class. + diff --git a/doc/en/Gtk/FixedChild.xml b/doc/en/Gtk/FixedChild.xml index e3f9c4d3d..129796b37 100644 --- a/doc/en/Gtk/FixedChild.xml +++ b/doc/en/Gtk/FixedChild.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/FontSelection.xml b/doc/en/Gtk/FontSelection.xml index f1d67935f..00356b96e 100644 --- a/doc/en/Gtk/FontSelection.xml +++ b/doc/en/Gtk/FontSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.FontSelection' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontSelection, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.FontSelection' - To be added + Internal constructor + Pointer to the C object. + An instance of FontSelection, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.FontSelection + The GLib TYpe for the Gtk.FontSelection class. + diff --git a/doc/en/Gtk/FontSelectionDialog.xml b/doc/en/Gtk/FontSelectionDialog.xml index 57237a151..1837ed452 100644 --- a/doc/en/Gtk/FontSelectionDialog.xml +++ b/doc/en/Gtk/FontSelectionDialog.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,8 +53,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -65,10 +65,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.FontSelectionDialog' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontSelectionDialog, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -79,10 +81,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.FontSelectionDialog' - To be added + Internal constructor + Pointer to the C object. + An instance of FontSelectionDialog, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -117,9 +121,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.FontSelectionDialog + The GLib TYpe for the Gtk.FontSelectionDialog class. + diff --git a/doc/en/Gtk/Frame.xml b/doc/en/Gtk/Frame.xml index 8d69b8679..7508f2c68 100644 --- a/doc/en/Gtk/Frame.xml +++ b/doc/en/Gtk/Frame.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -71,8 +71,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -83,10 +83,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Frame' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Frame, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -97,10 +99,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Frame' - To be added + Internal constructor + Pointer to the C object. + An instance of Frame, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -135,9 +139,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Frame + The GLib TYpe for the Gtk.Frame class. + diff --git a/doc/en/Gtk/Function.xml b/doc/en/Gtk/Function.xml index f621bd813..97b3fa90e 100644 --- a/doc/en/Gtk/Function.xml +++ b/doc/en/Gtk/Function.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/GammaCurve.xml b/doc/en/Gtk/GammaCurve.xml index de7424b71..dc87063dc 100644 --- a/doc/en/Gtk/GammaCurve.xml +++ b/doc/en/Gtk/GammaCurve.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.GammaCurve' - To be added + Internal constructor + GLib type for the type + Creates a new instance of GammaCurve, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.GammaCurve' - To be added + Internal constructor + Pointer to the C object. + An instance of GammaCurve, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.GammaCurve + The GLib TYpe for the Gtk.GammaCurve class. + diff --git a/doc/en/Gtk/GdkInputFunction.xml b/doc/en/Gtk/GdkInputFunction.xml index a93c320ef..377e1f77a 100644 --- a/doc/en/Gtk/GdkInputFunction.xml +++ b/doc/en/Gtk/GdkInputFunction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HBox.xml b/doc/en/Gtk/HBox.xml index ee19e7f1e..cba985c62 100644 --- a/doc/en/Gtk/HBox.xml +++ b/doc/en/Gtk/HBox.xml @@ -5,12 +5,13 @@ 0.0.0.0 - HBox is not a thread safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - An HBox is a specific type of for packing widgets horizontally. - Other ways of laying out widgets include using a vertical box, (see ), a table, (see ), button boxes, etc. - - Useful methods for manipulating boxes can be found in the superclass for HBox, . + An HBox is a specific type of for packing widgets horizontally. + + Other ways of laying out widgets include using a vertical box, (see ), a table, (see ), button boxes, etc. + + Useful methods for manipulating boxes can be found in the superclass for HBox, . @@ -41,8 +42,8 @@ - Disposes of this widget - + Disposes the resources associated with the object. + @@ -54,9 +55,11 @@ Internal constructor - - - + GLib type for the type + Creates a new instance of HBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -67,10 +70,12 @@ - Used for language bindings only. - A pointer to a GtkHBox, as returned by the Gtk+ C API. - A C# Gtk.HBox that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of HBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -83,10 +88,12 @@ The main way to create a new HBox. - If , all widgets in the box are forced to be equally sized. + If , all widgets in the box are forced to be equally sized. The number of pixels to place between each widget in the box. - A new HBox - + + A new HBox + + @@ -96,8 +103,8 @@ Internal constructor, should not be used. - - + + @@ -107,9 +114,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.HBox + The GLib TYpe for the Gtk.HBox class. + diff --git a/doc/en/Gtk/HButtonBox.xml b/doc/en/Gtk/HButtonBox.xml index 2de5bc30f..c84e1737d 100644 --- a/doc/en/Gtk/HButtonBox.xml +++ b/doc/en/Gtk/HButtonBox.xml @@ -5,12 +5,14 @@ 0.0.0.0 - HButtonBox is not a thread-safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of laying out buttons horizontally. - The specific layout of buttons in this type of box is determined by the box's . - Methods for manipulating button boxes are provided in the super classes, and . - + + The specific layout of buttons in this type of box is determined by the box's . + Methods for manipulating button boxes are provided in the super classes, and . + + Gtk.ButtonBox @@ -38,8 +40,8 @@ - Destroy and free all resources used by this widget - + Disposes the resources associated with the object. + @@ -51,9 +53,11 @@ Internal constructor - - - + GLib type for the type + Creates a new instance of HButtonBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -64,10 +68,12 @@ - Used for language bindings only. - A pointer to a GtkHButtonBox, as returned by the Gtk+ C API. - A C# Gtk.HButtonBox that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of HButtonBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -78,7 +84,7 @@ The normal way to construct a horizontal button box A new HBox - + @@ -88,9 +94,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.HButtonBox + The GLib TYpe for the Gtk.HButtonBox class. + diff --git a/doc/en/Gtk/HPaned.xml b/doc/en/Gtk/HPaned.xml index 69add8d72..d8a21a6ec 100644 --- a/doc/en/Gtk/HPaned.xml +++ b/doc/en/Gtk/HPaned.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HPaned' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HPaned, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HPaned' - To be added + Internal constructor + Pointer to the C object. + An instance of HPaned, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HPaned + The GLib TYpe for the Gtk.HPaned class. + diff --git a/doc/en/Gtk/HRuler.xml b/doc/en/Gtk/HRuler.xml index 6c276812c..3f4415710 100644 --- a/doc/en/Gtk/HRuler.xml +++ b/doc/en/Gtk/HRuler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HRuler' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HRuler, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HRuler' - To be added + Internal constructor + Pointer to the C object. + An instance of HRuler, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HRuler + The GLib TYpe for the Gtk.HRuler class. + diff --git a/doc/en/Gtk/HSV.xml b/doc/en/Gtk/HSV.xml index 14c68615e..443366063 100644 --- a/doc/en/Gtk/HSV.xml +++ b/doc/en/Gtk/HSV.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -147,8 +147,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -159,10 +159,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HSV' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HSV, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -173,10 +175,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HSV' - To be added + Internal constructor + Pointer to the C object. + An instance of HSV, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -197,9 +201,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HSV + The GLib TYpe for the Gtk.HSV class. + diff --git a/doc/en/Gtk/HScale.xml b/doc/en/Gtk/HScale.xml index b3062f836..78d354a0c 100644 --- a/doc/en/Gtk/HScale.xml +++ b/doc/en/Gtk/HScale.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HScale' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HScale, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HScale' - To be added + Internal constructor + Pointer to the C object. + An instance of HScale, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -119,9 +123,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HScale + The GLib TYpe for the Gtk.HScale class. + diff --git a/doc/en/Gtk/HScrollbar.xml b/doc/en/Gtk/HScrollbar.xml index e11600576..9e1d27032 100644 --- a/doc/en/Gtk/HScrollbar.xml +++ b/doc/en/Gtk/HScrollbar.xml @@ -5,11 +5,11 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A horizontal scrollbar - The widget is a widget arranged horizontally creating a scrollbar. See for details on scrollbars. pointers may be added to handle the adjustment of the scrollbar or it may be left in which case one will be created for you. See for details. + The widget is a widget arranged horizontally creating a scrollbar. See for details on scrollbars. pointers may be added to handle the adjustment of the scrollbar or it may be left in which case one will be created for you. See for details. @@ -40,8 +40,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -52,10 +52,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HScrollbar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HScrollbar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -66,10 +68,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HScrollbar' - To be added + Internal constructor + Pointer to the C object. + An instance of HScrollbar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,8 +85,8 @@ Creates a new horizontal scrollbar. - The to use, or to create a new adjustment. - The new + The to use, or to create a new adjustment. + The new To be added @@ -104,9 +108,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HScrollbar + The GLib TYpe for the Gtk.HScrollbar class. + diff --git a/doc/en/Gtk/HSeparator.xml b/doc/en/Gtk/HSeparator.xml index af30a85a0..426da7498 100644 --- a/doc/en/Gtk/HSeparator.xml +++ b/doc/en/Gtk/HSeparator.xml @@ -5,14 +5,14 @@ 0.0.0.0 - HSeparator is not a thread safe object. + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. The HSeparator widget is a horizontal separator, used to group the widgets within a window. - The HSeparator widget is a horizontal separator, used to group the widgets within a window. It is not used as a separator within menus. To create a separator in a menu create an empty widget and add it to the menu with . + The HSeparator widget is a horizontal separator, used to group the widgets within a window. It is not used as a separator within menus. To create a separator in a menu create an empty widget and add it to the menu with . - + Gtk.Separator @@ -41,8 +41,8 @@ - Disposes of this widget - + Disposes the resources associated with the object. + @@ -54,9 +54,11 @@ Internal constructor - To be added: an object of type 'uint' - A new horizontal separator - + GLib type for the type + Creates a new instance of HSeparator, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -67,10 +69,12 @@ - Internal construction - A pointer to a HSeparator, as returned by the Gtk+ C API. - >A C# Gtk.HSeparator that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of HSeparator, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,7 +85,7 @@ Constructor A horizontal separator. - + @@ -91,9 +95,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.HSeparator + The GLib TYpe for the Gtk.HSeparator class. + diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index 9ed3b774b..91155940e 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -700,8 +700,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -712,10 +712,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HTML' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HTML, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -726,10 +728,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HTML' - To be added + Internal constructor + Pointer to the C object. + An instance of HTML, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -766,9 +770,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HTML + The GLib TYpe for the Gtk.HTML class. + diff --git a/doc/en/Gtk/HTMLBeginFlags.xml b/doc/en/Gtk/HTMLBeginFlags.xml index 4827b39b9..b3826fec8 100644 --- a/doc/en/Gtk/HTMLBeginFlags.xml +++ b/doc/en/Gtk/HTMLBeginFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLClassProperties.xml b/doc/en/Gtk/HTMLClassProperties.xml index 9e8329c26..c13283e9c 100644 --- a/doc/en/Gtk/HTMLClassProperties.xml +++ b/doc/en/Gtk/HTMLClassProperties.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HTMLClassProperties' - To be added + Internal constructor + Pointer to the C object. + An instance of HTMLClassProperties, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/HTMLCommandType.xml b/doc/en/Gtk/HTMLCommandType.xml index 84e514dd1..e63a0ffa0 100644 --- a/doc/en/Gtk/HTMLCommandType.xml +++ b/doc/en/Gtk/HTMLCommandType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLCursorSkipType.xml b/doc/en/Gtk/HTMLCursorSkipType.xml index 34210b784..e812159e2 100644 --- a/doc/en/Gtk/HTMLCursorSkipType.xml +++ b/doc/en/Gtk/HTMLCursorSkipType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLEditorAPI.xml b/doc/en/Gtk/HTMLEditorAPI.xml index ee3b4bf7d..6c9d7d397 100644 --- a/doc/en/Gtk/HTMLEditorAPI.xml +++ b/doc/en/Gtk/HTMLEditorAPI.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLEditorEventType.xml b/doc/en/Gtk/HTMLEditorEventType.xml index 5e3c98b58..49313cf94 100644 --- a/doc/en/Gtk/HTMLEditorEventType.xml +++ b/doc/en/Gtk/HTMLEditorEventType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLEmbedded.xml b/doc/en/Gtk/HTMLEmbedded.xml index 5331ed7d8..3f5cb13f3 100644 --- a/doc/en/Gtk/HTMLEmbedded.xml +++ b/doc/en/Gtk/HTMLEmbedded.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HTMLEmbedded' - To be added + Internal constructor + Pointer to the C object. + An instance of HTMLEmbedded, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/HTMLEmbeddedClass.xml b/doc/en/Gtk/HTMLEmbeddedClass.xml index 8c570294f..fd798ac6d 100644 --- a/doc/en/Gtk/HTMLEmbeddedClass.xml +++ b/doc/en/Gtk/HTMLEmbeddedClass.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HTMLEmbeddedClass' - To be added + Internal constructor + Pointer to the C object. + An instance of HTMLEmbeddedClass, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/HTMLEtchStyle.xml b/doc/en/Gtk/HTMLEtchStyle.xml index 18e822388..e35db4f26 100644 --- a/doc/en/Gtk/HTMLEtchStyle.xml +++ b/doc/en/Gtk/HTMLEtchStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLFontStyle.xml b/doc/en/Gtk/HTMLFontStyle.xml index 921c781dd..26f72e147 100644 --- a/doc/en/Gtk/HTMLFontStyle.xml +++ b/doc/en/Gtk/HTMLFontStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLFontStyleShift.xml b/doc/en/Gtk/HTMLFontStyleShift.xml index be8ad1bd7..b8c1f7565 100644 --- a/doc/en/Gtk/HTMLFontStyleShift.xml +++ b/doc/en/Gtk/HTMLFontStyleShift.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLParagraphAlignment.xml b/doc/en/Gtk/HTMLParagraphAlignment.xml index d4f9940f4..0b4fc1b09 100644 --- a/doc/en/Gtk/HTMLParagraphAlignment.xml +++ b/doc/en/Gtk/HTMLParagraphAlignment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLParagraphStyle.xml b/doc/en/Gtk/HTMLParagraphStyle.xml index 33ec658f0..35bbafc01 100644 --- a/doc/en/Gtk/HTMLParagraphStyle.xml +++ b/doc/en/Gtk/HTMLParagraphStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLPrintCallback.xml b/doc/en/Gtk/HTMLPrintCallback.xml index 4e30b458b..8ab0fcbcb 100644 --- a/doc/en/Gtk/HTMLPrintCallback.xml +++ b/doc/en/Gtk/HTMLPrintCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLSaveReceiverFn.xml b/doc/en/Gtk/HTMLSaveReceiverFn.xml index 2f1a7e752..76d07698f 100644 --- a/doc/en/Gtk/HTMLSaveReceiverFn.xml +++ b/doc/en/Gtk/HTMLSaveReceiverFn.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLStream.xml b/doc/en/Gtk/HTMLStream.xml index 806d0d7fd..3787f6952 100644 --- a/doc/en/Gtk/HTMLStream.xml +++ b/doc/en/Gtk/HTMLStream.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLStreamCloseFunc.xml b/doc/en/Gtk/HTMLStreamCloseFunc.xml index 0bea396ea..c9a354fa0 100644 --- a/doc/en/Gtk/HTMLStreamCloseFunc.xml +++ b/doc/en/Gtk/HTMLStreamCloseFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLStreamStatus.xml b/doc/en/Gtk/HTMLStreamStatus.xml index f11860689..d8e83e3bd 100644 --- a/doc/en/Gtk/HTMLStreamStatus.xml +++ b/doc/en/Gtk/HTMLStreamStatus.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLStreamTypesFunc.xml b/doc/en/Gtk/HTMLStreamTypesFunc.xml index 5c8719377..93b5ceef1 100644 --- a/doc/en/Gtk/HTMLStreamTypesFunc.xml +++ b/doc/en/Gtk/HTMLStreamTypesFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HTMLStreamWriteFunc.xml b/doc/en/Gtk/HTMLStreamWriteFunc.xml index 03a836259..f5a726dcd 100644 --- a/doc/en/Gtk/HTMLStreamWriteFunc.xml +++ b/doc/en/Gtk/HTMLStreamWriteFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/HandleBox.xml b/doc/en/Gtk/HandleBox.xml index 7e7024d56..894720fc6 100644 --- a/doc/en/Gtk/HandleBox.xml +++ b/doc/en/Gtk/HandleBox.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.HandleBox' - To be added + Internal constructor + GLib type for the type + Creates a new instance of HandleBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.HandleBox' - To be added + Internal constructor + Pointer to the C object. + An instance of HandleBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.HandleBox + The GLib TYpe for the Gtk.HandleBox class. + diff --git a/doc/en/Gtk/IMContext.xml b/doc/en/Gtk/IMContext.xml index 3184620d0..7cfb991cd 100644 --- a/doc/en/Gtk/IMContext.xml +++ b/doc/en/Gtk/IMContext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -157,8 +157,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -169,10 +169,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.IMContext' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IMContext, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -183,10 +185,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IMContext' - To be added + Internal constructor + Pointer to the C object. + An instance of IMContext, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -207,9 +211,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IMContext + The GLib TYpe for the Gtk.IMContext class. + diff --git a/doc/en/Gtk/IMContextInfo.xml b/doc/en/Gtk/IMContextInfo.xml index 69c35716e..e362ac018 100644 --- a/doc/en/Gtk/IMContextInfo.xml +++ b/doc/en/Gtk/IMContextInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/IMContextSimple.xml b/doc/en/Gtk/IMContextSimple.xml index 976f311f3..26c3f94f5 100644 --- a/doc/en/Gtk/IMContextSimple.xml +++ b/doc/en/Gtk/IMContextSimple.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -50,8 +50,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -62,10 +62,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.IMContextSimple' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IMContextSimple, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -76,10 +78,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IMContextSimple' - To be added + Internal constructor + Pointer to the C object. + An instance of IMContextSimple, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -100,9 +104,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IMContextSimple + The GLib TYpe for the Gtk.IMContextSimple class. + diff --git a/doc/en/Gtk/IMMulticontext.xml b/doc/en/Gtk/IMMulticontext.xml index 50ca6c669..e763ab306 100644 --- a/doc/en/Gtk/IMMulticontext.xml +++ b/doc/en/Gtk/IMMulticontext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -46,8 +46,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -58,10 +58,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.IMMulticontext' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IMMulticontext, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -72,10 +74,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IMMulticontext' - To be added + Internal constructor + Pointer to the C object. + An instance of IMMulticontext, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -96,9 +100,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IMMulticontext + The GLib TYpe for the Gtk.IMMulticontext class. + diff --git a/doc/en/Gtk/IconFactory.xml b/doc/en/Gtk/IconFactory.xml index fc3c0c299..9dc5058b1 100644 --- a/doc/en/Gtk/IconFactory.xml +++ b/doc/en/Gtk/IconFactory.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -104,8 +104,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -116,10 +116,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.IconFactory' - To be added + Internal constructor + GLib type for the type + Creates a new instance of IconFactory, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -130,10 +132,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IconFactory' - To be added + Internal constructor + Pointer to the C object. + An instance of IconFactory, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -154,9 +158,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IconFactory + The GLib TYpe for the Gtk.IconFactory class. + diff --git a/doc/en/Gtk/IconSet.xml b/doc/en/Gtk/IconSet.xml index 5c767f990..3ce96be54 100644 --- a/doc/en/Gtk/IconSet.xml +++ b/doc/en/Gtk/IconSet.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -124,10 +124,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IconSet' - To be added + Internal constructor + Pointer to the C object. + An instance of IconSet, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -162,9 +164,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IconSet + The GLib TYpe for the Gtk.IconSet class. + diff --git a/doc/en/Gtk/IconSize.xml b/doc/en/Gtk/IconSize.xml index 00839b2f4..1ee29fb8c 100644 --- a/doc/en/Gtk/IconSize.xml +++ b/doc/en/Gtk/IconSize.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/IconSource.xml b/doc/en/Gtk/IconSource.xml index 309311423..580a40a29 100644 --- a/doc/en/Gtk/IconSource.xml +++ b/doc/en/Gtk/IconSource.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,10 +53,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.IconSource' - To be added + Internal constructor + Pointer to the C object. + An instance of IconSource, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -77,9 +79,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.IconSource + The GLib TYpe for the Gtk.IconSource class. + diff --git a/doc/en/Gtk/Image.xml b/doc/en/Gtk/Image.xml index 75fc16557..81c536bce 100644 --- a/doc/en/Gtk/Image.xml +++ b/doc/en/Gtk/Image.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -118,8 +118,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -130,10 +130,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Image' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Image, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -144,10 +146,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Image' - To be added + Internal constructor + Pointer to the C object. + An instance of Image, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -274,9 +278,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Image + The GLib TYpe for the Gtk.Image class. + diff --git a/doc/en/Gtk/ImageAnimationData.xml b/doc/en/Gtk/ImageAnimationData.xml index b81e3e668..83e90e40b 100644 --- a/doc/en/Gtk/ImageAnimationData.xml +++ b/doc/en/Gtk/ImageAnimationData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImageIconSetData.xml b/doc/en/Gtk/ImageIconSetData.xml index c7cc2861c..331de0e7d 100644 --- a/doc/en/Gtk/ImageIconSetData.xml +++ b/doc/en/Gtk/ImageIconSetData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImageImageData.xml b/doc/en/Gtk/ImageImageData.xml index a38d23397..0dff06ca9 100644 --- a/doc/en/Gtk/ImageImageData.xml +++ b/doc/en/Gtk/ImageImageData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImageMenuItem.xml b/doc/en/Gtk/ImageMenuItem.xml index 3116df39f..42b678048 100644 --- a/doc/en/Gtk/ImageMenuItem.xml +++ b/doc/en/Gtk/ImageMenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -53,8 +53,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -65,10 +65,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ImageMenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ImageMenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -79,10 +81,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ImageMenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of ImageMenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -133,9 +137,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ImageMenuItem + The GLib TYpe for the Gtk.ImageMenuItem class. + diff --git a/doc/en/Gtk/ImagePixbufData.xml b/doc/en/Gtk/ImagePixbufData.xml index 78cec8037..ee909d313 100644 --- a/doc/en/Gtk/ImagePixbufData.xml +++ b/doc/en/Gtk/ImagePixbufData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImagePixmapData.xml b/doc/en/Gtk/ImagePixmapData.xml index a4da87573..6b1cfb785 100644 --- a/doc/en/Gtk/ImagePixmapData.xml +++ b/doc/en/Gtk/ImagePixmapData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImageStockData.xml b/doc/en/Gtk/ImageStockData.xml index 79779a547..98c4a924c 100644 --- a/doc/en/Gtk/ImageStockData.xml +++ b/doc/en/Gtk/ImageStockData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ImageType.xml b/doc/en/Gtk/ImageType.xml index c587822c5..4f6899df2 100644 --- a/doc/en/Gtk/ImageType.xml +++ b/doc/en/Gtk/ImageType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/InputDialog.xml b/doc/en/Gtk/InputDialog.xml index 5694b1da7..9b004401c 100644 --- a/doc/en/Gtk/InputDialog.xml +++ b/doc/en/Gtk/InputDialog.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.InputDialog' - To be added + Internal constructor + GLib type for the type + Creates a new instance of InputDialog, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.InputDialog' - To be added + Internal constructor + Pointer to the C object. + An instance of InputDialog, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.InputDialog + The GLib TYpe for the Gtk.InputDialog class. + diff --git a/doc/en/Gtk/Invisible.xml b/doc/en/Gtk/Invisible.xml index 7bc6ee7ae..372aae005 100644 --- a/doc/en/Gtk/Invisible.xml +++ b/doc/en/Gtk/Invisible.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Invisible' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Invisible, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Invisible' - To be added + Internal constructor + Pointer to the C object. + An instance of Invisible, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Invisible + The GLib TYpe for the Gtk.Invisible class. + diff --git a/doc/en/Gtk/Item.xml b/doc/en/Gtk/Item.xml index 0e7684135..f8c474697 100644 --- a/doc/en/Gtk/Item.xml +++ b/doc/en/Gtk/Item.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -73,8 +73,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -85,10 +85,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Item' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Item, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -99,10 +101,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Item' - To be added + Internal constructor + Pointer to the C object. + An instance of Item, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -123,9 +127,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Item + The GLib TYpe for the Gtk.Item class. + diff --git a/doc/en/Gtk/ItemFactory.xml b/doc/en/Gtk/ItemFactory.xml index 159450759..5346155ea 100644 --- a/doc/en/Gtk/ItemFactory.xml +++ b/doc/en/Gtk/ItemFactory.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -348,8 +348,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -360,10 +360,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ItemFactory' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ItemFactory, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -374,10 +376,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ItemFactory' - To be added + Internal constructor + Pointer to the C object. + An instance of ItemFactory, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -416,9 +420,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ItemFactory + The GLib TYpe for the Gtk.ItemFactory class. + diff --git a/doc/en/Gtk/ItemFactoryCallback.xml b/doc/en/Gtk/ItemFactoryCallback.xml index 0e92a4a56..e0e8aa699 100644 --- a/doc/en/Gtk/ItemFactoryCallback.xml +++ b/doc/en/Gtk/ItemFactoryCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ItemFactoryCallback1.xml b/doc/en/Gtk/ItemFactoryCallback1.xml index 8eb5ea599..a7d93238a 100644 --- a/doc/en/Gtk/ItemFactoryCallback1.xml +++ b/doc/en/Gtk/ItemFactoryCallback1.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ItemFactoryEntry.xml b/doc/en/Gtk/ItemFactoryEntry.xml index 29b40999a..30b0002aa 100644 --- a/doc/en/Gtk/ItemFactoryEntry.xml +++ b/doc/en/Gtk/ItemFactoryEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ItemFactoryItem.xml b/doc/en/Gtk/ItemFactoryItem.xml index b7f4bee04..54f9ed8e7 100644 --- a/doc/en/Gtk/ItemFactoryItem.xml +++ b/doc/en/Gtk/ItemFactoryItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Justification.xml b/doc/en/Gtk/Justification.xml index 92fd5be0d..db1765f4e 100644 --- a/doc/en/Gtk/Justification.xml +++ b/doc/en/Gtk/Justification.xml @@ -5,9 +5,9 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Used for justifying the text inside a widget. + Used for justifying the text inside a widget. To be added diff --git a/doc/en/Gtk/KeyHash.xml b/doc/en/Gtk/KeyHash.xml index 11f863052..29cca88fc 100644 --- a/doc/en/Gtk/KeyHash.xml +++ b/doc/en/Gtk/KeyHash.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.KeyHash' - To be added + Internal constructor + Pointer to the C object. + An instance of KeyHash, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/KeySnoopFunc.xml b/doc/en/Gtk/KeySnoopFunc.xml index c667b9f5d..07401f3dd 100644 --- a/doc/en/Gtk/KeySnoopFunc.xml +++ b/doc/en/Gtk/KeySnoopFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Label.xml b/doc/en/Gtk/Label.xml index a31d4f6cc..5a48b9bce 100644 --- a/doc/en/Gtk/Label.xml +++ b/doc/en/Gtk/Label.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -105,8 +105,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -117,10 +117,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Label' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Label, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -131,10 +133,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Label' - To be added + Internal constructor + Pointer to the C object. + An instance of Label, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -169,9 +173,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Label + The GLib TYpe for the Gtk.Label class. + diff --git a/doc/en/Gtk/LabelSelectionInfo.xml b/doc/en/Gtk/LabelSelectionInfo.xml index 30e39f551..3d925647e 100644 --- a/doc/en/Gtk/LabelSelectionInfo.xml +++ b/doc/en/Gtk/LabelSelectionInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.LabelSelectionInfo' - To be added + Internal constructor + Pointer to the C object. + An instance of LabelSelectionInfo, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index 3b7f7ad3f..ac1f51bd4 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -109,8 +109,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -121,10 +121,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Layout' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Layout, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -135,10 +137,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Layout' - To be added + Internal constructor + Pointer to the C object. + An instance of Layout, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -175,9 +179,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Layout + The GLib TYpe for the Gtk.Layout class. + diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 60013f1b4..1b6400e9b 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -809,8 +809,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -821,10 +821,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ListStore' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ListStore, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -835,10 +837,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ListStore' - To be added + Internal constructor + Pointer to the C object. + An instance of ListStore, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -873,9 +877,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ListStore + The GLib TYpe for the Gtk.ListStore class. + diff --git a/doc/en/Gtk/Menu.xml b/doc/en/Gtk/Menu.xml index 933d38851..6fe9db190 100644 --- a/doc/en/Gtk/Menu.xml +++ b/doc/en/Gtk/Menu.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -160,8 +160,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -172,10 +172,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Menu' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Menu, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -186,10 +188,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Menu' - To be added + Internal constructor + Pointer to the C object. + An instance of Menu, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -210,9 +214,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Menu + The GLib TYpe for the Gtk.Menu class. + diff --git a/doc/en/Gtk/MenuBar.xml b/doc/en/Gtk/MenuBar.xml index 4126f8613..983531aef 100644 --- a/doc/en/Gtk/MenuBar.xml +++ b/doc/en/Gtk/MenuBar.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.MenuBar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of MenuBar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.MenuBar' - To be added + Internal constructor + Pointer to the C object. + An instance of MenuBar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.MenuBar + The GLib TYpe for the Gtk.MenuBar class. + diff --git a/doc/en/Gtk/MenuDetachFunc.xml b/doc/en/Gtk/MenuDetachFunc.xml index 6d180a5ab..52c9ffa01 100644 --- a/doc/en/Gtk/MenuDetachFunc.xml +++ b/doc/en/Gtk/MenuDetachFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/MenuDirectionType.xml b/doc/en/Gtk/MenuDirectionType.xml index 4c0481b4c..b62da717c 100644 --- a/doc/en/Gtk/MenuDirectionType.xml +++ b/doc/en/Gtk/MenuDirectionType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/MenuItem.xml b/doc/en/Gtk/MenuItem.xml index 581933c63..b7fb83a21 100644 --- a/doc/en/Gtk/MenuItem.xml +++ b/doc/en/Gtk/MenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -131,8 +131,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -143,10 +143,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.MenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of MenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -157,10 +159,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.MenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of MenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -195,9 +199,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.MenuItem + The GLib TYpe for the Gtk.MenuItem class. + diff --git a/doc/en/Gtk/MenuPositionFunc.xml b/doc/en/Gtk/MenuPositionFunc.xml index 0df68f3e0..14d1910b2 100644 --- a/doc/en/Gtk/MenuPositionFunc.xml +++ b/doc/en/Gtk/MenuPositionFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/MenuShell.xml b/doc/en/Gtk/MenuShell.xml index 2bc50306b..cc16a322d 100644 --- a/doc/en/Gtk/MenuShell.xml +++ b/doc/en/Gtk/MenuShell.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -140,8 +140,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -152,10 +152,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.MenuShell' - To be added + Internal constructor + GLib type for the type + Creates a new instance of MenuShell, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -166,10 +168,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.MenuShell' - To be added + Internal constructor + Pointer to the C object. + An instance of MenuShell, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -190,9 +194,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.MenuShell + The GLib TYpe for the Gtk.MenuShell class. + diff --git a/doc/en/Gtk/MessageDialog.xml b/doc/en/Gtk/MessageDialog.xml index 8ca66eb40..f2fd5267d 100644 --- a/doc/en/Gtk/MessageDialog.xml +++ b/doc/en/Gtk/MessageDialog.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.MessageDialog' - To be added + Internal constructor + GLib type for the type + Creates a new instance of MessageDialog, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.MessageDialog' - To be added + Internal constructor + Pointer to the C object. + An instance of MessageDialog, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -109,9 +113,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.MessageDialog + The GLib TYpe for the Gtk.MessageDialog class. + diff --git a/doc/en/Gtk/MessageType.xml b/doc/en/Gtk/MessageType.xml index fd7a3b102..e892373f3 100644 --- a/doc/en/Gtk/MessageType.xml +++ b/doc/en/Gtk/MessageType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/MetricType.xml b/doc/en/Gtk/MetricType.xml index 15b89a90f..67466245f 100644 --- a/doc/en/Gtk/MetricType.xml +++ b/doc/en/Gtk/MetricType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Misc.xml b/doc/en/Gtk/Misc.xml index 5d25cf9c8..5faeda812 100644 --- a/doc/en/Gtk/Misc.xml +++ b/doc/en/Gtk/Misc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A base class for widgets with alignments and padding. @@ -82,9 +82,9 @@ - Gets the X and Y alignment of the widget within its allocation. See . - Location to store X alignment of misc, or . - Location to store Y alignment of misc, or . + Gets the X and Y alignment of the widget within its allocation. See . + Location to store X alignment of misc, or . + Location to store Y alignment of misc, or . @@ -98,9 +98,9 @@ - iGets the padding in the X and Y directions of the widget. See ). - Location to store padding in the X direction, or . - Location to store padding in the Y direction, or . + iGets the padding in the X and Y directions of the widget. See ). + Location to store padding in the X direction, or . + Location to store padding in the Y direction, or . @@ -111,8 +111,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -123,10 +123,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Misc' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Misc, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -137,10 +139,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Misc' - To be added + Internal constructor + Pointer to the C object. + An instance of Misc, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -161,9 +165,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Misc + The GLib TYpe for the Gtk.Misc class. + @@ -179,7 +183,7 @@ The vertical alignment The vertical alignment, from 0 (top) to 1 (bottom). The vertical alignment - + @@ -195,7 +199,7 @@ The horizontal alignment The horizontal alignment, from 0 (left) to 1 (right). The horizontal alignment - + @@ -211,7 +215,7 @@ The amount of space to add on the left and right of the widget, in pixels. The amount of space to add on the left and right of the widget, in pixels. The amount of space to add on the left and right of the widget, in pixels. - + @@ -227,8 +231,8 @@ The amount of space to add on the top and bottom of the widget, in pixels. The amount of space to add on the top and bottom of the widget, in pixels. The amount of space to add on the top and bottom of the widget, in pixels. - + - + \ No newline at end of file diff --git a/doc/en/Gtk/ModuleInitFunc.xml b/doc/en/Gtk/ModuleInitFunc.xml index 615df981e..0b510b55b 100644 --- a/doc/en/Gtk/ModuleInitFunc.xml +++ b/doc/en/Gtk/ModuleInitFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/MovementStep.xml b/doc/en/Gtk/MovementStep.xml index ac1eabf40..d00d9328b 100644 --- a/doc/en/Gtk/MovementStep.xml +++ b/doc/en/Gtk/MovementStep.xml @@ -5,12 +5,12 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by Label. - - This enumeration is used by to decide how the cursor will move. + + This enumeration is used by to decide how the cursor will move. @@ -40,9 +40,9 @@ The cursor will move by forward/back graphemes. - + The cursor will move by forward/back graphemes. - + @@ -56,7 +56,7 @@ The cursor will move by left/right graphemes. - + The cursor will move by left/right graphemes. @@ -72,7 +72,7 @@ The cursor will move by forward/back words. - + The cursor will move by forward/back words. @@ -88,7 +88,7 @@ The cursor will move up/down lines (wrapped lines). - + The cursor will move up/down lines (wrapped lines). @@ -104,7 +104,7 @@ The cursor will move up/down lines (wrapped lines). - + The cursor will move up/down lines (wrapped lines). @@ -120,7 +120,7 @@ The cursor will move up/down paragraphs (newline-ended lines). - + The cursor will move up/down paragraphs (newline-ended lines). @@ -136,7 +136,7 @@ The cursor will move to either end of a paragraph. - + The cursor will move to either end of a paragraph. @@ -152,7 +152,7 @@ The cursor will move by pages. - + The cursor will move by pages. @@ -168,7 +168,7 @@ The cursor will move to the end of the buffer. - + The cursor will move to the end of the buffer. @@ -187,4 +187,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index a775ed64c..aab27d828 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -5,26 +5,24 @@ 0.0.0.0 - Can only be invoked by the thread running Gtk - code. + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Notebook widget container - The Notebook widget is a whose + The Notebook widget is a whose children are pages that can be switched between using tabs - along the edge. Tabs are typically + along the edge. Tabs are typically widgets, but can be any other widget. There are many configuration options for Notebooks. Among other things, you can choose on which edge the tabs appear - (The property), whether, if there + (The property), whether, if there are too many tabs to fit the notebook should be made bigger - or scrolling arrows added (The property), + or scrolling arrows added (The property), and whether there will be a popup menu allowing the users to - switch pages (The property). + switch pages (The property). Notebooks without tabs, can be used as containers to quickly @@ -77,16 +75,15 @@ Returns the label widget for a given widget. The widget in the page. - The tab label widget, or if + The tab label widget, or if not found. - - Returns the tab label widget for the page child. is returned if the child widget is not + + Returns the tab label widget for the page child. is returned if the child widget is not in the notebook or if no tab label has specifically been - set for the . + set for the . - + @@ -102,19 +99,18 @@ Returns the label caption for a given widget. The child widget in the page - - The text of the tab label, or if + + The text of the tab label, or if the widget does not have a menu label other than the - default menu label, or the menu label widget is not a . + default menu label, or the menu label widget is not a . - + - + Retrieves the text of the menu label for the page - containing . + containing . - + @@ -127,12 +123,12 @@ Enables the page-selection popup. - + Enables the popup menu: if the user clicks with the right mouse button on the bookmarks, a menu with all the pages will be popped up. - + @@ -150,11 +146,11 @@ The child widget whose label will be changed The new caption for the tab. - + Creates a new label and sets it as the tab label for the - page containing . + page containing . - + @@ -167,11 +163,11 @@ Switches to the previous page. - + Switches to the previous page. Nothing happens if the current page is the first page. - + @@ -184,10 +180,9 @@ Enables the page-selection popup. - - Disables the popup menu. Inverse operation of - - + + Disables the popup menu. Inverse operation of + @@ -204,11 +199,11 @@ The page number to remove starting from zero. You can use minus one to remove the last page. - + Removes a page from the notebook given its index in the notebook. - + @@ -223,16 +218,12 @@ Appends a page. - The to use as the contents of the page. - - The to be - used as the label for the page, or to + The to use as the contents of the page. + The to be + used as the label for the page, or to use the default label, 'page N'. - - Appends a page to notebook. The tab widget is the and the content is - + + Appends a page to notebook. The tab widget is the and the content is @@ -248,22 +239,24 @@ Appends a page, with a custom popup-label. - The to use as - the contents of the page. The - to be used as the label for the - page, or to use the default label, - 'page N'. The widget to use - as a label for the page-switch menu, if its enabled. If is passed, and - is a or , then + The to use as + the contents of the page. + The + to be used as the label for the + page, or to use the default label, + 'page N'. + The widget to use + as a label for the page-switch menu, if its enabled. If is passed, and + is a or , then the menu label will be a newly created label with the same - text as ; If is not a , - must be specified if the + text as ; If is not a , + must be specified if the page-switch menu is to be used. - Appends a page to notebook, specifying the - widget to use as the label in the popup menu. + + Appends a page to notebook, specifying the + widget to use as the label in the popup menu. + @@ -279,33 +272,29 @@ Inserts a page into the notebook - - The to use as + The to use as the contents of the page. - - - The to be used as the label for - the page, or to use the default + + The to be used as the label for + the page, or to use the default label, 'page N'. - - + The index (starting at 0) at which to insert the page, or -1 to append the page after all other pages. - - - + + Insert a page into the notebook at the given position - - + Method + int position);" /> + Method System.Void @@ -355,14 +344,14 @@ The widget to move. The new position, or -1 to move to the end - - Reorders the page containing , so + + Reorders the page containing , so that it appears in position position. If position is greater than or equal to the number of children in the list or - negative, will be moved to the end + negative, will be moved to the end of the list. - + @@ -547,8 +536,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -559,10 +548,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Notebook' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Notebook, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -573,10 +564,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Notebook' - To be added + Internal constructor + Pointer to the C object. + An instance of Notebook, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -597,9 +590,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Notebook + The GLib TYpe for the Gtk.Notebook class. + @@ -796,11 +789,11 @@ Signaled when the page changes - + This signal is raised when the page is changed either by the user or programatically. - + @@ -811,11 +804,11 @@ Signaled when Focus is being moved out. - + This event is raised before the focus is removed from the current widget - + @@ -827,11 +820,11 @@ Signaled when a request is made to change the current page - + This event is raised when a request is made to change the current page in the notebook. - + @@ -842,10 +835,10 @@ Signaled when a Tab is focused - + This event is raised when a tab has been focused. - + diff --git a/doc/en/Gtk/NotebookPage.xml b/doc/en/Gtk/NotebookPage.xml index 5183fcd91..ef046d23b 100644 --- a/doc/en/Gtk/NotebookPage.xml +++ b/doc/en/Gtk/NotebookPage.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -46,10 +46,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.NotebookPage' - To be added + Internal constructor + Pointer to the C object. + An instance of NotebookPage, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/NotebookTab.xml b/doc/en/Gtk/NotebookTab.xml index 5a24664cc..4a782bd08 100644 --- a/doc/en/Gtk/NotebookTab.xml +++ b/doc/en/Gtk/NotebookTab.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Object.xml b/doc/en/Gtk/Object.xml index 5d03eaace..ae4587307 100644 --- a/doc/en/Gtk/Object.xml +++ b/doc/en/Gtk/Object.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -68,8 +68,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -80,10 +80,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Object' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Object, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -94,10 +96,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Object' - To be added + Internal constructor + Pointer to the C object. + An instance of Object, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -118,9 +122,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Object + The GLib TYpe for the Gtk.Object class. + diff --git a/doc/en/Gtk/ObjectFlags.xml b/doc/en/Gtk/ObjectFlags.xml index c26ee28ba..74fd90070 100644 --- a/doc/en/Gtk/ObjectFlags.xml +++ b/doc/en/Gtk/ObjectFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/OptionMenu.xml b/doc/en/Gtk/OptionMenu.xml index 1ea8446ea..d6bae9747 100644 --- a/doc/en/Gtk/OptionMenu.xml +++ b/doc/en/Gtk/OptionMenu.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -64,8 +64,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -76,10 +76,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.OptionMenu' - To be added + Internal constructor + GLib type for the type + Creates a new instance of OptionMenu, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -90,10 +92,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.OptionMenu' - To be added + Internal constructor + Pointer to the C object. + An instance of OptionMenu, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -114,9 +118,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.OptionMenu + The GLib TYpe for the Gtk.OptionMenu class. + diff --git a/doc/en/Gtk/Orientation.xml b/doc/en/Gtk/Orientation.xml index c924b05ca..e96ec203f 100644 --- a/doc/en/Gtk/Orientation.xml +++ b/doc/en/Gtk/Orientation.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/PackType.xml b/doc/en/Gtk/PackType.xml index 71be8429f..3039f8f42 100644 --- a/doc/en/Gtk/PackType.xml +++ b/doc/en/Gtk/PackType.xml @@ -5,9 +5,9 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Represents the packing location of children. (See: , , and ). + Represents the packing location of children. (See: , , and ). To be added diff --git a/doc/en/Gtk/Paned.xml b/doc/en/Gtk/Paned.xml index 399b637f3..2332443be 100644 --- a/doc/en/Gtk/Paned.xml +++ b/doc/en/Gtk/Paned.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -124,8 +124,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -136,10 +136,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Paned' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Paned, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -150,10 +152,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Paned' - To be added + Internal constructor + Pointer to the C object. + An instance of Paned, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -174,9 +178,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Paned + The GLib TYpe for the Gtk.Paned class. + diff --git a/doc/en/Gtk/PathPriorityType.xml b/doc/en/Gtk/PathPriorityType.xml index 5f20e6e4f..3b56e86e5 100644 --- a/doc/en/Gtk/PathPriorityType.xml +++ b/doc/en/Gtk/PathPriorityType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/PathType.xml b/doc/en/Gtk/PathType.xml index 95147ea36..782c1141f 100644 --- a/doc/en/Gtk/PathType.xml +++ b/doc/en/Gtk/PathType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Plug.xml b/doc/en/Gtk/Plug.xml index 6618a1a3c..6ff5b8ff8 100644 --- a/doc/en/Gtk/Plug.xml +++ b/doc/en/Gtk/Plug.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -52,8 +52,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -64,10 +64,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Plug' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Plug, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -78,10 +80,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Plug' - To be added + Internal constructor + Pointer to the C object. + An instance of Plug, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -116,9 +120,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Plug + The GLib TYpe for the Gtk.Plug class. + diff --git a/doc/en/Gtk/PolicyType.xml b/doc/en/Gtk/PolicyType.xml index d40c6000c..b52e28045 100644 --- a/doc/en/Gtk/PolicyType.xml +++ b/doc/en/Gtk/PolicyType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Determines when a scroll bar will be visible. To be added diff --git a/doc/en/Gtk/PositionType.xml b/doc/en/Gtk/PositionType.xml index ffba9d52f..cb0c512bc 100644 --- a/doc/en/Gtk/PositionType.xml +++ b/doc/en/Gtk/PositionType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/PrintFunc.xml b/doc/en/Gtk/PrintFunc.xml index c5076de47..d2a0776d0 100644 --- a/doc/en/Gtk/PrintFunc.xml +++ b/doc/en/Gtk/PrintFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Progress.xml b/doc/en/Gtk/Progress.xml index 4233b658a..9fd41b1bc 100644 --- a/doc/en/Gtk/Progress.xml +++ b/doc/en/Gtk/Progress.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Progress' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Progress, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Progress' - To be added + Internal constructor + Pointer to the C object. + An instance of Progress, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Progress + The GLib TYpe for the Gtk.Progress class. + diff --git a/doc/en/Gtk/ProgressBar.xml b/doc/en/Gtk/ProgressBar.xml index 0690d2fdd..b19168b79 100644 --- a/doc/en/Gtk/ProgressBar.xml +++ b/doc/en/Gtk/ProgressBar.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -75,8 +75,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -87,10 +87,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ProgressBar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ProgressBar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -101,10 +103,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ProgressBar' - To be added + Internal constructor + Pointer to the C object. + An instance of ProgressBar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -125,9 +129,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ProgressBar + The GLib TYpe for the Gtk.ProgressBar class. + diff --git a/doc/en/Gtk/ProgressBarOrientation.xml b/doc/en/Gtk/ProgressBarOrientation.xml index 9069215cb..ab717a051 100644 --- a/doc/en/Gtk/ProgressBarOrientation.xml +++ b/doc/en/Gtk/ProgressBarOrientation.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ProgressBarStyle.xml b/doc/en/Gtk/ProgressBarStyle.xml index 392f9ffe3..9f0ac1636 100644 --- a/doc/en/Gtk/ProgressBarStyle.xml +++ b/doc/en/Gtk/ProgressBarStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RBNode.xml b/doc/en/Gtk/RBNode.xml index b18a0caf4..15e818836 100644 --- a/doc/en/Gtk/RBNode.xml +++ b/doc/en/Gtk/RBNode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RBNodeColor.xml b/doc/en/Gtk/RBNodeColor.xml index c0e744ab4..80e1add29 100644 --- a/doc/en/Gtk/RBNodeColor.xml +++ b/doc/en/Gtk/RBNodeColor.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RBTree.xml b/doc/en/Gtk/RBTree.xml index 4f6f2ffcb..758102610 100644 --- a/doc/en/Gtk/RBTree.xml +++ b/doc/en/Gtk/RBTree.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RBTreeTraverseFunc.xml b/doc/en/Gtk/RBTreeTraverseFunc.xml index c4e28fcd4..c6fa899d2 100644 --- a/doc/en/Gtk/RBTreeTraverseFunc.xml +++ b/doc/en/Gtk/RBTreeTraverseFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RBTreeView.xml b/doc/en/Gtk/RBTreeView.xml index 81a298d65..86cf11a87 100644 --- a/doc/en/Gtk/RBTreeView.xml +++ b/doc/en/Gtk/RBTreeView.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RBTreeView' - To be added + Internal constructor + Pointer to the C object. + An instance of RBTreeView, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/RadioButton.xml b/doc/en/Gtk/RadioButton.xml index fce71035c..a6917f378 100644 --- a/doc/en/Gtk/RadioButton.xml +++ b/doc/en/Gtk/RadioButton.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -91,8 +91,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -103,10 +103,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.RadioButton' - To be added + Internal constructor + GLib type for the type + Creates a new instance of RadioButton, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -117,10 +119,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RadioButton' - To be added + Internal constructor + Pointer to the C object. + An instance of RadioButton, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -185,9 +189,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.RadioButton + The GLib TYpe for the Gtk.RadioButton class. + diff --git a/doc/en/Gtk/RadioMenuItem.xml b/doc/en/Gtk/RadioMenuItem.xml index 488588b89..1748b2c5f 100644 --- a/doc/en/Gtk/RadioMenuItem.xml +++ b/doc/en/Gtk/RadioMenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -55,8 +55,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -67,10 +67,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.RadioMenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of RadioMenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -81,10 +83,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RadioMenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of RadioMenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -135,9 +139,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.RadioMenuItem + The GLib TYpe for the Gtk.RadioMenuItem class. + diff --git a/doc/en/Gtk/Range.xml b/doc/en/Gtk/Range.xml index 702ec6a84..a7696d763 100644 --- a/doc/en/Gtk/Range.xml +++ b/doc/en/Gtk/Range.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -71,8 +71,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -83,10 +83,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Range' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Range, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -97,10 +99,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Range' - To be added + Internal constructor + Pointer to the C object. + An instance of Range, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -121,9 +125,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Range + The GLib TYpe for the Gtk.Range class. + diff --git a/doc/en/Gtk/RangeLayout.xml b/doc/en/Gtk/RangeLayout.xml index f18729d68..b20264343 100644 --- a/doc/en/Gtk/RangeLayout.xml +++ b/doc/en/Gtk/RangeLayout.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RangeLayout' - To be added + Internal constructor + Pointer to the C object. + An instance of RangeLayout, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/RangeStepTimer.xml b/doc/en/Gtk/RangeStepTimer.xml index c5c27e512..34517d43a 100644 --- a/doc/en/Gtk/RangeStepTimer.xml +++ b/doc/en/Gtk/RangeStepTimer.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RangeStepTimer' - To be added + Internal constructor + Pointer to the C object. + An instance of RangeStepTimer, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/RcContext.xml b/doc/en/Gtk/RcContext.xml index 0e749d58b..362090ce8 100644 --- a/doc/en/Gtk/RcContext.xml +++ b/doc/en/Gtk/RcContext.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RcContext' - To be added + Internal constructor + Pointer to the C object. + An instance of RcContext, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/RcFlags.xml b/doc/en/Gtk/RcFlags.xml index 0a6699704..c872c359d 100644 --- a/doc/en/Gtk/RcFlags.xml +++ b/doc/en/Gtk/RcFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RcProperty.xml b/doc/en/Gtk/RcProperty.xml index 6b8b57d7a..9423221ca 100644 --- a/doc/en/Gtk/RcProperty.xml +++ b/doc/en/Gtk/RcProperty.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RcPropertyParser.xml b/doc/en/Gtk/RcPropertyParser.xml index b31972ca5..dbe368c4c 100644 --- a/doc/en/Gtk/RcPropertyParser.xml +++ b/doc/en/Gtk/RcPropertyParser.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/RcStyle.xml b/doc/en/Gtk/RcStyle.xml index 1ed4808af..45b64e2ed 100644 --- a/doc/en/Gtk/RcStyle.xml +++ b/doc/en/Gtk/RcStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -44,8 +44,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -56,10 +56,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.RcStyle' - To be added + Internal constructor + GLib type for the type + Creates a new instance of RcStyle, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -70,10 +72,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.RcStyle' - To be added + Internal constructor + Pointer to the C object. + An instance of RcStyle, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -94,9 +98,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.RcStyle + The GLib TYpe for the Gtk.RcStyle class. + diff --git a/doc/en/Gtk/RcTokenType.xml b/doc/en/Gtk/RcTokenType.xml index 4ff3c0eb3..707f02263 100644 --- a/doc/en/Gtk/RcTokenType.xml +++ b/doc/en/Gtk/RcTokenType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ReadyEvent.xml b/doc/en/Gtk/ReadyEvent.xml index f86580f64..c9453b328 100644 --- a/doc/en/Gtk/ReadyEvent.xml +++ b/doc/en/Gtk/ReadyEvent.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ReliefStyle.xml b/doc/en/Gtk/ReliefStyle.xml index efaf77105..bd6aa8769 100644 --- a/doc/en/Gtk/ReliefStyle.xml +++ b/doc/en/Gtk/ReliefStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Requisition.xml b/doc/en/Gtk/Requisition.xml index afac71d3d..1fe49010f 100644 --- a/doc/en/Gtk/Requisition.xml +++ b/doc/en/Gtk/Requisition.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -100,9 +100,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Requisition + The GLib TYpe for the Gtk.Requisition class. + diff --git a/doc/en/Gtk/ResizeMode.xml b/doc/en/Gtk/ResizeMode.xml index 010bc8aba..9e425033f 100644 --- a/doc/en/Gtk/ResizeMode.xml +++ b/doc/en/Gtk/ResizeMode.xml @@ -5,12 +5,12 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by Container - - This enumeration is used by to decide how resize behaves. + + This enumeration is used by to decide how resize behaves. @@ -40,7 +40,7 @@ Resize request is sent to the parent. - + Resize request is sent to the parent. @@ -56,7 +56,7 @@ Queue resizes are sent to the widget. - + Queue resizes are sent to the widget. @@ -72,7 +72,7 @@ Perform the resizes now. - + Perform the resizes now. @@ -91,4 +91,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/ResponseType.xml b/doc/en/Gtk/ResponseType.xml index 4ac60919a..b55790531 100644 --- a/doc/en/Gtk/ResponseType.xml +++ b/doc/en/Gtk/ResponseType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Ruler.xml b/doc/en/Gtk/Ruler.xml index b903658c1..fa9165a60 100644 --- a/doc/en/Gtk/Ruler.xml +++ b/doc/en/Gtk/Ruler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -103,8 +103,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -115,10 +115,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Ruler' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Ruler, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -129,10 +131,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Ruler' - To be added + Internal constructor + Pointer to the C object. + An instance of Ruler, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -153,9 +157,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Ruler + The GLib TYpe for the Gtk.Ruler class. + diff --git a/doc/en/Gtk/RulerMetric.xml b/doc/en/Gtk/RulerMetric.xml index d071a8d21..daa1b6526 100644 --- a/doc/en/Gtk/RulerMetric.xml +++ b/doc/en/Gtk/RulerMetric.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Scale.xml b/doc/en/Gtk/Scale.xml index bd34299c9..96f71ee75 100644 --- a/doc/en/Gtk/Scale.xml +++ b/doc/en/Gtk/Scale.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Scale' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Scale, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Scale' - To be added + Internal constructor + Pointer to the C object. + An instance of Scale, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Scale + The GLib TYpe for the Gtk.Scale class. + diff --git a/doc/en/Gtk/ScrollType.xml b/doc/en/Gtk/ScrollType.xml index f08e28b07..a6cd202a0 100644 --- a/doc/en/Gtk/ScrollType.xml +++ b/doc/en/Gtk/ScrollType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Scrollbar.xml b/doc/en/Gtk/Scrollbar.xml index 7f0f2cc4c..6e2b3f280 100644 --- a/doc/en/Gtk/Scrollbar.xml +++ b/doc/en/Gtk/Scrollbar.xml @@ -5,9 +5,9 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Base class for and . + Base class for and . To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Scrollbar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Scrollbar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Scrollbar' - To be added + Internal constructor + Pointer to the C object. + An instance of Scrollbar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Scrollbar + The GLib TYpe for the Gtk.Scrollbar class. + diff --git a/doc/en/Gtk/ScrolledWindow.xml b/doc/en/Gtk/ScrolledWindow.xml index 962c5743f..32a463a59 100644 --- a/doc/en/Gtk/ScrolledWindow.xml +++ b/doc/en/Gtk/ScrolledWindow.xml @@ -5,18 +5,18 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Adds scrollbars to its child widget. - GtkScrolledWindow is a subclass: it's a container the accepts a single child widget. GtkScrolledWindow adds scrollbars to the child widget and optionally draws a beveled frame around the child widget. + GtkScrolledWindow is a subclass: it's a container the accepts a single child widget. GtkScrolledWindow adds scrollbars to the child widget and optionally draws a beveled frame around the child widget. - The scrolled window can work in two ways. Some widgets have native scrolling support; these widgets have "slots" for objects. Widgets with native scroll support include , , and . + The scrolled window can work in two ways. Some widgets have native scrolling support; these widgets have "slots" for objects. Widgets with native scroll support include , , and . - The position of the scrollbars is controlled by the scroll adjustments. See for the properties in an adjustment - for , used by , the property represents the position of the scrollbar, which must be between the and - . The property represents the size of the visible scrollable area. The and properties are used when the user asks to step down (using the small stepper arrows) or page down (using for example the PageDown key). + The position of the scrollbars is controlled by the scroll adjustments. See for the properties in an adjustment - for , used by , the property represents the position of the scrollbar, which must be between the and - . The property represents the size of the visible scrollable area. The and properties are used when the user asks to step down (using the small stepper arrows) or page down (using for example the PageDown key). @@ -53,10 +53,10 @@ To be added: an object of type 'Gtk.Widget' - Used to add children without native scrolling capabilities. This is simply a convenience function; it is equivalent to adding the unscrollable child to a viewport, then adding the viewport to the scrolled window. If a child has native scrolling, use instead of this function. + Used to add children without native scrolling capabilities. This is simply a convenience function; it is equivalent to adding the unscrollable child to a viewport, then adding the viewport to the scrolled window. If a child has native scrolling, use instead of this function. - The viewport scrolls the child by moving its , and takes the size of the child to be the size of its toplevel . This will be very wrong for most widgets that support native scrolling; for example, if you add a widget such as with a viewport, the whole widget will scroll, including the column headings. Thus, widgets with native scrolling support should not be used with the proxy. + The viewport scrolls the child by moving its , and takes the size of the child to be the size of its toplevel . This will be very wrong for most widgets that support native scrolling; for example, if you add a widget such as with a viewport, the whole widget will scroll, including the column headings. Thus, widgets with native scrolling support should not be used with the proxy. A widget supports scrolling natively if the set_scroll_adjustments_signal field in GtkWidgetClass is non-zero, i.e. has been filled in with a valid signal identifier. @@ -80,7 +80,7 @@ Policy for vertical bar. - Sets the scrollbar policy for the horizontal and vertical scrollbars. The policy determines when the scrollbar should appear; it is a value from the enumeration. If , the scrollbar is always present; if , the scrollbar is never present; if , the scrollbar is present only if needed (that is, if the slider part of the bar would be smaller than the trough - the display is larger than the page size). + Sets the scrollbar policy for the horizontal and vertical scrollbars. The policy determines when the scrollbar should appear; it is a value from the enumeration. If , the scrollbar is always present; if , the scrollbar is never present; if , the scrollbar is present only if needed (that is, if the slider part of the bar would be smaller than the trough - the display is larger than the page size). @@ -114,8 +114,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -126,10 +126,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ScrolledWindow' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ScrolledWindow, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -140,10 +142,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ScrolledWindow' - To be added + Internal constructor + Pointer to the C object. + An instance of ScrolledWindow, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -161,7 +165,7 @@ To be added: an object of type 'Gtk.ScrolledWindow' - Creates a new scrolled window. The two arguments are the scrolled window's adjustments; these will be shared with the scrollbars and the child widget to keep the bars in sync with the child. Usually you want to pass for the adjustments, which will cause the scrolled window to create them for you. + Creates a new scrolled window. The two arguments are the scrolled window's adjustments; these will be shared with the scrollbars and the child widget to keep the bars in sync with the child. Usually you want to pass for the adjustments, which will cause the scrolled window to create them for you. @@ -184,9 +188,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ScrolledWindow + The GLib TYpe for the Gtk.ScrolledWindow class. + @@ -201,12 +205,12 @@ Determines the location of the child widget with respect to the scrollbars. Position of the child window. - + - Determines the location of the child widget with respect to the scrollbars. The default is , meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in are , , and . + Determines the location of the child widget with respect to the scrollbars. The default is , meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in are , , and . - + @@ -235,7 +239,7 @@ - Sets the for the horizontal scrollbar. + Sets the for the horizontal scrollbar. Horizontal scroll adjustment. The horizontal GtkAdjustment. To be added @@ -267,7 +271,7 @@ - Sets or Gets the for the vertical scrollbar. + Sets or Gets the for the vertical scrollbar. Vertical scroll adjustment. The vertical GtkAdjustment. To be added diff --git a/doc/en/Gtk/SelectionData.xml b/doc/en/Gtk/SelectionData.xml index 929d5cbf3..5454084e9 100644 --- a/doc/en/Gtk/SelectionData.xml +++ b/doc/en/Gtk/SelectionData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -179,9 +179,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.SelectionData + The GLib TYpe for the Gtk.SelectionData class. + diff --git a/doc/en/Gtk/SelectionMode.xml b/doc/en/Gtk/SelectionMode.xml index 095924933..16d570841 100644 --- a/doc/en/Gtk/SelectionMode.xml +++ b/doc/en/Gtk/SelectionMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Separator.xml b/doc/en/Gtk/Separator.xml index 4f07210bf..823cc13f7 100644 --- a/doc/en/Gtk/Separator.xml +++ b/doc/en/Gtk/Separator.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Separator' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Separator, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Separator' - To be added + Internal constructor + Pointer to the C object. + An instance of Separator, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Separator + The GLib TYpe for the Gtk.Separator class. + diff --git a/doc/en/Gtk/SeparatorMenuItem.xml b/doc/en/Gtk/SeparatorMenuItem.xml index 2a943afa1..3cb6d0927 100644 --- a/doc/en/Gtk/SeparatorMenuItem.xml +++ b/doc/en/Gtk/SeparatorMenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.SeparatorMenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of SeparatorMenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.SeparatorMenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of SeparatorMenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.SeparatorMenuItem + The GLib TYpe for the Gtk.SeparatorMenuItem class. + diff --git a/doc/en/Gtk/Settings.xml b/doc/en/Gtk/Settings.xml index 520905416..f3871de1e 100644 --- a/doc/en/Gtk/Settings.xml +++ b/doc/en/Gtk/Settings.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -137,8 +137,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -149,10 +149,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Settings' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Settings, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -163,10 +165,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Settings' - To be added + Internal constructor + Pointer to the C object. + An instance of Settings, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -199,9 +203,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Settings + The GLib TYpe for the Gtk.Settings class. + diff --git a/doc/en/Gtk/SettingsValue.xml b/doc/en/Gtk/SettingsValue.xml index 20dff9d9e..120093335 100644 --- a/doc/en/Gtk/SettingsValue.xml +++ b/doc/en/Gtk/SettingsValue.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ShadowType.xml b/doc/en/Gtk/ShadowType.xml index aa3e9c9a8..14ab5036c 100644 --- a/doc/en/Gtk/ShadowType.xml +++ b/doc/en/Gtk/ShadowType.xml @@ -5,9 +5,9 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Used to change the appearance of an outline typically provided by a . + Used to change the appearance of an outline typically provided by a . To be added diff --git a/doc/en/Gtk/SignalFunc.xml b/doc/en/Gtk/SignalFunc.xml index ebdf71cff..e125284d7 100644 --- a/doc/en/Gtk/SignalFunc.xml +++ b/doc/en/Gtk/SignalFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/SizeGroup.xml b/doc/en/Gtk/SizeGroup.xml index 1a3ec9f95..8f35ba7f4 100644 --- a/doc/en/Gtk/SizeGroup.xml +++ b/doc/en/Gtk/SizeGroup.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -74,8 +74,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -86,10 +86,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.SizeGroup' - To be added + Internal constructor + GLib type for the type + Creates a new instance of SizeGroup, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -100,10 +102,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.SizeGroup' - To be added + Internal constructor + Pointer to the C object. + An instance of SizeGroup, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -138,9 +142,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.SizeGroup + The GLib TYpe for the Gtk.SizeGroup class. + diff --git a/doc/en/Gtk/SizeGroupMode.xml b/doc/en/Gtk/SizeGroupMode.xml index 2592666ab..5be6de0a0 100644 --- a/doc/en/Gtk/SizeGroupMode.xml +++ b/doc/en/Gtk/SizeGroupMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Socket.xml b/doc/en/Gtk/Socket.xml index 1e2885f84..35d6a0b20 100644 --- a/doc/en/Gtk/Socket.xml +++ b/doc/en/Gtk/Socket.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -52,8 +52,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -64,10 +64,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Socket' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Socket, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -78,10 +80,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Socket' - To be added + Internal constructor + Pointer to the C object. + An instance of Socket, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -102,9 +106,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Socket + The GLib TYpe for the Gtk.Socket class. + diff --git a/doc/en/Gtk/SortType.xml b/doc/en/Gtk/SortType.xml index 11a677458..45c3d12fc 100644 --- a/doc/en/Gtk/SortType.xml +++ b/doc/en/Gtk/SortType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Determines the direction of a sort. To be added diff --git a/doc/en/Gtk/SpinButton.xml b/doc/en/Gtk/SpinButton.xml index 588e412cc..07bc59758 100644 --- a/doc/en/Gtk/SpinButton.xml +++ b/doc/en/Gtk/SpinButton.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -175,8 +175,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -187,10 +187,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.SpinButton' - To be added + Internal constructor + GLib type for the type + Creates a new instance of SpinButton, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -201,10 +203,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.SpinButton' - To be added + Internal constructor + Pointer to the C object. + An instance of SpinButton, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -261,9 +265,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.SpinButton + The GLib TYpe for the Gtk.SpinButton class. + diff --git a/doc/en/Gtk/SpinButtonUpdatePolicy.xml b/doc/en/Gtk/SpinButtonUpdatePolicy.xml index b442448c2..41be94452 100644 --- a/doc/en/Gtk/SpinButtonUpdatePolicy.xml +++ b/doc/en/Gtk/SpinButtonUpdatePolicy.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/SpinType.xml b/doc/en/Gtk/SpinType.xml index 00fc67713..5e490a11b 100644 --- a/doc/en/Gtk/SpinType.xml +++ b/doc/en/Gtk/SpinType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/StateType.xml b/doc/en/Gtk/StateType.xml index c8ebd4c4f..3e94196b0 100644 --- a/doc/en/Gtk/StateType.xml +++ b/doc/en/Gtk/StateType.xml @@ -5,15 +5,15 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by Style. - + This enumeration is used to indicate the current state of a widget; the state determines how the widget is draw. - - This enumeration is also used to identify different colors in a for drawing, so states can be used for subparts of a widget as well as entire widgets. + + This enumeration is also used to identify different colors in a for drawing, so states can be used for subparts of a widget as well as entire widgets. @@ -43,7 +43,7 @@ State during normal operation. - + State during normal operation. @@ -59,7 +59,7 @@ State of a currently active widget, such as a depressed button. - + State of a currently active widget, such as a depressed button. @@ -75,7 +75,7 @@ State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks. - + State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks. @@ -91,7 +91,7 @@ State of a selected item, such the selected row in a list. - + State of a selected item, such the selected row in a list. @@ -107,7 +107,7 @@ State indicating that the widget is unresponsive to user actions. - + State indicating that the widget is unresponsive to user actions. @@ -126,4 +126,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/Statusbar.xml b/doc/en/Gtk/Statusbar.xml index 62684936d..f938d61df 100644 --- a/doc/en/Gtk/Statusbar.xml +++ b/doc/en/Gtk/Statusbar.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -103,8 +103,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -115,10 +115,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Statusbar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Statusbar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -129,10 +131,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Statusbar' - To be added + Internal constructor + Pointer to the C object. + An instance of Statusbar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -153,9 +157,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Statusbar + The GLib TYpe for the Gtk.Statusbar class. + diff --git a/doc/en/Gtk/Stock.xml b/doc/en/Gtk/Stock.xml index 27790b73e..730326f05 100644 --- a/doc/en/Gtk/Stock.xml +++ b/doc/en/Gtk/Stock.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/StockItem.xml b/doc/en/Gtk/StockItem.xml index c7ab9b4cf..eda2a396e 100644 --- a/doc/en/Gtk/StockItem.xml +++ b/doc/en/Gtk/StockItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index 6b0f38efe..bc534d69f 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -224,8 +224,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -236,10 +236,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Style' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Style, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -250,10 +252,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Style' - To be added + Internal constructor + Pointer to the C object. + An instance of Style, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -274,9 +278,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Style + The GLib TYpe for the Gtk.Style class. + diff --git a/doc/en/Gtk/Table.xml b/doc/en/Gtk/Table.xml index 6c928eb9d..e857e3912 100644 --- a/doc/en/Gtk/Table.xml +++ b/doc/en/Gtk/Table.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -141,8 +141,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -153,10 +153,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Table' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Table, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -167,10 +169,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Table' - To be added + Internal constructor + Pointer to the C object. + An instance of Table, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -209,9 +213,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Table + The GLib TYpe for the Gtk.Table class. + diff --git a/doc/en/Gtk/TableChild.xml b/doc/en/Gtk/TableChild.xml index 0f4a5e0a9..b49eb2f79 100644 --- a/doc/en/Gtk/TableChild.xml +++ b/doc/en/Gtk/TableChild.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TableRowCol.xml b/doc/en/Gtk/TableRowCol.xml index 85d49a224..04d4afa71 100644 --- a/doc/en/Gtk/TableRowCol.xml +++ b/doc/en/Gtk/TableRowCol.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TargetEntry.xml b/doc/en/Gtk/TargetEntry.xml index 4fd5d6f1b..cfc6c5b5c 100644 --- a/doc/en/Gtk/TargetEntry.xml +++ b/doc/en/Gtk/TargetEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TargetFlags.xml b/doc/en/Gtk/TargetFlags.xml index 59c40ddc1..f07f208a8 100644 --- a/doc/en/Gtk/TargetFlags.xml +++ b/doc/en/Gtk/TargetFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TargetList.xml b/doc/en/Gtk/TargetList.xml index e256375f9..dd95cb7d1 100644 --- a/doc/en/Gtk/TargetList.xml +++ b/doc/en/Gtk/TargetList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TargetPair.xml b/doc/en/Gtk/TargetPair.xml index e5221d9cd..d3bd912d7 100644 --- a/doc/en/Gtk/TargetPair.xml +++ b/doc/en/Gtk/TargetPair.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TearoffMenuItem.xml b/doc/en/Gtk/TearoffMenuItem.xml index ad41825f0..cfff01358 100644 --- a/doc/en/Gtk/TearoffMenuItem.xml +++ b/doc/en/Gtk/TearoffMenuItem.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TearoffMenuItem' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TearoffMenuItem, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TearoffMenuItem' - To be added + Internal constructor + Pointer to the C object. + An instance of TearoffMenuItem, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TearoffMenuItem + The GLib TYpe for the Gtk.TearoffMenuItem class. + diff --git a/doc/en/Gtk/TextAppearance.xml b/doc/en/Gtk/TextAppearance.xml index 68f46a289..01c79448a 100644 --- a/doc/en/Gtk/TextAppearance.xml +++ b/doc/en/Gtk/TextAppearance.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextAttributes.xml b/doc/en/Gtk/TextAttributes.xml index 2d1e5d04f..3e92379e3 100644 --- a/doc/en/Gtk/TextAttributes.xml +++ b/doc/en/Gtk/TextAttributes.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -320,9 +320,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextAttributes + The GLib TYpe for the Gtk.TextAttributes class. + diff --git a/doc/en/Gtk/TextBTree.xml b/doc/en/Gtk/TextBTree.xml index e46aedb60..b8d0d2c01 100644 --- a/doc/en/Gtk/TextBTree.xml +++ b/doc/en/Gtk/TextBTree.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextBTree' - To be added + Internal constructor + Pointer to the C object. + An instance of TextBTree, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index 140da2cd3..95e353c72 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -778,8 +778,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -790,10 +790,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextBuffer' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextBuffer, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -804,10 +806,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextBuffer' - To be added + Internal constructor + Pointer to the C object. + An instance of TextBuffer, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -842,9 +846,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextBuffer + The GLib TYpe for the Gtk.TextBuffer class. + diff --git a/doc/en/Gtk/TextCharPredicate.xml b/doc/en/Gtk/TextCharPredicate.xml index 38e34f092..6e6614839 100644 --- a/doc/en/Gtk/TextCharPredicate.xml +++ b/doc/en/Gtk/TextCharPredicate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextChildAnchor.xml b/doc/en/Gtk/TextChildAnchor.xml index d7f82e582..e69aecfc2 100644 --- a/doc/en/Gtk/TextChildAnchor.xml +++ b/doc/en/Gtk/TextChildAnchor.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextChildAnchor' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextChildAnchor, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextChildAnchor' - To be added + Internal constructor + Pointer to the C object. + An instance of TextChildAnchor, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextChildAnchor + The GLib TYpe for the Gtk.TextChildAnchor class. + diff --git a/doc/en/Gtk/TextCounter.xml b/doc/en/Gtk/TextCounter.xml index 8c801a0b1..464eac704 100644 --- a/doc/en/Gtk/TextCounter.xml +++ b/doc/en/Gtk/TextCounter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextCounter' - To be added + Internal constructor + Pointer to the C object. + An instance of TextCounter, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextDirection.xml b/doc/en/Gtk/TextDirection.xml index b31d2a080..9f29ff683 100644 --- a/doc/en/Gtk/TextDirection.xml +++ b/doc/en/Gtk/TextDirection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index f1e78416a..ffdb14367 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -1079,9 +1079,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextIter + The GLib TYpe for the Gtk.TextIter class. + diff --git a/doc/en/Gtk/TextLineSegment.xml b/doc/en/Gtk/TextLineSegment.xml index 3fb7e91ae..1147b15d4 100644 --- a/doc/en/Gtk/TextLineSegment.xml +++ b/doc/en/Gtk/TextLineSegment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextLineSegmentClass.xml b/doc/en/Gtk/TextLineSegmentClass.xml index 386195512..b1fc7affa 100644 --- a/doc/en/Gtk/TextLineSegmentClass.xml +++ b/doc/en/Gtk/TextLineSegmentClass.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextLogAttrCache.xml b/doc/en/Gtk/TextLogAttrCache.xml index a6c0124ef..60690ebc7 100644 --- a/doc/en/Gtk/TextLogAttrCache.xml +++ b/doc/en/Gtk/TextLogAttrCache.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextLogAttrCache' - To be added + Internal constructor + Pointer to the C object. + An instance of TextLogAttrCache, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextMark.xml b/doc/en/Gtk/TextMark.xml index c5cc1ca2a..1adf3cef9 100644 --- a/doc/en/Gtk/TextMark.xml +++ b/doc/en/Gtk/TextMark.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -31,8 +31,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -43,10 +43,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextMark' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextMark, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -57,10 +59,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextMark' - To be added + Internal constructor + Pointer to the C object. + An instance of TextMark, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,9 +85,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextMark + The GLib TYpe for the Gtk.TextMark class. + diff --git a/doc/en/Gtk/TextMarkBody.xml b/doc/en/Gtk/TextMarkBody.xml index 18d5689e0..59f0763f6 100644 --- a/doc/en/Gtk/TextMarkBody.xml +++ b/doc/en/Gtk/TextMarkBody.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextMarkBody' - To be added + Internal constructor + Pointer to the C object. + An instance of TextMarkBody, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextPendingScroll.xml b/doc/en/Gtk/TextPendingScroll.xml index 2e9beff2e..193dbca27 100644 --- a/doc/en/Gtk/TextPendingScroll.xml +++ b/doc/en/Gtk/TextPendingScroll.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextPendingScroll' - To be added + Internal constructor + Pointer to the C object. + An instance of TextPendingScroll, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextSearchFlags.xml b/doc/en/Gtk/TextSearchFlags.xml index 083d50907..1a9162ad1 100644 --- a/doc/en/Gtk/TextSearchFlags.xml +++ b/doc/en/Gtk/TextSearchFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextSegCheckFunc.xml b/doc/en/Gtk/TextSegCheckFunc.xml index 6a742b66f..76d646aef 100644 --- a/doc/en/Gtk/TextSegCheckFunc.xml +++ b/doc/en/Gtk/TextSegCheckFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextSegCleanupFunc.xml b/doc/en/Gtk/TextSegCleanupFunc.xml index 8c9c1d119..ff7df8f74 100644 --- a/doc/en/Gtk/TextSegCleanupFunc.xml +++ b/doc/en/Gtk/TextSegCleanupFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextSegDeleteFunc.xml b/doc/en/Gtk/TextSegDeleteFunc.xml index db6070b4c..ad4129ff9 100644 --- a/doc/en/Gtk/TextSegDeleteFunc.xml +++ b/doc/en/Gtk/TextSegDeleteFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextSegLineChangeFunc.xml b/doc/en/Gtk/TextSegLineChangeFunc.xml index c011b51ae..f3f15f778 100644 --- a/doc/en/Gtk/TextSegLineChangeFunc.xml +++ b/doc/en/Gtk/TextSegLineChangeFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextSegSplitFunc.xml b/doc/en/Gtk/TextSegSplitFunc.xml index 6feac7b08..42a0a9d84 100644 --- a/doc/en/Gtk/TextSegSplitFunc.xml +++ b/doc/en/Gtk/TextSegSplitFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index 0ae4e4f84..ad030a8dd 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -51,8 +51,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -63,10 +63,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextTag' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextTag, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -77,10 +79,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextTag' - To be added + Internal constructor + Pointer to the C object. + An instance of TextTag, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -115,9 +119,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextTag + The GLib TYpe for the Gtk.TextTag class. + diff --git a/doc/en/Gtk/TextTagInfo.xml b/doc/en/Gtk/TextTagInfo.xml index 12560f9c5..6735c8662 100644 --- a/doc/en/Gtk/TextTagInfo.xml +++ b/doc/en/Gtk/TextTagInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextTagTable.xml b/doc/en/Gtk/TextTagTable.xml index f86d41a92..a485dc01c 100644 --- a/doc/en/Gtk/TextTagTable.xml +++ b/doc/en/Gtk/TextTagTable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -92,8 +92,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -104,10 +104,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextTagTable' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextTagTable, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -118,10 +120,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextTagTable' - To be added + Internal constructor + Pointer to the C object. + An instance of TextTagTable, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -142,9 +146,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextTagTable + The GLib TYpe for the Gtk.TextTagTable class. + diff --git a/doc/en/Gtk/TextTagTableForeach.xml b/doc/en/Gtk/TextTagTableForeach.xml index 056911bb1..1d19bf6ce 100644 --- a/doc/en/Gtk/TextTagTableForeach.xml +++ b/doc/en/Gtk/TextTagTableForeach.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextToggleBody.xml b/doc/en/Gtk/TextToggleBody.xml index 20ce0c50d..cd2dcf38a 100644 --- a/doc/en/Gtk/TextToggleBody.xml +++ b/doc/en/Gtk/TextToggleBody.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextUtilCharChosenFunc.xml b/doc/en/Gtk/TextUtilCharChosenFunc.xml index d61c4c179..c156d55fe 100644 --- a/doc/en/Gtk/TextUtilCharChosenFunc.xml +++ b/doc/en/Gtk/TextUtilCharChosenFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 832bb25cf..576e7fa4e 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -443,8 +443,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -455,10 +455,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TextView' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TextView, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -469,10 +471,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextView' - To be added + Internal constructor + Pointer to the C object. + An instance of TextView, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -507,9 +511,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TextView + The GLib TYpe for the Gtk.TextView class. + diff --git a/doc/en/Gtk/TextWindow.xml b/doc/en/Gtk/TextWindow.xml index 1ca9fbdf3..52b7b047d 100644 --- a/doc/en/Gtk/TextWindow.xml +++ b/doc/en/Gtk/TextWindow.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -41,10 +41,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextWindow' - To be added + Internal constructor + Pointer to the C object. + An instance of TextWindow, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TextWindowType.xml b/doc/en/Gtk/TextWindowType.xml index 603564397..e234649aa 100644 --- a/doc/en/Gtk/TextWindowType.xml +++ b/doc/en/Gtk/TextWindowType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ThemeEngine.xml b/doc/en/Gtk/ThemeEngine.xml index e659b00ee..686485c32 100644 --- a/doc/en/Gtk/ThemeEngine.xml +++ b/doc/en/Gtk/ThemeEngine.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -60,8 +60,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -72,10 +72,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ThemeEngine' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ThemeEngine, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -86,10 +88,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ThemeEngine' - To be added + Internal constructor + Pointer to the C object. + An instance of ThemeEngine, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -110,9 +114,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ThemeEngine + The GLib TYpe for the Gtk.ThemeEngine class. + diff --git a/doc/en/Gtk/ThreadNotify.xml b/doc/en/Gtk/ThreadNotify.xml index 89a622f23..917853182 100644 --- a/doc/en/Gtk/ThreadNotify.xml +++ b/doc/en/Gtk/ThreadNotify.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ToggleButton.xml b/doc/en/Gtk/ToggleButton.xml index 3718d753b..050e93eab 100644 --- a/doc/en/Gtk/ToggleButton.xml +++ b/doc/en/Gtk/ToggleButton.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -65,8 +65,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -77,10 +77,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.ToggleButton' - To be added + Internal constructor + GLib type for the type + Creates a new instance of ToggleButton, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -91,10 +93,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.ToggleButton' - To be added + Internal constructor + Pointer to the C object. + An instance of ToggleButton, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -129,9 +133,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.ToggleButton + The GLib TYpe for the Gtk.ToggleButton class. + diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 5491dac6e..7f2fb0493 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -5,19 +5,19 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Create bars of buttons and other widgets. - A toolbar is created with a call to . + A toolbar is created with a call to . - Buttons with text and/or images are added with , , and . + Buttons with text and/or images are added with , , and . - Any of , , or an arbitrary widget can be added to the toolbar with , , and . + Any of , , or an arbitrary widget can be added to the toolbar with , , and . - Widgets can be visibly grouped by adding gaps between widgets using , , and . + Widgets can be visibly grouped by adding gaps between widgets using , , and . @@ -48,8 +48,7 @@ - - + To be added: an object of type 'uint' To be added @@ -84,15 +83,17 @@ Adds a new element to the end of a toolbar. - A value of type that determines what widget will be. - a , or . + A value of type that determines what widget will be. + a , or . The element's label. The element's tooltip. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the element's function. The function to be executed when the button is pressed. - The new toolbar element as a - If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . + The new toolbar element as a + + If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . + @@ -113,9 +114,9 @@ Text for the button label. A string that appears when the user holds the mouse over this item. Text used for context-sensitive help about this toolbar element. - A that should be used as the button's icon. + A that should be used as the button's icon. The function to be executed when the button is pressed. - The new toolbar element as a + The new toolbar element as a To be added @@ -139,11 +140,11 @@ Text for the button label. A string that appears when the user holds the mouse over this item. Text used for context-sensitive help about this toolbar element. - A that should be used as the button's icon. + A that should be used as the button's icon. The function to be executed when the button is pressed. To be added: an object of type 'IntPtr' The number of widgets to insert this item after. - The new toolbar element as a . + The new toolbar element as a . To be added @@ -167,8 +168,8 @@ - Unsets a toolbar style set with . - Unsets a toolbar style set with , so that user preferences will be used to determine the toolbar style. + Unsets a toolbar style set with . + Unsets a toolbar style set with , so that user preferences will be used to determine the toolbar style. @@ -180,7 +181,7 @@ - Unsets toolbar icon size set with . + Unsets toolbar icon size set with . To be added @@ -199,11 +200,10 @@ Inserts a widget in the toolbar at the given position. - a to add to the toolbar. + a to add to the toolbar. The element's tooltip. Used for context-sensitive help about this toolbar element. The number of widgets to insert this widget after. - @@ -229,7 +229,7 @@ To be added: an object of type 'IntPtr' The position the button shall be inserted at. -1 means at the end. The inserted widget - If is not a known stock item ID, it's inserted verbatim, except that underscores used to mark mnemonics are removed. + If is not a known stock item ID, it's inserted verbatim, except that underscores used to mark mnemonics are removed. @@ -245,7 +245,7 @@ Adds a widget to the end of the given toolbar. - A to add to the toolbar. + A to add to the toolbar. The element's tooltip. Used for context-sensitive help about this toolbar element. To be added @@ -281,9 +281,9 @@ The element's label. The element's tooltip. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the element's function. The function to be executed when the button is pressed. - The new toolbar element as a + The new toolbar element as a To be added @@ -315,7 +315,7 @@ Adds a widget to the beginning of the given toolbar. - a to add to the toolbar. + a to add to the toolbar. The element's tooltip. Used for context-sensitive help about this toolbar element. To be added @@ -340,19 +340,21 @@ Inserts a new element in the toolbar at the given position. - A value of type that determines what widget will be. - a , or . + A value of type that determines what widget will be. + a , or . The element's label. The element's tooltip. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the element's function. The function to be executed when the button is pressed. To be added: an object of type 'IntPtr' The number of widgets to insert this element after. - The new toolbar element as a - - If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . - + The new toolbar element as a + + + If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . + + @@ -372,15 +374,17 @@ Adds a new element to the beginning of a toolbar. - A value of type that determines what widget will be. - a , or . + A value of type that determines what widget will be. + a , or . The element's label. The element's tooltip. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the element's function. The function to be executed when the button is pressed. - The new toolbar element as a - If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . + The new toolbar element as a + + If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . + @@ -406,8 +410,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -419,9 +423,11 @@ Internal constructor - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Toolbar' - To be added + GLib type for the type + Creates a new instance of Toolbar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -433,9 +439,11 @@ Internal constructor - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Toolbar' - To be added + Pointer to the C object. + An instance of Toolbar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -456,9 +464,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Toolbar + The GLib TYpe for the Gtk.Toolbar class. + @@ -472,7 +480,7 @@ This function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they've been added. The size you set will override user preferences for the default icon size. - The that stock icons in the toolbar shall have. + The that stock icons in the toolbar shall have. The icon size for the toolbar. To be added @@ -488,7 +496,7 @@ Sets if the tooltips of a toolbar should be active or not. - set to to disable the tooltips, or to enable them. + set to to disable the tooltips, or to enable them. Whether tooltips are enabled. To be added @@ -519,7 +527,7 @@ - Sets the orientation of the toolbar to either or . + Sets the orientation of the toolbar to either or . The orientation of the toolbar. The orientation of the toolbar. To be added diff --git a/doc/en/Gtk/ToolbarChild.xml b/doc/en/Gtk/ToolbarChild.xml index eef27f115..7f09d5836 100644 --- a/doc/en/Gtk/ToolbarChild.xml +++ b/doc/en/Gtk/ToolbarChild.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ToolbarChildType.xml b/doc/en/Gtk/ToolbarChildType.xml index 6ee932e50..534dfb924 100644 --- a/doc/en/Gtk/ToolbarChildType.xml +++ b/doc/en/Gtk/ToolbarChildType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ToolbarSpaceStyle.xml b/doc/en/Gtk/ToolbarSpaceStyle.xml index 9da7bf7bb..461268bd6 100644 --- a/doc/en/Gtk/ToolbarSpaceStyle.xml +++ b/doc/en/Gtk/ToolbarSpaceStyle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/ToolbarStyle.xml b/doc/en/Gtk/ToolbarStyle.xml index 4f600caf3..6f5e0f345 100644 --- a/doc/en/Gtk/ToolbarStyle.xml +++ b/doc/en/Gtk/ToolbarStyle.xml @@ -5,12 +5,12 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An enumeration used by Toolbar - - This enumeration is used by to customize it's appearance. Note that setting the toolbar overrides the user's preferences for the default toolbar style. + + This enumeration is used by to customize it's appearance. Note that setting the toolbar overrides the user's preferences for the default toolbar style. @@ -40,7 +40,7 @@ Buttons display only icons in the toolbar. - + Buttons display only icons in the toolbar. @@ -70,7 +70,7 @@ Buttons display text and icons in the toolbar. - + Buttons display text and icons in the toolbar. @@ -86,7 +86,7 @@ Buttons display icons and text alongside each other, rather than vertically stacked. - + Buttons display icons and text alongside each other, rather than vertically stacked. @@ -105,4 +105,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml index e9c0d1aea..884e32e75 100644 --- a/doc/en/Gtk/Tooltips.xml +++ b/doc/en/Gtk/Tooltips.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -86,8 +86,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -98,10 +98,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Tooltips' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Tooltips, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -112,10 +114,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Tooltips' - To be added + Internal constructor + Pointer to the C object. + An instance of Tooltips, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -136,9 +140,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Tooltips + The GLib TYpe for the Gtk.Tooltips class. + diff --git a/doc/en/Gtk/TooltipsData.xml b/doc/en/Gtk/TooltipsData.xml index 472fe3682..8f2bd1bc8 100644 --- a/doc/en/Gtk/TooltipsData.xml +++ b/doc/en/Gtk/TooltipsData.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TranslateFunc.xml b/doc/en/Gtk/TranslateFunc.xml index 2418508dc..6b1cf77b8 100644 --- a/doc/en/Gtk/TranslateFunc.xml +++ b/doc/en/Gtk/TranslateFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeCellDataFunc.xml b/doc/en/Gtk/TreeCellDataFunc.xml index 524a6ef50..fa7536d40 100644 --- a/doc/en/Gtk/TreeCellDataFunc.xml +++ b/doc/en/Gtk/TreeCellDataFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeDataList.xml b/doc/en/Gtk/TreeDataList.xml index 5b306470e..772fe4da2 100644 --- a/doc/en/Gtk/TreeDataList.xml +++ b/doc/en/Gtk/TreeDataList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeDestroyCountFunc.xml b/doc/en/Gtk/TreeDestroyCountFunc.xml index 72d608ee2..cc462aa83 100644 --- a/doc/en/Gtk/TreeDestroyCountFunc.xml +++ b/doc/en/Gtk/TreeDestroyCountFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeDragDest.xml b/doc/en/Gtk/TreeDragDest.xml index c7b5fff0f..2d4bb1aaa 100644 --- a/doc/en/Gtk/TreeDragDest.xml +++ b/doc/en/Gtk/TreeDragDest.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeDragSource.xml b/doc/en/Gtk/TreeDragSource.xml index af429b8bd..d9d954591 100644 --- a/doc/en/Gtk/TreeDragSource.xml +++ b/doc/en/Gtk/TreeDragSource.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeIter.xml b/doc/en/Gtk/TreeIter.xml index 0a5ab4d79..a2a183edb 100644 --- a/doc/en/Gtk/TreeIter.xml +++ b/doc/en/Gtk/TreeIter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -124,9 +124,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeIter + The GLib TYpe for the Gtk.TreeIter class. + diff --git a/doc/en/Gtk/TreeIterCompareFunc.xml b/doc/en/Gtk/TreeIterCompareFunc.xml index 1c4d4c639..557436018 100644 --- a/doc/en/Gtk/TreeIterCompareFunc.xml +++ b/doc/en/Gtk/TreeIterCompareFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeModel.xml b/doc/en/Gtk/TreeModel.xml index c4458918d..7dfc22c8f 100644 --- a/doc/en/Gtk/TreeModel.xml +++ b/doc/en/Gtk/TreeModel.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeModelFlags.xml b/doc/en/Gtk/TreeModelFlags.xml index 1045de19f..42d76cce7 100644 --- a/doc/en/Gtk/TreeModelFlags.xml +++ b/doc/en/Gtk/TreeModelFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeModelForeachFunc.xml b/doc/en/Gtk/TreeModelForeachFunc.xml index 9bb3deaba..9ab069d74 100644 --- a/doc/en/Gtk/TreeModelForeachFunc.xml +++ b/doc/en/Gtk/TreeModelForeachFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index 92c35bb64..445c0a882 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -631,8 +631,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -643,10 +643,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TreeModelSort' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TreeModelSort, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -657,10 +659,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeModelSort' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeModelSort, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -695,9 +699,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeModelSort + The GLib TYpe for the Gtk.TreeModelSort class. + diff --git a/doc/en/Gtk/TreePath.xml b/doc/en/Gtk/TreePath.xml index 1fd994dc5..a8b0e41e8 100644 --- a/doc/en/Gtk/TreePath.xml +++ b/doc/en/Gtk/TreePath.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -207,10 +207,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreePath' - To be added + Internal constructor + Pointer to the C object. + An instance of TreePath, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -245,9 +247,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreePath + The GLib TYpe for the Gtk.TreePath class. + diff --git a/doc/en/Gtk/TreeRowReference.xml b/doc/en/Gtk/TreeRowReference.xml index 5dbb0d417..6f41f5da4 100644 --- a/doc/en/Gtk/TreeRowReference.xml +++ b/doc/en/Gtk/TreeRowReference.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -108,10 +108,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeRowReference' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeRowReference, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index 5a1686481..d0386d10c 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -216,8 +216,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -228,10 +228,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TreeSelection' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TreeSelection, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -242,10 +244,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeSelection' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeSelection, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -266,9 +270,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeSelection + The GLib TYpe for the Gtk.TreeSelection class. + diff --git a/doc/en/Gtk/TreeSelectionForeachFunc.xml b/doc/en/Gtk/TreeSelectionForeachFunc.xml index d3048b224..39e7f65fc 100644 --- a/doc/en/Gtk/TreeSelectionForeachFunc.xml +++ b/doc/en/Gtk/TreeSelectionForeachFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeSelectionFunc.xml b/doc/en/Gtk/TreeSelectionFunc.xml index ee41c7d9e..bdd8648fe 100644 --- a/doc/en/Gtk/TreeSelectionFunc.xml +++ b/doc/en/Gtk/TreeSelectionFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeSortable.xml b/doc/en/Gtk/TreeSortable.xml index ded248de2..8861545e0 100644 --- a/doc/en/Gtk/TreeSortable.xml +++ b/doc/en/Gtk/TreeSortable.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index 243ee3282..cf23f9462 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -934,8 +934,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -946,10 +946,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TreeStore' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TreeStore, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -960,10 +962,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeStore' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeStore, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -998,9 +1002,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeStore + The GLib TYpe for the Gtk.TreeStore class. + diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index f716c6e2b..261f7a1ee 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -654,8 +654,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -666,10 +666,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TreeView' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TreeView, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -680,10 +682,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeView' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeView, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -718,9 +722,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeView + The GLib TYpe for the Gtk.TreeView class. + diff --git a/doc/en/Gtk/TreeViewColumn.xml b/doc/en/Gtk/TreeViewColumn.xml index ff647bd6d..41a4fb3df 100644 --- a/doc/en/Gtk/TreeViewColumn.xml +++ b/doc/en/Gtk/TreeViewColumn.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -214,8 +214,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -226,10 +226,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.TreeViewColumn' - To be added + Internal constructor + GLib type for the type + Creates a new instance of TreeViewColumn, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -240,10 +242,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TreeViewColumn' - To be added + Internal constructor + Pointer to the C object. + An instance of TreeViewColumn, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -264,9 +268,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.TreeViewColumn + The GLib TYpe for the Gtk.TreeViewColumn class. + diff --git a/doc/en/Gtk/TreeViewColumnDropFunc.xml b/doc/en/Gtk/TreeViewColumnDropFunc.xml index 23ad45ad2..40d6fe38e 100644 --- a/doc/en/Gtk/TreeViewColumnDropFunc.xml +++ b/doc/en/Gtk/TreeViewColumnDropFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeViewColumnSizing.xml b/doc/en/Gtk/TreeViewColumnSizing.xml index c9eb37c7c..fe09d7f26 100644 --- a/doc/en/Gtk/TreeViewColumnSizing.xml +++ b/doc/en/Gtk/TreeViewColumnSizing.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeViewDropPosition.xml b/doc/en/Gtk/TreeViewDropPosition.xml index daa17d041..83f77e390 100644 --- a/doc/en/Gtk/TreeViewDropPosition.xml +++ b/doc/en/Gtk/TreeViewDropPosition.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeViewMappingFunc.xml b/doc/en/Gtk/TreeViewMappingFunc.xml index 624549ec4..6dbdbf2f5 100644 --- a/doc/en/Gtk/TreeViewMappingFunc.xml +++ b/doc/en/Gtk/TreeViewMappingFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/TreeViewSearchEqualFunc.xml b/doc/en/Gtk/TreeViewSearchEqualFunc.xml index 4f41771f0..c1342ac2d 100644 --- a/doc/en/Gtk/TreeViewSearchEqualFunc.xml +++ b/doc/en/Gtk/TreeViewSearchEqualFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/UpdateType.xml b/doc/en/Gtk/UpdateType.xml index f79c244c7..27c96ddc7 100644 --- a/doc/en/Gtk/UpdateType.xml +++ b/doc/en/Gtk/UpdateType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index b14a16c90..5bfb433c8 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -5,13 +5,15 @@ 0.0.0.0 - VBox is not a thread safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A VBox is a specific type of for packing widgets vertically. - Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc. - - Useful methods for manipulating boxes can be found in the superclass for HBox, . - + A VBox is a specific type of for packing widgets vertically. + + Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc. + + Useful methods for manipulating boxes can be found in the superclass for HBox, . + + Gtk.Box @@ -40,8 +42,8 @@ - Disposes of this widget - + Disposes the resources associated with the object. + @@ -53,9 +55,11 @@ Internal constructor - - - + GLib type for the type + Creates a new instance of VBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -66,10 +70,12 @@ - Used for language bindings only. - A pointer to a GtkVBox, as returned by the Gtk+ C API. - A C# Gtk.VBox that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of VBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -82,10 +88,12 @@ The main way to create a new VBox - If , all widgets in the box are forced to be equally sized. + If , all widgets in the box are forced to be equally sized. The number of pixels to place between each widget in the box. - A new VBox - + + A new VBox + + @@ -95,8 +103,8 @@ Internal constructor, should not be used. - - + + @@ -106,9 +114,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.VBox + The GLib TYpe for the Gtk.VBox class. + diff --git a/doc/en/Gtk/VButtonBox.xml b/doc/en/Gtk/VButtonBox.xml index ccde45c93..9eb61358e 100644 --- a/doc/en/Gtk/VButtonBox.xml +++ b/doc/en/Gtk/VButtonBox.xml @@ -5,11 +5,13 @@ 0.0.0.0 - VButtonBox is not a thread-safe object + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of - The layout of buttons in this type of box is determined by the box's . - Methods for manipulating button boxes are provided in the super classes, and . + + The layout of buttons in this type of box is determined by the box's . + Methods for manipulating button boxes are provided in the super classes, and . + Gtk.ButtonBox @@ -38,8 +40,8 @@ - Destroy and free all resources used by this widget - + Disposes the resources associated with the object. + @@ -51,10 +53,12 @@ Internal constructor - - - - + GLib type for the type + Creates a new instance of VButtonBox, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + + @@ -64,10 +68,12 @@ - Used for language bindings only. - A pointer to a GtkVButtonBox, as returned by the Gtk+ C API. - A C# Gtk.VButtonBox that wraps the parameter. - If you don't already know that you need this constructor, it should not be used. + Internal constructor + Pointer to the C object. + An instance of VButtonBox, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -78,7 +84,7 @@ The normal way to construct a vertical button box A new VBox - + @@ -88,9 +94,9 @@ System.UInt32 - Get the type of this object, as registered with the GLib object system. - A number that uniquely identifies this type in the GLib object system. - Mostly for internal use. + The GLib Type for Gtk.VButtonBox + The GLib TYpe for the Gtk.VButtonBox class. + diff --git a/doc/en/Gtk/VPaned.xml b/doc/en/Gtk/VPaned.xml index 3e50cac28..02886b8f3 100644 --- a/doc/en/Gtk/VPaned.xml +++ b/doc/en/Gtk/VPaned.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.VPaned' - To be added + Internal constructor + GLib type for the type + Creates a new instance of VPaned, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.VPaned' - To be added + Internal constructor + Pointer to the C object. + An instance of VPaned, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.VPaned + The GLib TYpe for the Gtk.VPaned class. + diff --git a/doc/en/Gtk/VRuler.xml b/doc/en/Gtk/VRuler.xml index c1deeee39..8b29f0719 100644 --- a/doc/en/Gtk/VRuler.xml +++ b/doc/en/Gtk/VRuler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.VRuler' - To be added + Internal constructor + GLib type for the type + Creates a new instance of VRuler, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.VRuler' - To be added + Internal constructor + Pointer to the C object. + An instance of VRuler, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.VRuler + The GLib TYpe for the Gtk.VRuler class. + diff --git a/doc/en/Gtk/VScale.xml b/doc/en/Gtk/VScale.xml index 5e28bee58..5dc82748c 100644 --- a/doc/en/Gtk/VScale.xml +++ b/doc/en/Gtk/VScale.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.VScale' - To be added + Internal constructor + GLib type for the type + Creates a new instance of VScale, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.VScale' - To be added + Internal constructor + Pointer to the C object. + An instance of VScale, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -119,9 +123,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.VScale + The GLib TYpe for the Gtk.VScale class. + diff --git a/doc/en/Gtk/VScrollbar.xml b/doc/en/Gtk/VScrollbar.xml index ce0f352e1..58617d2fa 100644 --- a/doc/en/Gtk/VScrollbar.xml +++ b/doc/en/Gtk/VScrollbar.xml @@ -5,11 +5,11 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A vertical scrollbar - The widget is a widget arranged horizontally creating a scrollbar. See for details on scrollbars. pointers may be added to handle the adjustment of the scrollbar or it may be left in which case one will be created for you. See for details. + The widget is a widget arranged horizontally creating a scrollbar. See for details on scrollbars. pointers may be added to handle the adjustment of the scrollbar or it may be left in which case one will be created for you. See for details. @@ -40,8 +40,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -52,10 +52,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.VScrollbar' - To be added + Internal constructor + GLib type for the type + Creates a new instance of VScrollbar, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -66,10 +68,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.VScrollbar' - To be added + Internal constructor + Pointer to the C object. + An instance of VScrollbar, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -81,8 +85,8 @@ Creates a new vertical scrollbar. - The to use, or to create a new adjustment. - The new + The to use, or to create a new adjustment. + The new To be added @@ -104,9 +108,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.VScrollbar + The GLib TYpe for the Gtk.VScrollbar class. + diff --git a/doc/en/Gtk/VSeparator.xml b/doc/en/Gtk/VSeparator.xml index 123d53f1d..4af69c03f 100644 --- a/doc/en/Gtk/VSeparator.xml +++ b/doc/en/Gtk/VSeparator.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.VSeparator' - To be added + Internal constructor + GLib type for the type + Creates a new instance of VSeparator, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.VSeparator' - To be added + Internal constructor + Pointer to the C object. + An instance of VSeparator, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -87,9 +91,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.VSeparator + The GLib TYpe for the Gtk.VSeparator class. + diff --git a/doc/en/Gtk/Viewport.xml b/doc/en/Gtk/Viewport.xml index c4e1fe850..2dc1997ff 100644 --- a/doc/en/Gtk/Viewport.xml +++ b/doc/en/Gtk/Viewport.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -37,8 +37,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -49,10 +49,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Viewport' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Viewport, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -63,10 +65,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Viewport' - To be added + Internal constructor + Pointer to the C object. + An instance of Viewport, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -103,9 +107,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Viewport + The GLib TYpe for the Gtk.Viewport class. + diff --git a/doc/en/Gtk/Visibility.xml b/doc/en/Gtk/Visibility.xml index bcfa9c99f..cc276e599 100644 --- a/doc/en/Gtk/Visibility.xml +++ b/doc/en/Gtk/Visibility.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index b7336f0ba..529218869 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -1038,8 +1038,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -1050,10 +1050,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Widget' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Widget, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -1064,10 +1066,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Widget' - To be added + Internal constructor + Pointer to the C object. + An instance of Widget, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -1144,9 +1148,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Widget + The GLib TYpe for the Gtk.Widget class. + diff --git a/doc/en/Gtk/WidgetAuxInfo.xml b/doc/en/Gtk/WidgetAuxInfo.xml index 5748904a4..58c29e852 100644 --- a/doc/en/Gtk/WidgetAuxInfo.xml +++ b/doc/en/Gtk/WidgetAuxInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/WidgetFlags.xml b/doc/en/Gtk/WidgetFlags.xml index acc0c07d2..8103722a4 100644 --- a/doc/en/Gtk/WidgetFlags.xml +++ b/doc/en/Gtk/WidgetFlags.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/WidgetHelpType.xml b/doc/en/Gtk/WidgetHelpType.xml index f1c5bc919..9fc5b64a9 100644 --- a/doc/en/Gtk/WidgetHelpType.xml +++ b/doc/en/Gtk/WidgetHelpType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/WidgetShapeInfo.xml b/doc/en/Gtk/WidgetShapeInfo.xml index 346657e34..ed3904062 100644 --- a/doc/en/Gtk/WidgetShapeInfo.xml +++ b/doc/en/Gtk/WidgetShapeInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index 29a34f261..c4566595b 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -474,7 +474,7 @@ It only affects the initial size of the Window, so the user can resizes it. If the Window is hidden and re-shown, it will remmeber the size it had before get hidding. - + @@ -534,7 +534,7 @@ Is is used for placing the Window in some area, depending on the Gtk.WindowPosition position argument. - + @@ -579,8 +579,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -591,10 +591,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Window' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Window, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -605,10 +607,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Window' - To be added + Internal constructor + Pointer to the C object. + An instance of Window, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -628,7 +632,7 @@ or PopUp. Take care with the use of PopUp type, since it is not controlled by the window manager. - + @@ -659,7 +663,7 @@ You get the same if you use the public Window ( Gtk.WindowType type ) constructor and later set the string Title property. - + @@ -685,9 +689,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.Window + The GLib TYpe for the Gtk.Window class. + @@ -894,7 +898,7 @@ allow to disable these decorations, creating a borderless Window. If you set this property as false, Gtk# will try to convince the window manager not to decorate the Window. - + @@ -915,7 +919,7 @@ By default, windows are resizable, so you can change the size of them. But if you set this property to false, the user won't be able to change the size of them. - + @@ -936,7 +940,7 @@ This property will alow you to define where a Window must be displayed on the screen. It work with the Gtk.WindowPosition enum, soy maybe you should check it before use it. - + @@ -958,7 +962,7 @@ It only define the default one, so if the Window is resized, it won't be able to do anything. - + @@ -1030,7 +1034,7 @@ the users to distinguish a window from others opened. A good title will have the application name an the actual document, for example. - + @@ -1154,4 +1158,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/WindowGeometryInfo.xml b/doc/en/Gtk/WindowGeometryInfo.xml index 14a73815b..3674c7295 100644 --- a/doc/en/Gtk/WindowGeometryInfo.xml +++ b/doc/en/Gtk/WindowGeometryInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -28,10 +28,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.WindowGeometryInfo' - To be added + Internal constructor + Pointer to the C object. + An instance of WindowGeometryInfo, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Gtk/WindowGroup.xml b/doc/en/Gtk/WindowGroup.xml index 57bbaf251..5c60f4ebb 100644 --- a/doc/en/Gtk/WindowGroup.xml +++ b/doc/en/Gtk/WindowGroup.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -61,8 +61,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -73,10 +73,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.WindowGroup' - To be added + Internal constructor + GLib type for the type + Creates a new instance of WindowGroup, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -87,10 +89,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.WindowGroup' - To be added + Internal constructor + Pointer to the C object. + An instance of WindowGroup, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -111,9 +115,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Gtk.WindowGroup + The GLib TYpe for the Gtk.WindowGroup class. + diff --git a/doc/en/Gtk/WindowKeysForeachFunc.xml b/doc/en/Gtk/WindowKeysForeachFunc.xml index e1fa00160..edd1295cf 100644 --- a/doc/en/Gtk/WindowKeysForeachFunc.xml +++ b/doc/en/Gtk/WindowKeysForeachFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Gtk/WindowPosition.xml b/doc/en/Gtk/WindowPosition.xml index 89bbadb74..66f93cda3 100644 --- a/doc/en/Gtk/WindowPosition.xml +++ b/doc/en/Gtk/WindowPosition.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Window placement can be influenced using this enumeration. To be added @@ -82,7 +82,7 @@ - Center the window on its transient parent (see ). + Center the window on its transient parent (see ). To be added diff --git a/doc/en/Gtk/WindowType.xml b/doc/en/Gtk/WindowType.xml index 0cba0ee5d..088caf118 100644 --- a/doc/en/Gtk/WindowType.xml +++ b/doc/en/Gtk/WindowType.xml @@ -5,14 +5,14 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - A can be one of these types. Most things you'd consider a "window" should have type ; windows with this type are managed by the window manager and have a frame by default (call to toggle the frame). Windows with type are ignored by the window manager; window manager keybindings won't work on them, the window manager won't decorate the window with a frame, many GTK+ features that rely on the window manager will not work (e.g. resize grips and maximization/minimization). - is used to implement widgets such as or tooltips that you normally don't think of as windows per se. Nearly all windows should be . In particular, do not use just to turn off the window borders; use for instead. + A can be one of these types. Most things you'd consider a "window" should have type ; windows with this type are managed by the window manager and have a frame by default (call to toggle the frame). Windows with type are ignored by the window manager; window manager keybindings won't work on them, the window manager won't decorate the window with a frame, many GTK+ features that rely on the window manager will not work (e.g. resize grips and maximization/minimization). + + is used to implement widgets such as or tooltips that you normally don't think of as windows per se. Nearly all windows should be . In particular, do not use just to turn off the window borders; use for instead. - System.Enum diff --git a/doc/en/Gtk/WrapMode.xml b/doc/en/Gtk/WrapMode.xml index 5829bb7f9..48c3286f4 100644 --- a/doc/en/Gtk/WrapMode.xml +++ b/doc/en/Gtk/WrapMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelChangedArgs.xml b/doc/en/GtkSharp/AccelChangedArgs.xml index 4eea61ad3..187958756 100644 --- a/doc/en/GtkSharp/AccelChangedArgs.xml +++ b/doc/en/GtkSharp/AccelChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelChangedHandler.xml b/doc/en/GtkSharp/AccelChangedHandler.xml index 7656c7f8b..33ff36523 100644 --- a/doc/en/GtkSharp/AccelChangedHandler.xml +++ b/doc/en/GtkSharp/AccelChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelGroupActivateNative.xml b/doc/en/GtkSharp/AccelGroupActivateNative.xml index c0d82c344..1d717cc79 100644 --- a/doc/en/GtkSharp/AccelGroupActivateNative.xml +++ b/doc/en/GtkSharp/AccelGroupActivateNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelGroupActivateWrapper.xml b/doc/en/GtkSharp/AccelGroupActivateWrapper.xml index 3f038fe9c..7896470f3 100644 --- a/doc/en/GtkSharp/AccelGroupActivateWrapper.xml +++ b/doc/en/GtkSharp/AccelGroupActivateWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelMapForeachNative.xml b/doc/en/GtkSharp/AccelMapForeachNative.xml index 754e8e3eb..1116f4d89 100644 --- a/doc/en/GtkSharp/AccelMapForeachNative.xml +++ b/doc/en/GtkSharp/AccelMapForeachNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AccelMapForeachWrapper.xml b/doc/en/GtkSharp/AccelMapForeachWrapper.xml index 4caf85788..cffd56a04 100644 --- a/doc/en/GtkSharp/AccelMapForeachWrapper.xml +++ b/doc/en/GtkSharp/AccelMapForeachWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AcceptPositionArgs.xml b/doc/en/GtkSharp/AcceptPositionArgs.xml index 07feecf78..4d4908b2d 100644 --- a/doc/en/GtkSharp/AcceptPositionArgs.xml +++ b/doc/en/GtkSharp/AcceptPositionArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AcceptPositionHandler.xml b/doc/en/GtkSharp/AcceptPositionHandler.xml index bab90f135..f374bac0c 100644 --- a/doc/en/GtkSharp/AcceptPositionHandler.xml +++ b/doc/en/GtkSharp/AcceptPositionHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ActivateCurrentArgs.xml b/doc/en/GtkSharp/ActivateCurrentArgs.xml index c2b731dcd..de065b243 100644 --- a/doc/en/GtkSharp/ActivateCurrentArgs.xml +++ b/doc/en/GtkSharp/ActivateCurrentArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ActivateCurrentHandler.xml b/doc/en/GtkSharp/ActivateCurrentHandler.xml index 0d60bc1fc..c6bc3505b 100644 --- a/doc/en/GtkSharp/ActivateCurrentHandler.xml +++ b/doc/en/GtkSharp/ActivateCurrentHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AddedArgs.xml b/doc/en/GtkSharp/AddedArgs.xml index 96eef778f..58c7c591c 100644 --- a/doc/en/GtkSharp/AddedArgs.xml +++ b/doc/en/GtkSharp/AddedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AddedHandler.xml b/doc/en/GtkSharp/AddedHandler.xml index 0c57bb1f2..154b3c560 100644 --- a/doc/en/GtkSharp/AddedHandler.xml +++ b/doc/en/GtkSharp/AddedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AdjustBoundsArgs.xml b/doc/en/GtkSharp/AdjustBoundsArgs.xml index f8a29d13e..7d6035640 100644 --- a/doc/en/GtkSharp/AdjustBoundsArgs.xml +++ b/doc/en/GtkSharp/AdjustBoundsArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/AdjustBoundsHandler.xml b/doc/en/GtkSharp/AdjustBoundsHandler.xml index 1471bf887..619f1fb5b 100644 --- a/doc/en/GtkSharp/AdjustBoundsHandler.xml +++ b/doc/en/GtkSharp/AdjustBoundsHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/BoundsArgs.xml b/doc/en/GtkSharp/BoundsArgs.xml index cf20ebec2..ad35f115b 100644 --- a/doc/en/GtkSharp/BoundsArgs.xml +++ b/doc/en/GtkSharp/BoundsArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/BoundsHandler.xml b/doc/en/GtkSharp/BoundsHandler.xml index 97608d90a..c419b6f9c 100644 --- a/doc/en/GtkSharp/BoundsHandler.xml +++ b/doc/en/GtkSharp/BoundsHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ButtonPressEventArgs.xml b/doc/en/GtkSharp/ButtonPressEventArgs.xml index cce24fb58..8f2c6459e 100644 --- a/doc/en/GtkSharp/ButtonPressEventArgs.xml +++ b/doc/en/GtkSharp/ButtonPressEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ButtonPressEventHandler.xml b/doc/en/GtkSharp/ButtonPressEventHandler.xml index a8b94f425..8f83288d2 100644 --- a/doc/en/GtkSharp/ButtonPressEventHandler.xml +++ b/doc/en/GtkSharp/ButtonPressEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ButtonReleaseEventArgs.xml b/doc/en/GtkSharp/ButtonReleaseEventArgs.xml index c4bfaa922..517951f8c 100644 --- a/doc/en/GtkSharp/ButtonReleaseEventArgs.xml +++ b/doc/en/GtkSharp/ButtonReleaseEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ButtonReleaseEventHandler.xml b/doc/en/GtkSharp/ButtonReleaseEventHandler.xml index 22a4689bb..e9af97190 100644 --- a/doc/en/GtkSharp/ButtonReleaseEventHandler.xml +++ b/doc/en/GtkSharp/ButtonReleaseEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CallbackMarshalNative.xml b/doc/en/GtkSharp/CallbackMarshalNative.xml index b8b005404..864857ec5 100644 --- a/doc/en/GtkSharp/CallbackMarshalNative.xml +++ b/doc/en/GtkSharp/CallbackMarshalNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CallbackMarshalWrapper.xml b/doc/en/GtkSharp/CallbackMarshalWrapper.xml index bd102a3fb..1298330fa 100644 --- a/doc/en/GtkSharp/CallbackMarshalWrapper.xml +++ b/doc/en/GtkSharp/CallbackMarshalWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CallbackNative.xml b/doc/en/GtkSharp/CallbackNative.xml index 152996e8f..44ec55054 100644 --- a/doc/en/GtkSharp/CallbackNative.xml +++ b/doc/en/GtkSharp/CallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CallbackWrapper.xml b/doc/en/GtkSharp/CallbackWrapper.xml index 6fbc0743c..adf7d8945 100644 --- a/doc/en/GtkSharp/CallbackWrapper.xml +++ b/doc/en/GtkSharp/CallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CancelPositionArgs.xml b/doc/en/GtkSharp/CancelPositionArgs.xml index d4f2f859a..bfd1f7dcc 100644 --- a/doc/en/GtkSharp/CancelPositionArgs.xml +++ b/doc/en/GtkSharp/CancelPositionArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CancelPositionHandler.xml b/doc/en/GtkSharp/CancelPositionHandler.xml index 7f0e701fd..71648f9b1 100644 --- a/doc/en/GtkSharp/CancelPositionHandler.xml +++ b/doc/en/GtkSharp/CancelPositionHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChangeCurrentPageArgs.xml b/doc/en/GtkSharp/ChangeCurrentPageArgs.xml index 814a1bf60..25c8ca926 100644 --- a/doc/en/GtkSharp/ChangeCurrentPageArgs.xml +++ b/doc/en/GtkSharp/ChangeCurrentPageArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChangeCurrentPageHandler.xml b/doc/en/GtkSharp/ChangeCurrentPageHandler.xml index 4a4720038..c9245eec0 100644 --- a/doc/en/GtkSharp/ChangeCurrentPageHandler.xml +++ b/doc/en/GtkSharp/ChangeCurrentPageHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChangeValueArgs.xml b/doc/en/GtkSharp/ChangeValueArgs.xml index 33238c15c..0152fb719 100644 --- a/doc/en/GtkSharp/ChangeValueArgs.xml +++ b/doc/en/GtkSharp/ChangeValueArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChangeValueHandler.xml b/doc/en/GtkSharp/ChangeValueHandler.xml index 612482456..9656cbb86 100644 --- a/doc/en/GtkSharp/ChangeValueHandler.xml +++ b/doc/en/GtkSharp/ChangeValueHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildAnchorInsertedArgs.xml b/doc/en/GtkSharp/ChildAnchorInsertedArgs.xml index e69f52e6e..e15c98dc1 100644 --- a/doc/en/GtkSharp/ChildAnchorInsertedArgs.xml +++ b/doc/en/GtkSharp/ChildAnchorInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildAnchorInsertedHandler.xml b/doc/en/GtkSharp/ChildAnchorInsertedHandler.xml index 10e15616b..c0959d61d 100644 --- a/doc/en/GtkSharp/ChildAnchorInsertedHandler.xml +++ b/doc/en/GtkSharp/ChildAnchorInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildAttachedArgs.xml b/doc/en/GtkSharp/ChildAttachedArgs.xml index 0d80ebf6c..bd166e3b2 100644 --- a/doc/en/GtkSharp/ChildAttachedArgs.xml +++ b/doc/en/GtkSharp/ChildAttachedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildAttachedHandler.xml b/doc/en/GtkSharp/ChildAttachedHandler.xml index ac4260c25..a646947f7 100644 --- a/doc/en/GtkSharp/ChildAttachedHandler.xml +++ b/doc/en/GtkSharp/ChildAttachedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildDetachedArgs.xml b/doc/en/GtkSharp/ChildDetachedArgs.xml index 8686acd6b..93bf80c68 100644 --- a/doc/en/GtkSharp/ChildDetachedArgs.xml +++ b/doc/en/GtkSharp/ChildDetachedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildDetachedHandler.xml b/doc/en/GtkSharp/ChildDetachedHandler.xml index 4c343d586..0ea23a32a 100644 --- a/doc/en/GtkSharp/ChildDetachedHandler.xml +++ b/doc/en/GtkSharp/ChildDetachedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildNotifiedArgs.xml b/doc/en/GtkSharp/ChildNotifiedArgs.xml index 5a6b95a15..eed21b9b4 100644 --- a/doc/en/GtkSharp/ChildNotifiedArgs.xml +++ b/doc/en/GtkSharp/ChildNotifiedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ChildNotifiedHandler.xml b/doc/en/GtkSharp/ChildNotifiedHandler.xml index f2a0fff25..afba4402a 100644 --- a/doc/en/GtkSharp/ChildNotifiedHandler.xml +++ b/doc/en/GtkSharp/ChildNotifiedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClientEventArgs.xml b/doc/en/GtkSharp/ClientEventArgs.xml index 9ba65d30b..e7815ea3d 100644 --- a/doc/en/GtkSharp/ClientEventArgs.xml +++ b/doc/en/GtkSharp/ClientEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClientEventHandler.xml b/doc/en/GtkSharp/ClientEventHandler.xml index 84ac1a673..58c5576d7 100644 --- a/doc/en/GtkSharp/ClientEventHandler.xml +++ b/doc/en/GtkSharp/ClientEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClipboardReceivedFuncNative.xml b/doc/en/GtkSharp/ClipboardReceivedFuncNative.xml index ec0d31c8b..87dce3584 100644 --- a/doc/en/GtkSharp/ClipboardReceivedFuncNative.xml +++ b/doc/en/GtkSharp/ClipboardReceivedFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClipboardReceivedFuncWrapper.xml b/doc/en/GtkSharp/ClipboardReceivedFuncWrapper.xml index 46f8c4270..7feefe03d 100644 --- a/doc/en/GtkSharp/ClipboardReceivedFuncWrapper.xml +++ b/doc/en/GtkSharp/ClipboardReceivedFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClipboardTextReceivedFuncNative.xml b/doc/en/GtkSharp/ClipboardTextReceivedFuncNative.xml index 4e581bdfb..703cedd0c 100644 --- a/doc/en/GtkSharp/ClipboardTextReceivedFuncNative.xml +++ b/doc/en/GtkSharp/ClipboardTextReceivedFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ClipboardTextReceivedFuncWrapper.xml b/doc/en/GtkSharp/ClipboardTextReceivedFuncWrapper.xml index 209a3abde..a4c0fb3ad 100644 --- a/doc/en/GtkSharp/ClipboardTextReceivedFuncWrapper.xml +++ b/doc/en/GtkSharp/ClipboardTextReceivedFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ColorSelectionChangePaletteFuncNative.xml b/doc/en/GtkSharp/ColorSelectionChangePaletteFuncNative.xml index 7ed844779..97a062dde 100644 --- a/doc/en/GtkSharp/ColorSelectionChangePaletteFuncNative.xml +++ b/doc/en/GtkSharp/ColorSelectionChangePaletteFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ColorSelectionChangePaletteFuncWrapper.xml b/doc/en/GtkSharp/ColorSelectionChangePaletteFuncWrapper.xml index d15d6d7f1..af041665b 100644 --- a/doc/en/GtkSharp/ColorSelectionChangePaletteFuncWrapper.xml +++ b/doc/en/GtkSharp/ColorSelectionChangePaletteFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CommitArgs.xml b/doc/en/GtkSharp/CommitArgs.xml index d7f1f0996..8effedc1f 100644 --- a/doc/en/GtkSharp/CommitArgs.xml +++ b/doc/en/GtkSharp/CommitArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CommitHandler.xml b/doc/en/GtkSharp/CommitHandler.xml index 033e4749e..964af2931 100644 --- a/doc/en/GtkSharp/CommitHandler.xml +++ b/doc/en/GtkSharp/CommitHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ConfigureEventArgs.xml b/doc/en/GtkSharp/ConfigureEventArgs.xml index 4cf11e945..b4ada274b 100644 --- a/doc/en/GtkSharp/ConfigureEventArgs.xml +++ b/doc/en/GtkSharp/ConfigureEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ConfigureEventHandler.xml b/doc/en/GtkSharp/ConfigureEventHandler.xml index faab46497..575ba4e7d 100644 --- a/doc/en/GtkSharp/ConfigureEventHandler.xml +++ b/doc/en/GtkSharp/ConfigureEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphAlignmentChangedArgs.xml b/doc/en/GtkSharp/CurrentParagraphAlignmentChangedArgs.xml index 0802b7ae9..f07c18bd5 100644 --- a/doc/en/GtkSharp/CurrentParagraphAlignmentChangedArgs.xml +++ b/doc/en/GtkSharp/CurrentParagraphAlignmentChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphAlignmentChangedHandler.xml b/doc/en/GtkSharp/CurrentParagraphAlignmentChangedHandler.xml index 6e1bf3fd3..6c2f3388d 100644 --- a/doc/en/GtkSharp/CurrentParagraphAlignmentChangedHandler.xml +++ b/doc/en/GtkSharp/CurrentParagraphAlignmentChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphIndentationChangedArgs.xml b/doc/en/GtkSharp/CurrentParagraphIndentationChangedArgs.xml index c3a328dea..14bd32454 100644 --- a/doc/en/GtkSharp/CurrentParagraphIndentationChangedArgs.xml +++ b/doc/en/GtkSharp/CurrentParagraphIndentationChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphIndentationChangedHandler.xml b/doc/en/GtkSharp/CurrentParagraphIndentationChangedHandler.xml index 3ad822d92..e1cc7cd83 100644 --- a/doc/en/GtkSharp/CurrentParagraphIndentationChangedHandler.xml +++ b/doc/en/GtkSharp/CurrentParagraphIndentationChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphStyleChangedArgs.xml b/doc/en/GtkSharp/CurrentParagraphStyleChangedArgs.xml index 39d8fd873..456fc378c 100644 --- a/doc/en/GtkSharp/CurrentParagraphStyleChangedArgs.xml +++ b/doc/en/GtkSharp/CurrentParagraphStyleChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CurrentParagraphStyleChangedHandler.xml b/doc/en/GtkSharp/CurrentParagraphStyleChangedHandler.xml index 6d7e159aa..435b76519 100644 --- a/doc/en/GtkSharp/CurrentParagraphStyleChangedHandler.xml +++ b/doc/en/GtkSharp/CurrentParagraphStyleChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CursorMoveArgs.xml b/doc/en/GtkSharp/CursorMoveArgs.xml index 440b0bf6f..3ed4c2a38 100644 --- a/doc/en/GtkSharp/CursorMoveArgs.xml +++ b/doc/en/GtkSharp/CursorMoveArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CursorMoveHandler.xml b/doc/en/GtkSharp/CursorMoveHandler.xml index c63b688aa..85aa1664c 100644 --- a/doc/en/GtkSharp/CursorMoveHandler.xml +++ b/doc/en/GtkSharp/CursorMoveHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CycleChildFocusArgs.xml b/doc/en/GtkSharp/CycleChildFocusArgs.xml index 11c516928..15ae44618 100644 --- a/doc/en/GtkSharp/CycleChildFocusArgs.xml +++ b/doc/en/GtkSharp/CycleChildFocusArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CycleChildFocusHandler.xml b/doc/en/GtkSharp/CycleChildFocusHandler.xml index cd0e0f0c6..787b2cd7d 100644 --- a/doc/en/GtkSharp/CycleChildFocusHandler.xml +++ b/doc/en/GtkSharp/CycleChildFocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CycleHandleFocusArgs.xml b/doc/en/GtkSharp/CycleHandleFocusArgs.xml index dbcb6f7c9..62e3062fc 100644 --- a/doc/en/GtkSharp/CycleHandleFocusArgs.xml +++ b/doc/en/GtkSharp/CycleHandleFocusArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/CycleHandleFocusHandler.xml b/doc/en/GtkSharp/CycleHandleFocusHandler.xml index c00afeb87..d22e0f745 100644 --- a/doc/en/GtkSharp/CycleHandleFocusHandler.xml +++ b/doc/en/GtkSharp/CycleHandleFocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteEventArgs.xml b/doc/en/GtkSharp/DeleteEventArgs.xml index f84b206a4..e7965ee78 100644 --- a/doc/en/GtkSharp/DeleteEventArgs.xml +++ b/doc/en/GtkSharp/DeleteEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteEventHandler.xml b/doc/en/GtkSharp/DeleteEventHandler.xml index 072fec521..19970e0e6 100644 --- a/doc/en/GtkSharp/DeleteEventHandler.xml +++ b/doc/en/GtkSharp/DeleteEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteFromCursorArgs.xml b/doc/en/GtkSharp/DeleteFromCursorArgs.xml index 0fa8acc23..7fcf15617 100644 --- a/doc/en/GtkSharp/DeleteFromCursorArgs.xml +++ b/doc/en/GtkSharp/DeleteFromCursorArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteFromCursorHandler.xml b/doc/en/GtkSharp/DeleteFromCursorHandler.xml index 948513b73..b32e036fb 100644 --- a/doc/en/GtkSharp/DeleteFromCursorHandler.xml +++ b/doc/en/GtkSharp/DeleteFromCursorHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteRangeArgs.xml b/doc/en/GtkSharp/DeleteRangeArgs.xml index bf6b5b279..d1db34904 100644 --- a/doc/en/GtkSharp/DeleteRangeArgs.xml +++ b/doc/en/GtkSharp/DeleteRangeArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DeleteRangeHandler.xml b/doc/en/GtkSharp/DeleteRangeHandler.xml index 6b094f664..66f20ab36 100644 --- a/doc/en/GtkSharp/DeleteRangeHandler.xml +++ b/doc/en/GtkSharp/DeleteRangeHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DestroyEventArgs.xml b/doc/en/GtkSharp/DestroyEventArgs.xml index 55bd8856d..2cc7037ae 100644 --- a/doc/en/GtkSharp/DestroyEventArgs.xml +++ b/doc/en/GtkSharp/DestroyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DestroyEventHandler.xml b/doc/en/GtkSharp/DestroyEventHandler.xml index 35edac36f..55213b229 100644 --- a/doc/en/GtkSharp/DestroyEventHandler.xml +++ b/doc/en/GtkSharp/DestroyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DestroyNotifyNative.xml b/doc/en/GtkSharp/DestroyNotifyNative.xml index e227946c4..4f758f9f4 100644 --- a/doc/en/GtkSharp/DestroyNotifyNative.xml +++ b/doc/en/GtkSharp/DestroyNotifyNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DestroyNotifyWrapper.xml b/doc/en/GtkSharp/DestroyNotifyWrapper.xml index 2914635d7..4848013eb 100644 --- a/doc/en/GtkSharp/DestroyNotifyWrapper.xml +++ b/doc/en/GtkSharp/DestroyNotifyWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DirectionChangedArgs.xml b/doc/en/GtkSharp/DirectionChangedArgs.xml index 38b019324..2666a7945 100644 --- a/doc/en/GtkSharp/DirectionChangedArgs.xml +++ b/doc/en/GtkSharp/DirectionChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DirectionChangedHandler.xml b/doc/en/GtkSharp/DirectionChangedHandler.xml index 8cdd83458..d4723cee8 100644 --- a/doc/en/GtkSharp/DirectionChangedHandler.xml +++ b/doc/en/GtkSharp/DirectionChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DisableDeviceArgs.xml b/doc/en/GtkSharp/DisableDeviceArgs.xml index 1747d0454..29a85d7b7 100644 --- a/doc/en/GtkSharp/DisableDeviceArgs.xml +++ b/doc/en/GtkSharp/DisableDeviceArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DisableDeviceHandler.xml b/doc/en/GtkSharp/DisableDeviceHandler.xml index 7927bd307..d70bbfeda 100644 --- a/doc/en/GtkSharp/DisableDeviceHandler.xml +++ b/doc/en/GtkSharp/DisableDeviceHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragBeginArgs.xml b/doc/en/GtkSharp/DragBeginArgs.xml index bb7bb6ee1..4924b297e 100644 --- a/doc/en/GtkSharp/DragBeginArgs.xml +++ b/doc/en/GtkSharp/DragBeginArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragBeginHandler.xml b/doc/en/GtkSharp/DragBeginHandler.xml index 2419b1326..292073956 100644 --- a/doc/en/GtkSharp/DragBeginHandler.xml +++ b/doc/en/GtkSharp/DragBeginHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataDeleteArgs.xml b/doc/en/GtkSharp/DragDataDeleteArgs.xml index 25ba89a75..adfba4f0b 100644 --- a/doc/en/GtkSharp/DragDataDeleteArgs.xml +++ b/doc/en/GtkSharp/DragDataDeleteArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataDeleteHandler.xml b/doc/en/GtkSharp/DragDataDeleteHandler.xml index b236afa3b..476ab6d93 100644 --- a/doc/en/GtkSharp/DragDataDeleteHandler.xml +++ b/doc/en/GtkSharp/DragDataDeleteHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataGetArgs.xml b/doc/en/GtkSharp/DragDataGetArgs.xml index 79395ae58..c329f774f 100644 --- a/doc/en/GtkSharp/DragDataGetArgs.xml +++ b/doc/en/GtkSharp/DragDataGetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataGetHandler.xml b/doc/en/GtkSharp/DragDataGetHandler.xml index 2cae115e5..f5692552e 100644 --- a/doc/en/GtkSharp/DragDataGetHandler.xml +++ b/doc/en/GtkSharp/DragDataGetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataReceivedArgs.xml b/doc/en/GtkSharp/DragDataReceivedArgs.xml index bfd45f2ab..53bd22c94 100644 --- a/doc/en/GtkSharp/DragDataReceivedArgs.xml +++ b/doc/en/GtkSharp/DragDataReceivedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDataReceivedHandler.xml b/doc/en/GtkSharp/DragDataReceivedHandler.xml index 612cc3432..3ff5f7050 100644 --- a/doc/en/GtkSharp/DragDataReceivedHandler.xml +++ b/doc/en/GtkSharp/DragDataReceivedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDropArgs.xml b/doc/en/GtkSharp/DragDropArgs.xml index 492117578..b52ab8d7c 100644 --- a/doc/en/GtkSharp/DragDropArgs.xml +++ b/doc/en/GtkSharp/DragDropArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragDropHandler.xml b/doc/en/GtkSharp/DragDropHandler.xml index 6a2e7dc0b..54929b737 100644 --- a/doc/en/GtkSharp/DragDropHandler.xml +++ b/doc/en/GtkSharp/DragDropHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragEndArgs.xml b/doc/en/GtkSharp/DragEndArgs.xml index 580baa517..f6e41f40b 100644 --- a/doc/en/GtkSharp/DragEndArgs.xml +++ b/doc/en/GtkSharp/DragEndArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragEndHandler.xml b/doc/en/GtkSharp/DragEndHandler.xml index 9f497db91..37e119bff 100644 --- a/doc/en/GtkSharp/DragEndHandler.xml +++ b/doc/en/GtkSharp/DragEndHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragLeaveArgs.xml b/doc/en/GtkSharp/DragLeaveArgs.xml index 348433b38..80459a4fc 100644 --- a/doc/en/GtkSharp/DragLeaveArgs.xml +++ b/doc/en/GtkSharp/DragLeaveArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragLeaveHandler.xml b/doc/en/GtkSharp/DragLeaveHandler.xml index 0244e2b06..dcb13c464 100644 --- a/doc/en/GtkSharp/DragLeaveHandler.xml +++ b/doc/en/GtkSharp/DragLeaveHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragMotionArgs.xml b/doc/en/GtkSharp/DragMotionArgs.xml index 8e70b0f93..5597aedc9 100644 --- a/doc/en/GtkSharp/DragMotionArgs.xml +++ b/doc/en/GtkSharp/DragMotionArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DragMotionHandler.xml b/doc/en/GtkSharp/DragMotionHandler.xml index b1166c09b..1a35de558 100644 --- a/doc/en/GtkSharp/DragMotionHandler.xml +++ b/doc/en/GtkSharp/DragMotionHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DrawArgs.xml b/doc/en/GtkSharp/DrawArgs.xml index 421e54411..186f05b84 100644 --- a/doc/en/GtkSharp/DrawArgs.xml +++ b/doc/en/GtkSharp/DrawArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/DrawHandler.xml b/doc/en/GtkSharp/DrawHandler.xml index fdc26c551..221a7d24c 100644 --- a/doc/en/GtkSharp/DrawHandler.xml +++ b/doc/en/GtkSharp/DrawHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EditedArgs.xml b/doc/en/GtkSharp/EditedArgs.xml index b50458593..008419ec3 100644 --- a/doc/en/GtkSharp/EditedArgs.xml +++ b/doc/en/GtkSharp/EditedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EditedHandler.xml b/doc/en/GtkSharp/EditedHandler.xml index c666d7fa2..2af0bdca8 100644 --- a/doc/en/GtkSharp/EditedHandler.xml +++ b/doc/en/GtkSharp/EditedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EnableDeviceArgs.xml b/doc/en/GtkSharp/EnableDeviceArgs.xml index e2cc423c3..31325544c 100644 --- a/doc/en/GtkSharp/EnableDeviceArgs.xml +++ b/doc/en/GtkSharp/EnableDeviceArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EnableDeviceHandler.xml b/doc/en/GtkSharp/EnableDeviceHandler.xml index dc7f48d70..10c8ff9f8 100644 --- a/doc/en/GtkSharp/EnableDeviceHandler.xml +++ b/doc/en/GtkSharp/EnableDeviceHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EnterNotifyEventArgs.xml b/doc/en/GtkSharp/EnterNotifyEventArgs.xml index b521be6a1..be304bec6 100644 --- a/doc/en/GtkSharp/EnterNotifyEventArgs.xml +++ b/doc/en/GtkSharp/EnterNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/EnterNotifyEventHandler.xml b/doc/en/GtkSharp/EnterNotifyEventHandler.xml index 6396ef934..1278dc595 100644 --- a/doc/en/GtkSharp/EnterNotifyEventHandler.xml +++ b/doc/en/GtkSharp/EnterNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ExpandCollapseCursorRowArgs.xml b/doc/en/GtkSharp/ExpandCollapseCursorRowArgs.xml index 1b3e2b7f9..41d191aec 100644 --- a/doc/en/GtkSharp/ExpandCollapseCursorRowArgs.xml +++ b/doc/en/GtkSharp/ExpandCollapseCursorRowArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ExpandCollapseCursorRowHandler.xml b/doc/en/GtkSharp/ExpandCollapseCursorRowHandler.xml index e493c90fb..be44fa1ae 100644 --- a/doc/en/GtkSharp/ExpandCollapseCursorRowHandler.xml +++ b/doc/en/GtkSharp/ExpandCollapseCursorRowHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ExposeEventArgs.xml b/doc/en/GtkSharp/ExposeEventArgs.xml index 8afc02bf3..c3f133ba6 100644 --- a/doc/en/GtkSharp/ExposeEventArgs.xml +++ b/doc/en/GtkSharp/ExposeEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ExposeEventHandler.xml b/doc/en/GtkSharp/ExposeEventHandler.xml index 9abbcd07f..e6797651d 100644 --- a/doc/en/GtkSharp/ExposeEventHandler.xml +++ b/doc/en/GtkSharp/ExposeEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusChildSetArgs.xml b/doc/en/GtkSharp/FocusChildSetArgs.xml index ccdbb9413..c58f29937 100644 --- a/doc/en/GtkSharp/FocusChildSetArgs.xml +++ b/doc/en/GtkSharp/FocusChildSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusChildSetHandler.xml b/doc/en/GtkSharp/FocusChildSetHandler.xml index 49d9547ff..37ed9cc0f 100644 --- a/doc/en/GtkSharp/FocusChildSetHandler.xml +++ b/doc/en/GtkSharp/FocusChildSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusInEventArgs.xml b/doc/en/GtkSharp/FocusInEventArgs.xml index 227131c7f..b3c336c57 100644 --- a/doc/en/GtkSharp/FocusInEventArgs.xml +++ b/doc/en/GtkSharp/FocusInEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusInEventHandler.xml b/doc/en/GtkSharp/FocusInEventHandler.xml index 137303c1c..44ccb25c2 100644 --- a/doc/en/GtkSharp/FocusInEventHandler.xml +++ b/doc/en/GtkSharp/FocusInEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusOutEventArgs.xml b/doc/en/GtkSharp/FocusOutEventArgs.xml index 8b6d3c2d8..e84fe2085 100644 --- a/doc/en/GtkSharp/FocusOutEventArgs.xml +++ b/doc/en/GtkSharp/FocusOutEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusOutEventHandler.xml b/doc/en/GtkSharp/FocusOutEventHandler.xml index 750460f42..d8e63b0ab 100644 --- a/doc/en/GtkSharp/FocusOutEventHandler.xml +++ b/doc/en/GtkSharp/FocusOutEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusTabArgs.xml b/doc/en/GtkSharp/FocusTabArgs.xml index 780f9ecfe..e3752e5d6 100644 --- a/doc/en/GtkSharp/FocusTabArgs.xml +++ b/doc/en/GtkSharp/FocusTabArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusTabHandler.xml b/doc/en/GtkSharp/FocusTabHandler.xml index 703696198..6874866cc 100644 --- a/doc/en/GtkSharp/FocusTabHandler.xml +++ b/doc/en/GtkSharp/FocusTabHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusedArgs.xml b/doc/en/GtkSharp/FocusedArgs.xml index 99f7d3f35..1e3e73fd5 100644 --- a/doc/en/GtkSharp/FocusedArgs.xml +++ b/doc/en/GtkSharp/FocusedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FocusedHandler.xml b/doc/en/GtkSharp/FocusedHandler.xml index 3ea6ee7cc..6293fc745 100644 --- a/doc/en/GtkSharp/FocusedHandler.xml +++ b/doc/en/GtkSharp/FocusedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FormatValueArgs.xml b/doc/en/GtkSharp/FormatValueArgs.xml index 7345c4e27..a82cf49f3 100644 --- a/doc/en/GtkSharp/FormatValueArgs.xml +++ b/doc/en/GtkSharp/FormatValueArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FormatValueHandler.xml b/doc/en/GtkSharp/FormatValueHandler.xml index 6fc869862..5b9ee5db1 100644 --- a/doc/en/GtkSharp/FormatValueHandler.xml +++ b/doc/en/GtkSharp/FormatValueHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FrameEventArgs.xml b/doc/en/GtkSharp/FrameEventArgs.xml index 92f5e300e..c2878ab77 100644 --- a/doc/en/GtkSharp/FrameEventArgs.xml +++ b/doc/en/GtkSharp/FrameEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FrameEventHandler.xml b/doc/en/GtkSharp/FrameEventHandler.xml index 33306dae8..36f5b6637 100644 --- a/doc/en/GtkSharp/FrameEventHandler.xml +++ b/doc/en/GtkSharp/FrameEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FunctionNative.xml b/doc/en/GtkSharp/FunctionNative.xml index 64d81ae35..6e17097c0 100644 --- a/doc/en/GtkSharp/FunctionNative.xml +++ b/doc/en/GtkSharp/FunctionNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/FunctionWrapper.xml b/doc/en/GtkSharp/FunctionWrapper.xml index aaef5b8a3..33936467d 100644 --- a/doc/en/GtkSharp/FunctionWrapper.xml +++ b/doc/en/GtkSharp/FunctionWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GrabNotifyArgs.xml b/doc/en/GtkSharp/GrabNotifyArgs.xml index b8fbdf837..729f0ee18 100644 --- a/doc/en/GtkSharp/GrabNotifyArgs.xml +++ b/doc/en/GtkSharp/GrabNotifyArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GrabNotifyHandler.xml b/doc/en/GtkSharp/GrabNotifyHandler.xml index 1a3027208..ca6fc93ad 100644 --- a/doc/en/GtkSharp/GrabNotifyHandler.xml +++ b/doc/en/GtkSharp/GrabNotifyHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GtkClipboardClearFuncNative.xml b/doc/en/GtkSharp/GtkClipboardClearFuncNative.xml index 227c4086a..7403acead 100644 --- a/doc/en/GtkSharp/GtkClipboardClearFuncNative.xml +++ b/doc/en/GtkSharp/GtkClipboardClearFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GtkClipboardClearFuncWrapper.xml b/doc/en/GtkSharp/GtkClipboardClearFuncWrapper.xml index 299d09829..f64fe78b9 100644 --- a/doc/en/GtkSharp/GtkClipboardClearFuncWrapper.xml +++ b/doc/en/GtkSharp/GtkClipboardClearFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GtkClipboardGetFuncNative.xml b/doc/en/GtkSharp/GtkClipboardGetFuncNative.xml index 62a6cbeca..35e153044 100644 --- a/doc/en/GtkSharp/GtkClipboardGetFuncNative.xml +++ b/doc/en/GtkSharp/GtkClipboardGetFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/GtkClipboardGetFuncWrapper.xml b/doc/en/GtkSharp/GtkClipboardGetFuncWrapper.xml index d1814b82f..d2a5d109a 100644 --- a/doc/en/GtkSharp/GtkClipboardGetFuncWrapper.xml +++ b/doc/en/GtkSharp/GtkClipboardGetFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLPrintCallbackNative.xml b/doc/en/GtkSharp/HTMLPrintCallbackNative.xml index 90c3aae91..1fc64c5ca 100644 --- a/doc/en/GtkSharp/HTMLPrintCallbackNative.xml +++ b/doc/en/GtkSharp/HTMLPrintCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLPrintCallbackWrapper.xml b/doc/en/GtkSharp/HTMLPrintCallbackWrapper.xml index 33d8cd878..437fe1207 100644 --- a/doc/en/GtkSharp/HTMLPrintCallbackWrapper.xml +++ b/doc/en/GtkSharp/HTMLPrintCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLSaveReceiverFnNative.xml b/doc/en/GtkSharp/HTMLSaveReceiverFnNative.xml index 08516da50..0288ab2ab 100644 --- a/doc/en/GtkSharp/HTMLSaveReceiverFnNative.xml +++ b/doc/en/GtkSharp/HTMLSaveReceiverFnNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLSaveReceiverFnWrapper.xml b/doc/en/GtkSharp/HTMLSaveReceiverFnWrapper.xml index c1782af88..759c63729 100644 --- a/doc/en/GtkSharp/HTMLSaveReceiverFnWrapper.xml +++ b/doc/en/GtkSharp/HTMLSaveReceiverFnWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamCloseFuncNative.xml b/doc/en/GtkSharp/HTMLStreamCloseFuncNative.xml index 2c7304c3a..f27cb7179 100644 --- a/doc/en/GtkSharp/HTMLStreamCloseFuncNative.xml +++ b/doc/en/GtkSharp/HTMLStreamCloseFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamCloseFuncWrapper.xml b/doc/en/GtkSharp/HTMLStreamCloseFuncWrapper.xml index 920955bea..e7e62448a 100644 --- a/doc/en/GtkSharp/HTMLStreamCloseFuncWrapper.xml +++ b/doc/en/GtkSharp/HTMLStreamCloseFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamTypesFuncNative.xml b/doc/en/GtkSharp/HTMLStreamTypesFuncNative.xml index ce16db6c9..be77fe802 100644 --- a/doc/en/GtkSharp/HTMLStreamTypesFuncNative.xml +++ b/doc/en/GtkSharp/HTMLStreamTypesFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamTypesFuncWrapper.xml b/doc/en/GtkSharp/HTMLStreamTypesFuncWrapper.xml index d5dbee085..c0d5cb551 100644 --- a/doc/en/GtkSharp/HTMLStreamTypesFuncWrapper.xml +++ b/doc/en/GtkSharp/HTMLStreamTypesFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamWriteFuncNative.xml b/doc/en/GtkSharp/HTMLStreamWriteFuncNative.xml index edb9a13c8..32ae07887 100644 --- a/doc/en/GtkSharp/HTMLStreamWriteFuncNative.xml +++ b/doc/en/GtkSharp/HTMLStreamWriteFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HTMLStreamWriteFuncWrapper.xml b/doc/en/GtkSharp/HTMLStreamWriteFuncWrapper.xml index 8ad9e1da8..3c5820af7 100644 --- a/doc/en/GtkSharp/HTMLStreamWriteFuncWrapper.xml +++ b/doc/en/GtkSharp/HTMLStreamWriteFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HelpShownArgs.xml b/doc/en/GtkSharp/HelpShownArgs.xml index da41a0e3b..1f45ace4d 100644 --- a/doc/en/GtkSharp/HelpShownArgs.xml +++ b/doc/en/GtkSharp/HelpShownArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HelpShownHandler.xml b/doc/en/GtkSharp/HelpShownHandler.xml index 38b75f810..28ff11f5c 100644 --- a/doc/en/GtkSharp/HelpShownHandler.xml +++ b/doc/en/GtkSharp/HelpShownHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HierarchyChangedArgs.xml b/doc/en/GtkSharp/HierarchyChangedArgs.xml index f7917d089..8f9112587 100644 --- a/doc/en/GtkSharp/HierarchyChangedArgs.xml +++ b/doc/en/GtkSharp/HierarchyChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/HierarchyChangedHandler.xml b/doc/en/GtkSharp/HierarchyChangedHandler.xml index ac4de8ab0..33da8e9d9 100644 --- a/doc/en/GtkSharp/HierarchyChangedHandler.xml +++ b/doc/en/GtkSharp/HierarchyChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/IframeCreatedArgs.xml b/doc/en/GtkSharp/IframeCreatedArgs.xml index 9a7355674..7f7caa772 100644 --- a/doc/en/GtkSharp/IframeCreatedArgs.xml +++ b/doc/en/GtkSharp/IframeCreatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/IframeCreatedHandler.xml b/doc/en/GtkSharp/IframeCreatedHandler.xml index 933f81d75..9f88ae55a 100644 --- a/doc/en/GtkSharp/IframeCreatedHandler.xml +++ b/doc/en/GtkSharp/IframeCreatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InputArgs.xml b/doc/en/GtkSharp/InputArgs.xml index ac42b20c6..3761becc0 100644 --- a/doc/en/GtkSharp/InputArgs.xml +++ b/doc/en/GtkSharp/InputArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InputHandler.xml b/doc/en/GtkSharp/InputHandler.xml index 941e984c3..95fe121f2 100644 --- a/doc/en/GtkSharp/InputHandler.xml +++ b/doc/en/GtkSharp/InputHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertAtCursorArgs.xml b/doc/en/GtkSharp/InsertAtCursorArgs.xml index d9beade31..5ff2a042a 100644 --- a/doc/en/GtkSharp/InsertAtCursorArgs.xml +++ b/doc/en/GtkSharp/InsertAtCursorArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertAtCursorHandler.xml b/doc/en/GtkSharp/InsertAtCursorHandler.xml index 761f09dc3..cb7ec0b03 100644 --- a/doc/en/GtkSharp/InsertAtCursorHandler.xml +++ b/doc/en/GtkSharp/InsertAtCursorHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertTextArgs.xml b/doc/en/GtkSharp/InsertTextArgs.xml index 176781dc6..164e4f8bd 100644 --- a/doc/en/GtkSharp/InsertTextArgs.xml +++ b/doc/en/GtkSharp/InsertTextArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertTextHandler.xml b/doc/en/GtkSharp/InsertTextHandler.xml index 82b5b2f84..df85e6ac5 100644 --- a/doc/en/GtkSharp/InsertTextHandler.xml +++ b/doc/en/GtkSharp/InsertTextHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertionColorChangedArgs.xml b/doc/en/GtkSharp/InsertionColorChangedArgs.xml index 398aaacb2..e9db17ee5 100644 --- a/doc/en/GtkSharp/InsertionColorChangedArgs.xml +++ b/doc/en/GtkSharp/InsertionColorChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertionColorChangedHandler.xml b/doc/en/GtkSharp/InsertionColorChangedHandler.xml index 47171641d..b64c498f9 100644 --- a/doc/en/GtkSharp/InsertionColorChangedHandler.xml +++ b/doc/en/GtkSharp/InsertionColorChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertionFontStyleChangedArgs.xml b/doc/en/GtkSharp/InsertionFontStyleChangedArgs.xml index a2347f488..5e2b21250 100644 --- a/doc/en/GtkSharp/InsertionFontStyleChangedArgs.xml +++ b/doc/en/GtkSharp/InsertionFontStyleChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/InsertionFontStyleChangedHandler.xml b/doc/en/GtkSharp/InsertionFontStyleChangedHandler.xml index b3dcdf233..886be7b44 100644 --- a/doc/en/GtkSharp/InsertionFontStyleChangedHandler.xml +++ b/doc/en/GtkSharp/InsertionFontStyleChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ItemFactoryCallback1Native.xml b/doc/en/GtkSharp/ItemFactoryCallback1Native.xml index 647855abe..078360f49 100644 --- a/doc/en/GtkSharp/ItemFactoryCallback1Native.xml +++ b/doc/en/GtkSharp/ItemFactoryCallback1Native.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ItemFactoryCallback1Wrapper.xml b/doc/en/GtkSharp/ItemFactoryCallback1Wrapper.xml index f430fa863..849c8c218 100644 --- a/doc/en/GtkSharp/ItemFactoryCallback1Wrapper.xml +++ b/doc/en/GtkSharp/ItemFactoryCallback1Wrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ItemFactoryCallbackNative.xml b/doc/en/GtkSharp/ItemFactoryCallbackNative.xml index f54c031ed..6e875a767 100644 --- a/doc/en/GtkSharp/ItemFactoryCallbackNative.xml +++ b/doc/en/GtkSharp/ItemFactoryCallbackNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ItemFactoryCallbackWrapper.xml b/doc/en/GtkSharp/ItemFactoryCallbackWrapper.xml index 22fe99983..aa3fe187c 100644 --- a/doc/en/GtkSharp/ItemFactoryCallbackWrapper.xml +++ b/doc/en/GtkSharp/ItemFactoryCallbackWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeyPressEventArgs.xml b/doc/en/GtkSharp/KeyPressEventArgs.xml index 25bc78d30..7f5278e31 100644 --- a/doc/en/GtkSharp/KeyPressEventArgs.xml +++ b/doc/en/GtkSharp/KeyPressEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeyPressEventHandler.xml b/doc/en/GtkSharp/KeyPressEventHandler.xml index 9422b37bb..e5e1345af 100644 --- a/doc/en/GtkSharp/KeyPressEventHandler.xml +++ b/doc/en/GtkSharp/KeyPressEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeyReleaseEventArgs.xml b/doc/en/GtkSharp/KeyReleaseEventArgs.xml index 6b7dfb738..3f51d4c35 100644 --- a/doc/en/GtkSharp/KeyReleaseEventArgs.xml +++ b/doc/en/GtkSharp/KeyReleaseEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeyReleaseEventHandler.xml b/doc/en/GtkSharp/KeyReleaseEventHandler.xml index 558fe5823..452a791fe 100644 --- a/doc/en/GtkSharp/KeyReleaseEventHandler.xml +++ b/doc/en/GtkSharp/KeyReleaseEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeySnoopFuncNative.xml b/doc/en/GtkSharp/KeySnoopFuncNative.xml index 7e5153423..2503e3c8d 100644 --- a/doc/en/GtkSharp/KeySnoopFuncNative.xml +++ b/doc/en/GtkSharp/KeySnoopFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/KeySnoopFuncWrapper.xml b/doc/en/GtkSharp/KeySnoopFuncWrapper.xml index d31631aea..c8cf8fabc 100644 --- a/doc/en/GtkSharp/KeySnoopFuncWrapper.xml +++ b/doc/en/GtkSharp/KeySnoopFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/LeaveNotifyEventArgs.xml b/doc/en/GtkSharp/LeaveNotifyEventArgs.xml index 64a3d4581..8b99c3137 100644 --- a/doc/en/GtkSharp/LeaveNotifyEventArgs.xml +++ b/doc/en/GtkSharp/LeaveNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/LeaveNotifyEventHandler.xml b/doc/en/GtkSharp/LeaveNotifyEventHandler.xml index 1302b561c..dfb901cdd 100644 --- a/doc/en/GtkSharp/LeaveNotifyEventHandler.xml +++ b/doc/en/GtkSharp/LeaveNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/LinkClickedArgs.xml b/doc/en/GtkSharp/LinkClickedArgs.xml index a766f6ca7..3e82eb7b4 100644 --- a/doc/en/GtkSharp/LinkClickedArgs.xml +++ b/doc/en/GtkSharp/LinkClickedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/LinkClickedHandler.xml b/doc/en/GtkSharp/LinkClickedHandler.xml index 1235e9f15..7f7f53098 100644 --- a/doc/en/GtkSharp/LinkClickedHandler.xml +++ b/doc/en/GtkSharp/LinkClickedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MapEventArgs.xml b/doc/en/GtkSharp/MapEventArgs.xml index bc45ec565..3c91c874e 100644 --- a/doc/en/GtkSharp/MapEventArgs.xml +++ b/doc/en/GtkSharp/MapEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MapEventHandler.xml b/doc/en/GtkSharp/MapEventHandler.xml index bcbb4227a..5963d377c 100644 --- a/doc/en/GtkSharp/MapEventHandler.xml +++ b/doc/en/GtkSharp/MapEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MarkDeletedArgs.xml b/doc/en/GtkSharp/MarkDeletedArgs.xml index d9f92e613..612d0374d 100644 --- a/doc/en/GtkSharp/MarkDeletedArgs.xml +++ b/doc/en/GtkSharp/MarkDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MarkDeletedHandler.xml b/doc/en/GtkSharp/MarkDeletedHandler.xml index f56d3ae9a..fe4650112 100644 --- a/doc/en/GtkSharp/MarkDeletedHandler.xml +++ b/doc/en/GtkSharp/MarkDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MarkSetArgs.xml b/doc/en/GtkSharp/MarkSetArgs.xml index 34c967d00..2d283866f 100644 --- a/doc/en/GtkSharp/MarkSetArgs.xml +++ b/doc/en/GtkSharp/MarkSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MarkSetHandler.xml b/doc/en/GtkSharp/MarkSetHandler.xml index c0bc10985..5fef8d0ea 100644 --- a/doc/en/GtkSharp/MarkSetHandler.xml +++ b/doc/en/GtkSharp/MarkSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MenuDetachFuncNative.xml b/doc/en/GtkSharp/MenuDetachFuncNative.xml index d86a0dc66..dee5f1971 100644 --- a/doc/en/GtkSharp/MenuDetachFuncNative.xml +++ b/doc/en/GtkSharp/MenuDetachFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MenuDetachFuncWrapper.xml b/doc/en/GtkSharp/MenuDetachFuncWrapper.xml index 3d331da16..b0cb33ed6 100644 --- a/doc/en/GtkSharp/MenuDetachFuncWrapper.xml +++ b/doc/en/GtkSharp/MenuDetachFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MenuPositionFuncNative.xml b/doc/en/GtkSharp/MenuPositionFuncNative.xml index 0a76baddd..99bf84990 100644 --- a/doc/en/GtkSharp/MenuPositionFuncNative.xml +++ b/doc/en/GtkSharp/MenuPositionFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MenuPositionFuncWrapper.xml b/doc/en/GtkSharp/MenuPositionFuncWrapper.xml index d8f37f4d4..0b4e0144a 100644 --- a/doc/en/GtkSharp/MenuPositionFuncWrapper.xml +++ b/doc/en/GtkSharp/MenuPositionFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MnemonicActivatedArgs.xml b/doc/en/GtkSharp/MnemonicActivatedArgs.xml index c11c84254..202760708 100644 --- a/doc/en/GtkSharp/MnemonicActivatedArgs.xml +++ b/doc/en/GtkSharp/MnemonicActivatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MnemonicActivatedHandler.xml b/doc/en/GtkSharp/MnemonicActivatedHandler.xml index 15b640c43..5c5eb99bb 100644 --- a/doc/en/GtkSharp/MnemonicActivatedHandler.xml +++ b/doc/en/GtkSharp/MnemonicActivatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ModuleInitFuncNative.xml b/doc/en/GtkSharp/ModuleInitFuncNative.xml index 94c5a10cf..ec63a0cd9 100644 --- a/doc/en/GtkSharp/ModuleInitFuncNative.xml +++ b/doc/en/GtkSharp/ModuleInitFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ModuleInitFuncWrapper.xml b/doc/en/GtkSharp/ModuleInitFuncWrapper.xml index 50407fe4b..980755d84 100644 --- a/doc/en/GtkSharp/ModuleInitFuncWrapper.xml +++ b/doc/en/GtkSharp/ModuleInitFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MotionNotifyEventArgs.xml b/doc/en/GtkSharp/MotionNotifyEventArgs.xml index 9c7368095..07d67f447 100644 --- a/doc/en/GtkSharp/MotionNotifyEventArgs.xml +++ b/doc/en/GtkSharp/MotionNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MotionNotifyEventHandler.xml b/doc/en/GtkSharp/MotionNotifyEventHandler.xml index 9364c7167..4eb6b0fe4 100644 --- a/doc/en/GtkSharp/MotionNotifyEventHandler.xml +++ b/doc/en/GtkSharp/MotionNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveArgs.xml b/doc/en/GtkSharp/MoveArgs.xml index ac578d76c..785e723bb 100644 --- a/doc/en/GtkSharp/MoveArgs.xml +++ b/doc/en/GtkSharp/MoveArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveCurrentArgs.xml b/doc/en/GtkSharp/MoveCurrentArgs.xml index 22cddafba..bddac561d 100644 --- a/doc/en/GtkSharp/MoveCurrentArgs.xml +++ b/doc/en/GtkSharp/MoveCurrentArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveCurrentHandler.xml b/doc/en/GtkSharp/MoveCurrentHandler.xml index aaaa6fcb2..0e9304bed 100644 --- a/doc/en/GtkSharp/MoveCurrentHandler.xml +++ b/doc/en/GtkSharp/MoveCurrentHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveCursorArgs.xml b/doc/en/GtkSharp/MoveCursorArgs.xml index e55efd27c..aeee4e1e8 100644 --- a/doc/en/GtkSharp/MoveCursorArgs.xml +++ b/doc/en/GtkSharp/MoveCursorArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveCursorHandler.xml b/doc/en/GtkSharp/MoveCursorHandler.xml index 96d15d6b2..83831867f 100644 --- a/doc/en/GtkSharp/MoveCursorHandler.xml +++ b/doc/en/GtkSharp/MoveCursorHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveFocusArgs.xml b/doc/en/GtkSharp/MoveFocusArgs.xml index c44dfb581..9c9618a76 100644 --- a/doc/en/GtkSharp/MoveFocusArgs.xml +++ b/doc/en/GtkSharp/MoveFocusArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveFocusHandler.xml b/doc/en/GtkSharp/MoveFocusHandler.xml index faf952045..90469b710 100644 --- a/doc/en/GtkSharp/MoveFocusHandler.xml +++ b/doc/en/GtkSharp/MoveFocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveFocusOutArgs.xml b/doc/en/GtkSharp/MoveFocusOutArgs.xml index 6954f2710..488aa555b 100644 --- a/doc/en/GtkSharp/MoveFocusOutArgs.xml +++ b/doc/en/GtkSharp/MoveFocusOutArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveFocusOutHandler.xml b/doc/en/GtkSharp/MoveFocusOutHandler.xml index e074d62a5..75400d160 100644 --- a/doc/en/GtkSharp/MoveFocusOutHandler.xml +++ b/doc/en/GtkSharp/MoveFocusOutHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveHandleArgs.xml b/doc/en/GtkSharp/MoveHandleArgs.xml index a32a2c51f..4f6458417 100644 --- a/doc/en/GtkSharp/MoveHandleArgs.xml +++ b/doc/en/GtkSharp/MoveHandleArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveHandleHandler.xml b/doc/en/GtkSharp/MoveHandleHandler.xml index 2c329d10f..7c4435402 100644 --- a/doc/en/GtkSharp/MoveHandleHandler.xml +++ b/doc/en/GtkSharp/MoveHandleHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveHandler.xml b/doc/en/GtkSharp/MoveHandler.xml index 2ba4798eb..6df9f2b22 100644 --- a/doc/en/GtkSharp/MoveHandler.xml +++ b/doc/en/GtkSharp/MoveHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveSliderArgs.xml b/doc/en/GtkSharp/MoveSliderArgs.xml index c20faa442..1ae36d1d9 100644 --- a/doc/en/GtkSharp/MoveSliderArgs.xml +++ b/doc/en/GtkSharp/MoveSliderArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/MoveSliderHandler.xml b/doc/en/GtkSharp/MoveSliderHandler.xml index ae61f8122..6aa759be6 100644 --- a/doc/en/GtkSharp/MoveSliderHandler.xml +++ b/doc/en/GtkSharp/MoveSliderHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/NoExposeEventArgs.xml b/doc/en/GtkSharp/NoExposeEventArgs.xml index d6870d35e..3a1ccc840 100644 --- a/doc/en/GtkSharp/NoExposeEventArgs.xml +++ b/doc/en/GtkSharp/NoExposeEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/NoExposeEventHandler.xml b/doc/en/GtkSharp/NoExposeEventHandler.xml index bcf66af71..5a3e6cb48 100644 --- a/doc/en/GtkSharp/NoExposeEventHandler.xml +++ b/doc/en/GtkSharp/NoExposeEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ObjectManager.xml b/doc/en/GtkSharp/ObjectManager.xml index b25158c01..3b58dd110 100644 --- a/doc/en/GtkSharp/ObjectManager.xml +++ b/doc/en/GtkSharp/ObjectManager.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OnCommandArgs.xml b/doc/en/GtkSharp/OnCommandArgs.xml index d4e54122c..808255ecf 100644 --- a/doc/en/GtkSharp/OnCommandArgs.xml +++ b/doc/en/GtkSharp/OnCommandArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OnCommandHandler.xml b/doc/en/GtkSharp/OnCommandHandler.xml index 78ddcd08e..62b17bd58 100644 --- a/doc/en/GtkSharp/OnCommandHandler.xml +++ b/doc/en/GtkSharp/OnCommandHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OnUrlArgs.xml b/doc/en/GtkSharp/OnUrlArgs.xml index 714cb24d4..6b7e0a154 100644 --- a/doc/en/GtkSharp/OnUrlArgs.xml +++ b/doc/en/GtkSharp/OnUrlArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OnUrlHandler.xml b/doc/en/GtkSharp/OnUrlHandler.xml index 9af71f64a..14bf12a03 100644 --- a/doc/en/GtkSharp/OnUrlHandler.xml +++ b/doc/en/GtkSharp/OnUrlHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OrientationChangedArgs.xml b/doc/en/GtkSharp/OrientationChangedArgs.xml index f5147242c..5446189e3 100644 --- a/doc/en/GtkSharp/OrientationChangedArgs.xml +++ b/doc/en/GtkSharp/OrientationChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OrientationChangedHandler.xml b/doc/en/GtkSharp/OrientationChangedHandler.xml index c07ef2034..ebcd8fac6 100644 --- a/doc/en/GtkSharp/OrientationChangedHandler.xml +++ b/doc/en/GtkSharp/OrientationChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OutputArgs.xml b/doc/en/GtkSharp/OutputArgs.xml index c5b3c203b..09030ec01 100644 --- a/doc/en/GtkSharp/OutputArgs.xml +++ b/doc/en/GtkSharp/OutputArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/OutputHandler.xml b/doc/en/GtkSharp/OutputHandler.xml index 391f8d2dc..834c8dd7e 100644 --- a/doc/en/GtkSharp/OutputHandler.xml +++ b/doc/en/GtkSharp/OutputHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PageHorizontallyArgs.xml b/doc/en/GtkSharp/PageHorizontallyArgs.xml index 65467de33..60d72298d 100644 --- a/doc/en/GtkSharp/PageHorizontallyArgs.xml +++ b/doc/en/GtkSharp/PageHorizontallyArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PageHorizontallyHandler.xml b/doc/en/GtkSharp/PageHorizontallyHandler.xml index 3bd0f177f..8788afd58 100644 --- a/doc/en/GtkSharp/PageHorizontallyHandler.xml +++ b/doc/en/GtkSharp/PageHorizontallyHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ParentSetArgs.xml b/doc/en/GtkSharp/ParentSetArgs.xml index 2b69d0761..a1a43481a 100644 --- a/doc/en/GtkSharp/ParentSetArgs.xml +++ b/doc/en/GtkSharp/ParentSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ParentSetHandler.xml b/doc/en/GtkSharp/ParentSetHandler.xml index fc96c97c1..15282ed91 100644 --- a/doc/en/GtkSharp/ParentSetHandler.xml +++ b/doc/en/GtkSharp/ParentSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PixbufInsertedArgs.xml b/doc/en/GtkSharp/PixbufInsertedArgs.xml index 050d62d01..8b95880f7 100644 --- a/doc/en/GtkSharp/PixbufInsertedArgs.xml +++ b/doc/en/GtkSharp/PixbufInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PixbufInsertedHandler.xml b/doc/en/GtkSharp/PixbufInsertedHandler.xml index a5ec5361b..524a0be96 100644 --- a/doc/en/GtkSharp/PixbufInsertedHandler.xml +++ b/doc/en/GtkSharp/PixbufInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PlugRemovedArgs.xml b/doc/en/GtkSharp/PlugRemovedArgs.xml index ad0ebe497..6c7404bdd 100644 --- a/doc/en/GtkSharp/PlugRemovedArgs.xml +++ b/doc/en/GtkSharp/PlugRemovedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PlugRemovedHandler.xml b/doc/en/GtkSharp/PlugRemovedHandler.xml index 83968c7d8..9190ee43c 100644 --- a/doc/en/GtkSharp/PlugRemovedHandler.xml +++ b/doc/en/GtkSharp/PlugRemovedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PointArgs.xml b/doc/en/GtkSharp/PointArgs.xml index 6c9adf7d0..165958e73 100644 --- a/doc/en/GtkSharp/PointArgs.xml +++ b/doc/en/GtkSharp/PointArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PointHandler.xml b/doc/en/GtkSharp/PointHandler.xml index 4319d5cc4..3fc4de002 100644 --- a/doc/en/GtkSharp/PointHandler.xml +++ b/doc/en/GtkSharp/PointHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PopulatePopupArgs.xml b/doc/en/GtkSharp/PopulatePopupArgs.xml index 89812c57c..74db26a13 100644 --- a/doc/en/GtkSharp/PopulatePopupArgs.xml +++ b/doc/en/GtkSharp/PopulatePopupArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PopulatePopupHandler.xml b/doc/en/GtkSharp/PopulatePopupHandler.xml index 2d2d988e9..6fde2d2a1 100644 --- a/doc/en/GtkSharp/PopulatePopupHandler.xml +++ b/doc/en/GtkSharp/PopulatePopupHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PopupMenuArgs.xml b/doc/en/GtkSharp/PopupMenuArgs.xml index 834d4ac26..4ca7f6733 100644 --- a/doc/en/GtkSharp/PopupMenuArgs.xml +++ b/doc/en/GtkSharp/PopupMenuArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PopupMenuHandler.xml b/doc/en/GtkSharp/PopupMenuHandler.xml index 087903fc8..a5520a99e 100644 --- a/doc/en/GtkSharp/PopupMenuHandler.xml +++ b/doc/en/GtkSharp/PopupMenuHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PrintFuncNative.xml b/doc/en/GtkSharp/PrintFuncNative.xml index f0f348df6..f3027cbac 100644 --- a/doc/en/GtkSharp/PrintFuncNative.xml +++ b/doc/en/GtkSharp/PrintFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PrintFuncWrapper.xml b/doc/en/GtkSharp/PrintFuncWrapper.xml index 88d5ad8c2..9d19eb38e 100644 --- a/doc/en/GtkSharp/PrintFuncWrapper.xml +++ b/doc/en/GtkSharp/PrintFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PropertyNotifyEventArgs.xml b/doc/en/GtkSharp/PropertyNotifyEventArgs.xml index 82d9be80e..f7fd01ab5 100644 --- a/doc/en/GtkSharp/PropertyNotifyEventArgs.xml +++ b/doc/en/GtkSharp/PropertyNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/PropertyNotifyEventHandler.xml b/doc/en/GtkSharp/PropertyNotifyEventHandler.xml index f704801db..835f8b655 100644 --- a/doc/en/GtkSharp/PropertyNotifyEventHandler.xml +++ b/doc/en/GtkSharp/PropertyNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ProximityInEventArgs.xml b/doc/en/GtkSharp/ProximityInEventArgs.xml index 63fc28686..571782b7f 100644 --- a/doc/en/GtkSharp/ProximityInEventArgs.xml +++ b/doc/en/GtkSharp/ProximityInEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ProximityInEventHandler.xml b/doc/en/GtkSharp/ProximityInEventHandler.xml index 5ac4fb61e..dc50ff8cd 100644 --- a/doc/en/GtkSharp/ProximityInEventHandler.xml +++ b/doc/en/GtkSharp/ProximityInEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ProximityOutEventArgs.xml b/doc/en/GtkSharp/ProximityOutEventArgs.xml index aa8c49bb0..a21d63e54 100644 --- a/doc/en/GtkSharp/ProximityOutEventArgs.xml +++ b/doc/en/GtkSharp/ProximityOutEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ProximityOutEventHandler.xml b/doc/en/GtkSharp/ProximityOutEventHandler.xml index a4df46ea7..42c6875f6 100644 --- a/doc/en/GtkSharp/ProximityOutEventHandler.xml +++ b/doc/en/GtkSharp/ProximityOutEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RBTreeTraverseFuncNative.xml b/doc/en/GtkSharp/RBTreeTraverseFuncNative.xml index 065facbb6..c2ea2a94b 100644 --- a/doc/en/GtkSharp/RBTreeTraverseFuncNative.xml +++ b/doc/en/GtkSharp/RBTreeTraverseFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RBTreeTraverseFuncWrapper.xml b/doc/en/GtkSharp/RBTreeTraverseFuncWrapper.xml index 9a5336cec..1ad85530a 100644 --- a/doc/en/GtkSharp/RBTreeTraverseFuncWrapper.xml +++ b/doc/en/GtkSharp/RBTreeTraverseFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RcPropertyParserNative.xml b/doc/en/GtkSharp/RcPropertyParserNative.xml index e5265e678..76e8999db 100644 --- a/doc/en/GtkSharp/RcPropertyParserNative.xml +++ b/doc/en/GtkSharp/RcPropertyParserNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RcPropertyParserWrapper.xml b/doc/en/GtkSharp/RcPropertyParserWrapper.xml index e010f46b8..8b8952fc5 100644 --- a/doc/en/GtkSharp/RcPropertyParserWrapper.xml +++ b/doc/en/GtkSharp/RcPropertyParserWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RedirectArgs.xml b/doc/en/GtkSharp/RedirectArgs.xml index 95e24d6c5..282f41f73 100644 --- a/doc/en/GtkSharp/RedirectArgs.xml +++ b/doc/en/GtkSharp/RedirectArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RedirectHandler.xml b/doc/en/GtkSharp/RedirectHandler.xml index 05e0bc156..6cc97cdca 100644 --- a/doc/en/GtkSharp/RedirectHandler.xml +++ b/doc/en/GtkSharp/RedirectHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RemovedArgs.xml b/doc/en/GtkSharp/RemovedArgs.xml index da30ac7a8..1947b8e6a 100644 --- a/doc/en/GtkSharp/RemovedArgs.xml +++ b/doc/en/GtkSharp/RemovedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RemovedHandler.xml b/doc/en/GtkSharp/RemovedHandler.xml index 5417a1f03..61706da9c 100644 --- a/doc/en/GtkSharp/RemovedHandler.xml +++ b/doc/en/GtkSharp/RemovedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RenderArgs.xml b/doc/en/GtkSharp/RenderArgs.xml index e22fb16dd..fa2e1374a 100644 --- a/doc/en/GtkSharp/RenderArgs.xml +++ b/doc/en/GtkSharp/RenderArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RenderHandler.xml b/doc/en/GtkSharp/RenderHandler.xml index 317ca5795..c09651084 100644 --- a/doc/en/GtkSharp/RenderHandler.xml +++ b/doc/en/GtkSharp/RenderHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ResponseArgs.xml b/doc/en/GtkSharp/ResponseArgs.xml index 77d798ad3..1e13e6f03 100644 --- a/doc/en/GtkSharp/ResponseArgs.xml +++ b/doc/en/GtkSharp/ResponseArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ResponseHandler.xml b/doc/en/GtkSharp/ResponseHandler.xml index 2c13987d9..e00c5c4dd 100644 --- a/doc/en/GtkSharp/ResponseHandler.xml +++ b/doc/en/GtkSharp/ResponseHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RetrieveSurroundingArgs.xml b/doc/en/GtkSharp/RetrieveSurroundingArgs.xml index bf7aaea19..d5c80c699 100644 --- a/doc/en/GtkSharp/RetrieveSurroundingArgs.xml +++ b/doc/en/GtkSharp/RetrieveSurroundingArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RetrieveSurroundingHandler.xml b/doc/en/GtkSharp/RetrieveSurroundingHandler.xml index 0764579dd..63a1670fb 100644 --- a/doc/en/GtkSharp/RetrieveSurroundingHandler.xml +++ b/doc/en/GtkSharp/RetrieveSurroundingHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowActivatedArgs.xml b/doc/en/GtkSharp/RowActivatedArgs.xml index 820f82f6d..f224e2674 100644 --- a/doc/en/GtkSharp/RowActivatedArgs.xml +++ b/doc/en/GtkSharp/RowActivatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowActivatedHandler.xml b/doc/en/GtkSharp/RowActivatedHandler.xml index d16d18b93..e3ed97560 100644 --- a/doc/en/GtkSharp/RowActivatedHandler.xml +++ b/doc/en/GtkSharp/RowActivatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowChangedArgs.xml b/doc/en/GtkSharp/RowChangedArgs.xml index 4cb00dbf5..e5739102e 100644 --- a/doc/en/GtkSharp/RowChangedArgs.xml +++ b/doc/en/GtkSharp/RowChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowChangedHandler.xml b/doc/en/GtkSharp/RowChangedHandler.xml index c35692868..fc3be1cfa 100644 --- a/doc/en/GtkSharp/RowChangedHandler.xml +++ b/doc/en/GtkSharp/RowChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowCollapsedArgs.xml b/doc/en/GtkSharp/RowCollapsedArgs.xml index 13cef16d3..2ef27fe9a 100644 --- a/doc/en/GtkSharp/RowCollapsedArgs.xml +++ b/doc/en/GtkSharp/RowCollapsedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowCollapsedHandler.xml b/doc/en/GtkSharp/RowCollapsedHandler.xml index 37aa95512..8d9ce34ef 100644 --- a/doc/en/GtkSharp/RowCollapsedHandler.xml +++ b/doc/en/GtkSharp/RowCollapsedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowDeletedArgs.xml b/doc/en/GtkSharp/RowDeletedArgs.xml index 2c21cd699..e4cb1628b 100644 --- a/doc/en/GtkSharp/RowDeletedArgs.xml +++ b/doc/en/GtkSharp/RowDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowDeletedHandler.xml b/doc/en/GtkSharp/RowDeletedHandler.xml index 140439af9..d816d1137 100644 --- a/doc/en/GtkSharp/RowDeletedHandler.xml +++ b/doc/en/GtkSharp/RowDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowExpandedArgs.xml b/doc/en/GtkSharp/RowExpandedArgs.xml index d8c475e16..62447a4f5 100644 --- a/doc/en/GtkSharp/RowExpandedArgs.xml +++ b/doc/en/GtkSharp/RowExpandedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowExpandedHandler.xml b/doc/en/GtkSharp/RowExpandedHandler.xml index b82fa015c..1c6efdc00 100644 --- a/doc/en/GtkSharp/RowExpandedHandler.xml +++ b/doc/en/GtkSharp/RowExpandedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowHasChildToggledArgs.xml b/doc/en/GtkSharp/RowHasChildToggledArgs.xml index 9e9f9e546..d41829a62 100644 --- a/doc/en/GtkSharp/RowHasChildToggledArgs.xml +++ b/doc/en/GtkSharp/RowHasChildToggledArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowHasChildToggledHandler.xml b/doc/en/GtkSharp/RowHasChildToggledHandler.xml index 44ac07e88..4ffa2f6a0 100644 --- a/doc/en/GtkSharp/RowHasChildToggledHandler.xml +++ b/doc/en/GtkSharp/RowHasChildToggledHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowInsertedArgs.xml b/doc/en/GtkSharp/RowInsertedArgs.xml index 62993caec..436a17c5d 100644 --- a/doc/en/GtkSharp/RowInsertedArgs.xml +++ b/doc/en/GtkSharp/RowInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowInsertedHandler.xml b/doc/en/GtkSharp/RowInsertedHandler.xml index e3f607d1e..3d0411486 100644 --- a/doc/en/GtkSharp/RowInsertedHandler.xml +++ b/doc/en/GtkSharp/RowInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowsReorderedArgs.xml b/doc/en/GtkSharp/RowsReorderedArgs.xml index 6c242fa0c..70e0c6d49 100644 --- a/doc/en/GtkSharp/RowsReorderedArgs.xml +++ b/doc/en/GtkSharp/RowsReorderedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/RowsReorderedHandler.xml b/doc/en/GtkSharp/RowsReorderedHandler.xml index 22290b48c..2a775d2a8 100644 --- a/doc/en/GtkSharp/RowsReorderedHandler.xml +++ b/doc/en/GtkSharp/RowsReorderedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollAdjustmentsSetArgs.xml b/doc/en/GtkSharp/ScrollAdjustmentsSetArgs.xml index c5e0d42be..b333a3b42 100644 --- a/doc/en/GtkSharp/ScrollAdjustmentsSetArgs.xml +++ b/doc/en/GtkSharp/ScrollAdjustmentsSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollAdjustmentsSetHandler.xml b/doc/en/GtkSharp/ScrollAdjustmentsSetHandler.xml index e07098914..5c943c620 100644 --- a/doc/en/GtkSharp/ScrollAdjustmentsSetHandler.xml +++ b/doc/en/GtkSharp/ScrollAdjustmentsSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollArgs.xml b/doc/en/GtkSharp/ScrollArgs.xml index ec9b4c0f3..fc35bc978 100644 --- a/doc/en/GtkSharp/ScrollArgs.xml +++ b/doc/en/GtkSharp/ScrollArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollChildArgs.xml b/doc/en/GtkSharp/ScrollChildArgs.xml index a1a5616d3..195216465 100644 --- a/doc/en/GtkSharp/ScrollChildArgs.xml +++ b/doc/en/GtkSharp/ScrollChildArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollChildHandler.xml b/doc/en/GtkSharp/ScrollChildHandler.xml index 2b60a7f20..8976b6399 100644 --- a/doc/en/GtkSharp/ScrollChildHandler.xml +++ b/doc/en/GtkSharp/ScrollChildHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollEventArgs.xml b/doc/en/GtkSharp/ScrollEventArgs.xml index 072049223..a8ec6a087 100644 --- a/doc/en/GtkSharp/ScrollEventArgs.xml +++ b/doc/en/GtkSharp/ScrollEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollEventHandler.xml b/doc/en/GtkSharp/ScrollEventHandler.xml index f20ebd97d..255aa8066 100644 --- a/doc/en/GtkSharp/ScrollEventHandler.xml +++ b/doc/en/GtkSharp/ScrollEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ScrollHandler.xml b/doc/en/GtkSharp/ScrollHandler.xml index 0ef794c9b..5a8e061fc 100644 --- a/doc/en/GtkSharp/ScrollHandler.xml +++ b/doc/en/GtkSharp/ScrollHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectCursorRowArgs.xml b/doc/en/GtkSharp/SelectCursorRowArgs.xml index 2fc0db676..53f56ca63 100644 --- a/doc/en/GtkSharp/SelectCursorRowArgs.xml +++ b/doc/en/GtkSharp/SelectCursorRowArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectCursorRowHandler.xml b/doc/en/GtkSharp/SelectCursorRowHandler.xml index c171d622e..b449ab51f 100644 --- a/doc/en/GtkSharp/SelectCursorRowHandler.xml +++ b/doc/en/GtkSharp/SelectCursorRowHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectPageArgs.xml b/doc/en/GtkSharp/SelectPageArgs.xml index ad3124203..b469f24ed 100644 --- a/doc/en/GtkSharp/SelectPageArgs.xml +++ b/doc/en/GtkSharp/SelectPageArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectPageHandler.xml b/doc/en/GtkSharp/SelectPageHandler.xml index 0d75d8089..b94f25120 100644 --- a/doc/en/GtkSharp/SelectPageHandler.xml +++ b/doc/en/GtkSharp/SelectPageHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionClearEventArgs.xml b/doc/en/GtkSharp/SelectionClearEventArgs.xml index e3fdb2ce3..94faa0a7c 100644 --- a/doc/en/GtkSharp/SelectionClearEventArgs.xml +++ b/doc/en/GtkSharp/SelectionClearEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionClearEventHandler.xml b/doc/en/GtkSharp/SelectionClearEventHandler.xml index 53ec6645a..42d004b79 100644 --- a/doc/en/GtkSharp/SelectionClearEventHandler.xml +++ b/doc/en/GtkSharp/SelectionClearEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionGetArgs.xml b/doc/en/GtkSharp/SelectionGetArgs.xml index 27e6d9256..af2506000 100644 --- a/doc/en/GtkSharp/SelectionGetArgs.xml +++ b/doc/en/GtkSharp/SelectionGetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionGetHandler.xml b/doc/en/GtkSharp/SelectionGetHandler.xml index 1d631510b..2d9784c55 100644 --- a/doc/en/GtkSharp/SelectionGetHandler.xml +++ b/doc/en/GtkSharp/SelectionGetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionNotifyEventArgs.xml b/doc/en/GtkSharp/SelectionNotifyEventArgs.xml index f366dd268..f9cde4f87 100644 --- a/doc/en/GtkSharp/SelectionNotifyEventArgs.xml +++ b/doc/en/GtkSharp/SelectionNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionNotifyEventHandler.xml b/doc/en/GtkSharp/SelectionNotifyEventHandler.xml index 127d75db4..4d219f0b5 100644 --- a/doc/en/GtkSharp/SelectionNotifyEventHandler.xml +++ b/doc/en/GtkSharp/SelectionNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionReceivedArgs.xml b/doc/en/GtkSharp/SelectionReceivedArgs.xml index 8bf27f8d0..629bccb6e 100644 --- a/doc/en/GtkSharp/SelectionReceivedArgs.xml +++ b/doc/en/GtkSharp/SelectionReceivedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionReceivedHandler.xml b/doc/en/GtkSharp/SelectionReceivedHandler.xml index d126e5a35..4c7a28c43 100644 --- a/doc/en/GtkSharp/SelectionReceivedHandler.xml +++ b/doc/en/GtkSharp/SelectionReceivedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionRequestEventArgs.xml b/doc/en/GtkSharp/SelectionRequestEventArgs.xml index 024584131..67bd95e33 100644 --- a/doc/en/GtkSharp/SelectionRequestEventArgs.xml +++ b/doc/en/GtkSharp/SelectionRequestEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SelectionRequestEventHandler.xml b/doc/en/GtkSharp/SelectionRequestEventHandler.xml index 20b9f31c6..cc15aee4f 100644 --- a/doc/en/GtkSharp/SelectionRequestEventHandler.xml +++ b/doc/en/GtkSharp/SelectionRequestEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetBaseArgs.xml b/doc/en/GtkSharp/SetBaseArgs.xml index 2509c9df1..2506b7f46 100644 --- a/doc/en/GtkSharp/SetBaseArgs.xml +++ b/doc/en/GtkSharp/SetBaseArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetBaseHandler.xml b/doc/en/GtkSharp/SetBaseHandler.xml index 355e261d8..d996a836d 100644 --- a/doc/en/GtkSharp/SetBaseHandler.xml +++ b/doc/en/GtkSharp/SetBaseHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetBaseTargetArgs.xml b/doc/en/GtkSharp/SetBaseTargetArgs.xml index 0ac5370fd..5f0990d8c 100644 --- a/doc/en/GtkSharp/SetBaseTargetArgs.xml +++ b/doc/en/GtkSharp/SetBaseTargetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetBaseTargetHandler.xml b/doc/en/GtkSharp/SetBaseTargetHandler.xml index 51125efe0..0148a0e87 100644 --- a/doc/en/GtkSharp/SetBaseTargetHandler.xml +++ b/doc/en/GtkSharp/SetBaseTargetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetFocusArgs.xml b/doc/en/GtkSharp/SetFocusArgs.xml index 1fbc2a330..018706832 100644 --- a/doc/en/GtkSharp/SetFocusArgs.xml +++ b/doc/en/GtkSharp/SetFocusArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SetFocusHandler.xml b/doc/en/GtkSharp/SetFocusHandler.xml index 8b851f015..9e74878c7 100644 --- a/doc/en/GtkSharp/SetFocusHandler.xml +++ b/doc/en/GtkSharp/SetFocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SignalArgs.xml b/doc/en/GtkSharp/SignalArgs.xml index c31d7dadc..fb483b83e 100644 --- a/doc/en/GtkSharp/SignalArgs.xml +++ b/doc/en/GtkSharp/SignalArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SignalCallback.xml b/doc/en/GtkSharp/SignalCallback.xml index 794cbbc16..672b20edd 100644 --- a/doc/en/GtkSharp/SignalCallback.xml +++ b/doc/en/GtkSharp/SignalCallback.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SignalFuncNative.xml b/doc/en/GtkSharp/SignalFuncNative.xml index 447c3c147..b6a1b0d84 100644 --- a/doc/en/GtkSharp/SignalFuncNative.xml +++ b/doc/en/GtkSharp/SignalFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SignalFuncWrapper.xml b/doc/en/GtkSharp/SignalFuncWrapper.xml index 0d8dba633..b3ea292ec 100644 --- a/doc/en/GtkSharp/SignalFuncWrapper.xml +++ b/doc/en/GtkSharp/SignalFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SizeAllocatedArgs.xml b/doc/en/GtkSharp/SizeAllocatedArgs.xml index c023adb93..7c611f025 100644 --- a/doc/en/GtkSharp/SizeAllocatedArgs.xml +++ b/doc/en/GtkSharp/SizeAllocatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SizeAllocatedHandler.xml b/doc/en/GtkSharp/SizeAllocatedHandler.xml index 7385187b8..9524acf6b 100644 --- a/doc/en/GtkSharp/SizeAllocatedHandler.xml +++ b/doc/en/GtkSharp/SizeAllocatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SizeRequestedArgs.xml b/doc/en/GtkSharp/SizeRequestedArgs.xml index 847ac6521..52bae5bf0 100644 --- a/doc/en/GtkSharp/SizeRequestedArgs.xml +++ b/doc/en/GtkSharp/SizeRequestedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SizeRequestedHandler.xml b/doc/en/GtkSharp/SizeRequestedHandler.xml index 5d5c67c1e..92db577c3 100644 --- a/doc/en/GtkSharp/SizeRequestedHandler.xml +++ b/doc/en/GtkSharp/SizeRequestedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StateChangedArgs.xml b/doc/en/GtkSharp/StateChangedArgs.xml index fb917ddee..4d927963c 100644 --- a/doc/en/GtkSharp/StateChangedArgs.xml +++ b/doc/en/GtkSharp/StateChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StateChangedHandler.xml b/doc/en/GtkSharp/StateChangedHandler.xml index 810550a8e..aa8251786 100644 --- a/doc/en/GtkSharp/StateChangedHandler.xml +++ b/doc/en/GtkSharp/StateChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StyleChangedArgs.xml b/doc/en/GtkSharp/StyleChangedArgs.xml index 8a00326e0..926af0160 100644 --- a/doc/en/GtkSharp/StyleChangedArgs.xml +++ b/doc/en/GtkSharp/StyleChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StyleChangedHandler.xml b/doc/en/GtkSharp/StyleChangedHandler.xml index 22aa4cc8b..807057e8d 100644 --- a/doc/en/GtkSharp/StyleChangedHandler.xml +++ b/doc/en/GtkSharp/StyleChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StyleSetArgs.xml b/doc/en/GtkSharp/StyleSetArgs.xml index 7fa5dbc24..9d664f1ae 100644 --- a/doc/en/GtkSharp/StyleSetArgs.xml +++ b/doc/en/GtkSharp/StyleSetArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/StyleSetHandler.xml b/doc/en/GtkSharp/StyleSetHandler.xml index 5fe4cb7b8..56dd0a02e 100644 --- a/doc/en/GtkSharp/StyleSetHandler.xml +++ b/doc/en/GtkSharp/StyleSetHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SubmitArgs.xml b/doc/en/GtkSharp/SubmitArgs.xml index 98b0f4192..aaff238ad 100644 --- a/doc/en/GtkSharp/SubmitArgs.xml +++ b/doc/en/GtkSharp/SubmitArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SubmitHandler.xml b/doc/en/GtkSharp/SubmitHandler.xml index c8eca671a..d30e397a1 100644 --- a/doc/en/GtkSharp/SubmitHandler.xml +++ b/doc/en/GtkSharp/SubmitHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SurroundingDeletedArgs.xml b/doc/en/GtkSharp/SurroundingDeletedArgs.xml index c170a62b2..50041cf85 100644 --- a/doc/en/GtkSharp/SurroundingDeletedArgs.xml +++ b/doc/en/GtkSharp/SurroundingDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SurroundingDeletedHandler.xml b/doc/en/GtkSharp/SurroundingDeletedHandler.xml index 2facc1267..a91ffa317 100644 --- a/doc/en/GtkSharp/SurroundingDeletedHandler.xml +++ b/doc/en/GtkSharp/SurroundingDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SwitchPageArgs.xml b/doc/en/GtkSharp/SwitchPageArgs.xml index fc954a440..c41d87e3e 100644 --- a/doc/en/GtkSharp/SwitchPageArgs.xml +++ b/doc/en/GtkSharp/SwitchPageArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/SwitchPageHandler.xml b/doc/en/GtkSharp/SwitchPageHandler.xml index e0533233b..0a4975b21 100644 --- a/doc/en/GtkSharp/SwitchPageHandler.xml +++ b/doc/en/GtkSharp/SwitchPageHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagAddedArgs.xml b/doc/en/GtkSharp/TagAddedArgs.xml index 5fde321c9..fa716e71e 100644 --- a/doc/en/GtkSharp/TagAddedArgs.xml +++ b/doc/en/GtkSharp/TagAddedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagAddedHandler.xml b/doc/en/GtkSharp/TagAddedHandler.xml index dfe23a5be..ede2f8444 100644 --- a/doc/en/GtkSharp/TagAddedHandler.xml +++ b/doc/en/GtkSharp/TagAddedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagAppliedArgs.xml b/doc/en/GtkSharp/TagAppliedArgs.xml index c4c9b5546..da5b21ecb 100644 --- a/doc/en/GtkSharp/TagAppliedArgs.xml +++ b/doc/en/GtkSharp/TagAppliedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagAppliedHandler.xml b/doc/en/GtkSharp/TagAppliedHandler.xml index d56039f1b..046d732ac 100644 --- a/doc/en/GtkSharp/TagAppliedHandler.xml +++ b/doc/en/GtkSharp/TagAppliedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagChangedArgs.xml b/doc/en/GtkSharp/TagChangedArgs.xml index 1b533e9b2..a25ae3c92 100644 --- a/doc/en/GtkSharp/TagChangedArgs.xml +++ b/doc/en/GtkSharp/TagChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagChangedHandler.xml b/doc/en/GtkSharp/TagChangedHandler.xml index 85d888b03..122469d6f 100644 --- a/doc/en/GtkSharp/TagChangedHandler.xml +++ b/doc/en/GtkSharp/TagChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagRemovedArgs.xml b/doc/en/GtkSharp/TagRemovedArgs.xml index dd2519594..b005ef48b 100644 --- a/doc/en/GtkSharp/TagRemovedArgs.xml +++ b/doc/en/GtkSharp/TagRemovedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TagRemovedHandler.xml b/doc/en/GtkSharp/TagRemovedHandler.xml index 01ef6daed..3ffc4f677 100644 --- a/doc/en/GtkSharp/TagRemovedHandler.xml +++ b/doc/en/GtkSharp/TagRemovedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TestCollapseRowArgs.xml b/doc/en/GtkSharp/TestCollapseRowArgs.xml index e543cba81..c0513efb3 100644 --- a/doc/en/GtkSharp/TestCollapseRowArgs.xml +++ b/doc/en/GtkSharp/TestCollapseRowArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TestCollapseRowHandler.xml b/doc/en/GtkSharp/TestCollapseRowHandler.xml index 8ffb7fc46..e7dd27abb 100644 --- a/doc/en/GtkSharp/TestCollapseRowHandler.xml +++ b/doc/en/GtkSharp/TestCollapseRowHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TestExpandRowArgs.xml b/doc/en/GtkSharp/TestExpandRowArgs.xml index fdd45e2d2..1a21815a3 100644 --- a/doc/en/GtkSharp/TestExpandRowArgs.xml +++ b/doc/en/GtkSharp/TestExpandRowArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TestExpandRowHandler.xml b/doc/en/GtkSharp/TestExpandRowHandler.xml index a1836abed..2f08c2686 100644 --- a/doc/en/GtkSharp/TestExpandRowHandler.xml +++ b/doc/en/GtkSharp/TestExpandRowHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextCharPredicateNative.xml b/doc/en/GtkSharp/TextCharPredicateNative.xml index 4af2bbc36..dd1e60766 100644 --- a/doc/en/GtkSharp/TextCharPredicateNative.xml +++ b/doc/en/GtkSharp/TextCharPredicateNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextCharPredicateWrapper.xml b/doc/en/GtkSharp/TextCharPredicateWrapper.xml index fa0b2dcb3..e2c6e60d4 100644 --- a/doc/en/GtkSharp/TextCharPredicateWrapper.xml +++ b/doc/en/GtkSharp/TextCharPredicateWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextDeletedArgs.xml b/doc/en/GtkSharp/TextDeletedArgs.xml index c44717066..9b9606796 100644 --- a/doc/en/GtkSharp/TextDeletedArgs.xml +++ b/doc/en/GtkSharp/TextDeletedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextDeletedHandler.xml b/doc/en/GtkSharp/TextDeletedHandler.xml index bba2eb969..92e2e304d 100644 --- a/doc/en/GtkSharp/TextDeletedHandler.xml +++ b/doc/en/GtkSharp/TextDeletedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextInsertedArgs.xml b/doc/en/GtkSharp/TextInsertedArgs.xml index 33a65b7c6..f00586a1f 100644 --- a/doc/en/GtkSharp/TextInsertedArgs.xml +++ b/doc/en/GtkSharp/TextInsertedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextInsertedHandler.xml b/doc/en/GtkSharp/TextInsertedHandler.xml index 6ae3021ce..fe7060a5c 100644 --- a/doc/en/GtkSharp/TextInsertedHandler.xml +++ b/doc/en/GtkSharp/TextInsertedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextPoppedArgs.xml b/doc/en/GtkSharp/TextPoppedArgs.xml index 49139b6ab..0a9ec8c0a 100644 --- a/doc/en/GtkSharp/TextPoppedArgs.xml +++ b/doc/en/GtkSharp/TextPoppedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextPoppedHandler.xml b/doc/en/GtkSharp/TextPoppedHandler.xml index d2de51560..5e005b64d 100644 --- a/doc/en/GtkSharp/TextPoppedHandler.xml +++ b/doc/en/GtkSharp/TextPoppedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextPushedArgs.xml b/doc/en/GtkSharp/TextPushedArgs.xml index 3a17c9cd7..0b1ffde65 100644 --- a/doc/en/GtkSharp/TextPushedArgs.xml +++ b/doc/en/GtkSharp/TextPushedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextPushedHandler.xml b/doc/en/GtkSharp/TextPushedHandler.xml index 50fd5113c..56e393301 100644 --- a/doc/en/GtkSharp/TextPushedHandler.xml +++ b/doc/en/GtkSharp/TextPushedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegCheckFuncNative.xml b/doc/en/GtkSharp/TextSegCheckFuncNative.xml index 221e1812d..fb162fb06 100644 --- a/doc/en/GtkSharp/TextSegCheckFuncNative.xml +++ b/doc/en/GtkSharp/TextSegCheckFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegCheckFuncWrapper.xml b/doc/en/GtkSharp/TextSegCheckFuncWrapper.xml index 13cca7174..5ffe62737 100644 --- a/doc/en/GtkSharp/TextSegCheckFuncWrapper.xml +++ b/doc/en/GtkSharp/TextSegCheckFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegCleanupFuncNative.xml b/doc/en/GtkSharp/TextSegCleanupFuncNative.xml index d7f1a3987..5a093498a 100644 --- a/doc/en/GtkSharp/TextSegCleanupFuncNative.xml +++ b/doc/en/GtkSharp/TextSegCleanupFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegCleanupFuncWrapper.xml b/doc/en/GtkSharp/TextSegCleanupFuncWrapper.xml index 63fa7cc71..749c46cc9 100644 --- a/doc/en/GtkSharp/TextSegCleanupFuncWrapper.xml +++ b/doc/en/GtkSharp/TextSegCleanupFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegDeleteFuncNative.xml b/doc/en/GtkSharp/TextSegDeleteFuncNative.xml index 2fdadfc4e..da8614dac 100644 --- a/doc/en/GtkSharp/TextSegDeleteFuncNative.xml +++ b/doc/en/GtkSharp/TextSegDeleteFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegDeleteFuncWrapper.xml b/doc/en/GtkSharp/TextSegDeleteFuncWrapper.xml index bab789ef6..211761534 100644 --- a/doc/en/GtkSharp/TextSegDeleteFuncWrapper.xml +++ b/doc/en/GtkSharp/TextSegDeleteFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegLineChangeFuncNative.xml b/doc/en/GtkSharp/TextSegLineChangeFuncNative.xml index 1401cb5f4..abef02378 100644 --- a/doc/en/GtkSharp/TextSegLineChangeFuncNative.xml +++ b/doc/en/GtkSharp/TextSegLineChangeFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegLineChangeFuncWrapper.xml b/doc/en/GtkSharp/TextSegLineChangeFuncWrapper.xml index 694c049f3..8db74fff9 100644 --- a/doc/en/GtkSharp/TextSegLineChangeFuncWrapper.xml +++ b/doc/en/GtkSharp/TextSegLineChangeFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegSplitFuncNative.xml b/doc/en/GtkSharp/TextSegSplitFuncNative.xml index c6124440e..a946c6020 100644 --- a/doc/en/GtkSharp/TextSegSplitFuncNative.xml +++ b/doc/en/GtkSharp/TextSegSplitFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextSegSplitFuncWrapper.xml b/doc/en/GtkSharp/TextSegSplitFuncWrapper.xml index 92c33624c..0194b812c 100644 --- a/doc/en/GtkSharp/TextSegSplitFuncWrapper.xml +++ b/doc/en/GtkSharp/TextSegSplitFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextTagTableForeachNative.xml b/doc/en/GtkSharp/TextTagTableForeachNative.xml index 687f90fcb..2305f368d 100644 --- a/doc/en/GtkSharp/TextTagTableForeachNative.xml +++ b/doc/en/GtkSharp/TextTagTableForeachNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextTagTableForeachWrapper.xml b/doc/en/GtkSharp/TextTagTableForeachWrapper.xml index 6edd998b0..7cc7ddfb7 100644 --- a/doc/en/GtkSharp/TextTagTableForeachWrapper.xml +++ b/doc/en/GtkSharp/TextTagTableForeachWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextUtilCharChosenFuncNative.xml b/doc/en/GtkSharp/TextUtilCharChosenFuncNative.xml index fe72b53b4..6054b54b2 100644 --- a/doc/en/GtkSharp/TextUtilCharChosenFuncNative.xml +++ b/doc/en/GtkSharp/TextUtilCharChosenFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TextUtilCharChosenFuncWrapper.xml b/doc/en/GtkSharp/TextUtilCharChosenFuncWrapper.xml index 180b6fb3a..bfaee8c47 100644 --- a/doc/en/GtkSharp/TextUtilCharChosenFuncWrapper.xml +++ b/doc/en/GtkSharp/TextUtilCharChosenFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TitleChangedArgs.xml b/doc/en/GtkSharp/TitleChangedArgs.xml index b9a923d02..fb8fe9762 100644 --- a/doc/en/GtkSharp/TitleChangedArgs.xml +++ b/doc/en/GtkSharp/TitleChangedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TitleChangedHandler.xml b/doc/en/GtkSharp/TitleChangedHandler.xml index b671c0a11..a05570bfb 100644 --- a/doc/en/GtkSharp/TitleChangedHandler.xml +++ b/doc/en/GtkSharp/TitleChangedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleHandleFocusArgs.xml b/doc/en/GtkSharp/ToggleHandleFocusArgs.xml index 4452de8bd..b2e6760a6 100644 --- a/doc/en/GtkSharp/ToggleHandleFocusArgs.xml +++ b/doc/en/GtkSharp/ToggleHandleFocusArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleHandleFocusHandler.xml b/doc/en/GtkSharp/ToggleHandleFocusHandler.xml index 59b3d3e94..f05c86751 100644 --- a/doc/en/GtkSharp/ToggleHandleFocusHandler.xml +++ b/doc/en/GtkSharp/ToggleHandleFocusHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleSizeAllocatedArgs.xml b/doc/en/GtkSharp/ToggleSizeAllocatedArgs.xml index fada10742..15018cc5b 100644 --- a/doc/en/GtkSharp/ToggleSizeAllocatedArgs.xml +++ b/doc/en/GtkSharp/ToggleSizeAllocatedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleSizeAllocatedHandler.xml b/doc/en/GtkSharp/ToggleSizeAllocatedHandler.xml index 1e5bd3c5a..1e9fd1325 100644 --- a/doc/en/GtkSharp/ToggleSizeAllocatedHandler.xml +++ b/doc/en/GtkSharp/ToggleSizeAllocatedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleSizeRequestedArgs.xml b/doc/en/GtkSharp/ToggleSizeRequestedArgs.xml index 289713986..4bd0f4355 100644 --- a/doc/en/GtkSharp/ToggleSizeRequestedArgs.xml +++ b/doc/en/GtkSharp/ToggleSizeRequestedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggleSizeRequestedHandler.xml b/doc/en/GtkSharp/ToggleSizeRequestedHandler.xml index 729ee56e5..e5ef080b1 100644 --- a/doc/en/GtkSharp/ToggleSizeRequestedHandler.xml +++ b/doc/en/GtkSharp/ToggleSizeRequestedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggledArgs.xml b/doc/en/GtkSharp/ToggledArgs.xml index a87f851f7..6a297a498 100644 --- a/doc/en/GtkSharp/ToggledArgs.xml +++ b/doc/en/GtkSharp/ToggledArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/ToggledHandler.xml b/doc/en/GtkSharp/ToggledHandler.xml index 31f67aec3..fd0aefd0c 100644 --- a/doc/en/GtkSharp/ToggledHandler.xml +++ b/doc/en/GtkSharp/ToggledHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TranslateFuncNative.xml b/doc/en/GtkSharp/TranslateFuncNative.xml index 58e1ef9b0..3071c192d 100644 --- a/doc/en/GtkSharp/TranslateFuncNative.xml +++ b/doc/en/GtkSharp/TranslateFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TranslateFuncWrapper.xml b/doc/en/GtkSharp/TranslateFuncWrapper.xml index 3c66596e1..db208ad94 100644 --- a/doc/en/GtkSharp/TranslateFuncWrapper.xml +++ b/doc/en/GtkSharp/TranslateFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeCellDataFuncNative.xml b/doc/en/GtkSharp/TreeCellDataFuncNative.xml index e56799f1e..20cfa2585 100644 --- a/doc/en/GtkSharp/TreeCellDataFuncNative.xml +++ b/doc/en/GtkSharp/TreeCellDataFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeCellDataFuncWrapper.xml b/doc/en/GtkSharp/TreeCellDataFuncWrapper.xml index 14a6aebc8..9b34b66c9 100644 --- a/doc/en/GtkSharp/TreeCellDataFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeCellDataFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeDestroyCountFuncNative.xml b/doc/en/GtkSharp/TreeDestroyCountFuncNative.xml index 2b9dcb727..9974b1790 100644 --- a/doc/en/GtkSharp/TreeDestroyCountFuncNative.xml +++ b/doc/en/GtkSharp/TreeDestroyCountFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeDestroyCountFuncWrapper.xml b/doc/en/GtkSharp/TreeDestroyCountFuncWrapper.xml index dd6787ecc..054f34a50 100644 --- a/doc/en/GtkSharp/TreeDestroyCountFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeDestroyCountFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeIterCompareFuncNative.xml b/doc/en/GtkSharp/TreeIterCompareFuncNative.xml index b10226bd9..4e43c53de 100644 --- a/doc/en/GtkSharp/TreeIterCompareFuncNative.xml +++ b/doc/en/GtkSharp/TreeIterCompareFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeIterCompareFuncWrapper.xml b/doc/en/GtkSharp/TreeIterCompareFuncWrapper.xml index 69779f82a..d57f8cf91 100644 --- a/doc/en/GtkSharp/TreeIterCompareFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeIterCompareFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeModelForeachFuncNative.xml b/doc/en/GtkSharp/TreeModelForeachFuncNative.xml index c5a2d0a34..b4077bf11 100644 --- a/doc/en/GtkSharp/TreeModelForeachFuncNative.xml +++ b/doc/en/GtkSharp/TreeModelForeachFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeModelForeachFuncWrapper.xml b/doc/en/GtkSharp/TreeModelForeachFuncWrapper.xml index a7ac0a455..f34fcc98e 100644 --- a/doc/en/GtkSharp/TreeModelForeachFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeModelForeachFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeSelectionForeachFuncNative.xml b/doc/en/GtkSharp/TreeSelectionForeachFuncNative.xml index b630b843f..76e6ab5e7 100644 --- a/doc/en/GtkSharp/TreeSelectionForeachFuncNative.xml +++ b/doc/en/GtkSharp/TreeSelectionForeachFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeSelectionForeachFuncWrapper.xml b/doc/en/GtkSharp/TreeSelectionForeachFuncWrapper.xml index 742e92756..472092ec3 100644 --- a/doc/en/GtkSharp/TreeSelectionForeachFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeSelectionForeachFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeSelectionFuncNative.xml b/doc/en/GtkSharp/TreeSelectionFuncNative.xml index 88fc0046e..4db9245d8 100644 --- a/doc/en/GtkSharp/TreeSelectionFuncNative.xml +++ b/doc/en/GtkSharp/TreeSelectionFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeSelectionFuncWrapper.xml b/doc/en/GtkSharp/TreeSelectionFuncWrapper.xml index d23eea6ec..8d7b16c5e 100644 --- a/doc/en/GtkSharp/TreeSelectionFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeSelectionFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewColumnDropFuncNative.xml b/doc/en/GtkSharp/TreeViewColumnDropFuncNative.xml index a2c380ecb..436c45c9a 100644 --- a/doc/en/GtkSharp/TreeViewColumnDropFuncNative.xml +++ b/doc/en/GtkSharp/TreeViewColumnDropFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewColumnDropFuncWrapper.xml b/doc/en/GtkSharp/TreeViewColumnDropFuncWrapper.xml index c234eb4fe..d8e6439fd 100644 --- a/doc/en/GtkSharp/TreeViewColumnDropFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeViewColumnDropFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewMappingFuncNative.xml b/doc/en/GtkSharp/TreeViewMappingFuncNative.xml index ef3bd0527..6b0c1d737 100644 --- a/doc/en/GtkSharp/TreeViewMappingFuncNative.xml +++ b/doc/en/GtkSharp/TreeViewMappingFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewMappingFuncWrapper.xml b/doc/en/GtkSharp/TreeViewMappingFuncWrapper.xml index f475748d7..04166f109 100644 --- a/doc/en/GtkSharp/TreeViewMappingFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeViewMappingFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewSearchEqualFuncNative.xml b/doc/en/GtkSharp/TreeViewSearchEqualFuncNative.xml index 88635eb8e..bd7749900 100644 --- a/doc/en/GtkSharp/TreeViewSearchEqualFuncNative.xml +++ b/doc/en/GtkSharp/TreeViewSearchEqualFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/TreeViewSearchEqualFuncWrapper.xml b/doc/en/GtkSharp/TreeViewSearchEqualFuncWrapper.xml index 986b89a82..03ee6468e 100644 --- a/doc/en/GtkSharp/TreeViewSearchEqualFuncWrapper.xml +++ b/doc/en/GtkSharp/TreeViewSearchEqualFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UnmapEventArgs.xml b/doc/en/GtkSharp/UnmapEventArgs.xml index 2e8accf1a..e899e8b44 100644 --- a/doc/en/GtkSharp/UnmapEventArgs.xml +++ b/doc/en/GtkSharp/UnmapEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UnmapEventHandler.xml b/doc/en/GtkSharp/UnmapEventHandler.xml index 3de78c5f1..65d75db3e 100644 --- a/doc/en/GtkSharp/UnmapEventHandler.xml +++ b/doc/en/GtkSharp/UnmapEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UpdateArgs.xml b/doc/en/GtkSharp/UpdateArgs.xml index 00bcd1262..a1f21c725 100644 --- a/doc/en/GtkSharp/UpdateArgs.xml +++ b/doc/en/GtkSharp/UpdateArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UpdateHandler.xml b/doc/en/GtkSharp/UpdateHandler.xml index a785a6e67..fbc52176b 100644 --- a/doc/en/GtkSharp/UpdateHandler.xml +++ b/doc/en/GtkSharp/UpdateHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UrlRequestedArgs.xml b/doc/en/GtkSharp/UrlRequestedArgs.xml index fa66a7477..ed91b3714 100644 --- a/doc/en/GtkSharp/UrlRequestedArgs.xml +++ b/doc/en/GtkSharp/UrlRequestedArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/UrlRequestedHandler.xml b/doc/en/GtkSharp/UrlRequestedHandler.xml index 6e7e2eae3..7fbc69834 100644 --- a/doc/en/GtkSharp/UrlRequestedHandler.xml +++ b/doc/en/GtkSharp/UrlRequestedHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/VisibilityNotifyEventArgs.xml b/doc/en/GtkSharp/VisibilityNotifyEventArgs.xml index 4ddb7ec96..677800b90 100644 --- a/doc/en/GtkSharp/VisibilityNotifyEventArgs.xml +++ b/doc/en/GtkSharp/VisibilityNotifyEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/VisibilityNotifyEventHandler.xml b/doc/en/GtkSharp/VisibilityNotifyEventHandler.xml index b63561576..cbd57366d 100644 --- a/doc/en/GtkSharp/VisibilityNotifyEventHandler.xml +++ b/doc/en/GtkSharp/VisibilityNotifyEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/WindowKeysForeachFuncNative.xml b/doc/en/GtkSharp/WindowKeysForeachFuncNative.xml index a1400eff3..2d9a0b8a1 100644 --- a/doc/en/GtkSharp/WindowKeysForeachFuncNative.xml +++ b/doc/en/GtkSharp/WindowKeysForeachFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/WindowKeysForeachFuncWrapper.xml b/doc/en/GtkSharp/WindowKeysForeachFuncWrapper.xml index 4bd314aff..7e4dc35dc 100644 --- a/doc/en/GtkSharp/WindowKeysForeachFuncWrapper.xml +++ b/doc/en/GtkSharp/WindowKeysForeachFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/WindowStateEventArgs.xml b/doc/en/GtkSharp/WindowStateEventArgs.xml index f35c7bd7b..77b3dce80 100644 --- a/doc/en/GtkSharp/WindowStateEventArgs.xml +++ b/doc/en/GtkSharp/WindowStateEventArgs.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/WindowStateEventHandler.xml b/doc/en/GtkSharp/WindowStateEventHandler.xml index b79dd17ef..e3cc69072 100644 --- a/doc/en/GtkSharp/WindowStateEventHandler.xml +++ b/doc/en/GtkSharp/WindowStateEventHandler.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectDelegate.xml b/doc/en/GtkSharp/boolObjectDelegate.xml index e4c4f1009..9ca076cb2 100644 --- a/doc/en/GtkSharp/boolObjectDelegate.xml +++ b/doc/en/GtkSharp/boolObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectDirectionTypeDelegate.xml b/doc/en/GtkSharp/boolObjectDirectionTypeDelegate.xml index 0c5cff108..f9e5b4d5a 100644 --- a/doc/en/GtkSharp/boolObjectDirectionTypeDelegate.xml +++ b/doc/en/GtkSharp/boolObjectDirectionTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectDirectionTypeSignal.xml b/doc/en/GtkSharp/boolObjectDirectionTypeSignal.xml index 22b6f787d..74313d843 100644 --- a/doc/en/GtkSharp/boolObjectDirectionTypeSignal.xml +++ b/doc/en/GtkSharp/boolObjectDirectionTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventAnyDelegate.xml b/doc/en/GtkSharp/boolObjectEventAnyDelegate.xml index 751b66577..6a8446982 100644 --- a/doc/en/GtkSharp/boolObjectEventAnyDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventAnyDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventAnySignal.xml b/doc/en/GtkSharp/boolObjectEventAnySignal.xml index d09cfb4fd..c60133576 100644 --- a/doc/en/GtkSharp/boolObjectEventAnySignal.xml +++ b/doc/en/GtkSharp/boolObjectEventAnySignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventButtonDelegate.xml b/doc/en/GtkSharp/boolObjectEventButtonDelegate.xml index 105126861..6c2f4c0f9 100644 --- a/doc/en/GtkSharp/boolObjectEventButtonDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventButtonDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventButtonSignal.xml b/doc/en/GtkSharp/boolObjectEventButtonSignal.xml index 1b08e639d..20e16f326 100644 --- a/doc/en/GtkSharp/boolObjectEventButtonSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventButtonSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventClientDelegate.xml b/doc/en/GtkSharp/boolObjectEventClientDelegate.xml index d306a084e..3851a1441 100644 --- a/doc/en/GtkSharp/boolObjectEventClientDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventClientDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventClientSignal.xml b/doc/en/GtkSharp/boolObjectEventClientSignal.xml index 452b0c381..366e8a1bb 100644 --- a/doc/en/GtkSharp/boolObjectEventClientSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventClientSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventConfigureDelegate.xml b/doc/en/GtkSharp/boolObjectEventConfigureDelegate.xml index f605e8948..94c0e7f86 100644 --- a/doc/en/GtkSharp/boolObjectEventConfigureDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventConfigureDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventConfigureSignal.xml b/doc/en/GtkSharp/boolObjectEventConfigureSignal.xml index 22ad410aa..28695df2e 100644 --- a/doc/en/GtkSharp/boolObjectEventConfigureSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventConfigureSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventCrossingDelegate.xml b/doc/en/GtkSharp/boolObjectEventCrossingDelegate.xml index dcb8b5201..0804fcba1 100644 --- a/doc/en/GtkSharp/boolObjectEventCrossingDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventCrossingDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventCrossingSignal.xml b/doc/en/GtkSharp/boolObjectEventCrossingSignal.xml index d6d3c82f5..bebf06bc9 100644 --- a/doc/en/GtkSharp/boolObjectEventCrossingSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventCrossingSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventDelegate.xml b/doc/en/GtkSharp/boolObjectEventDelegate.xml index 0f49961b6..158079a0b 100644 --- a/doc/en/GtkSharp/boolObjectEventDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventExposeDelegate.xml b/doc/en/GtkSharp/boolObjectEventExposeDelegate.xml index a7a7af316..d8356f9f8 100644 --- a/doc/en/GtkSharp/boolObjectEventExposeDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventExposeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventExposeSignal.xml b/doc/en/GtkSharp/boolObjectEventExposeSignal.xml index d4613e0fb..99ca2e162 100644 --- a/doc/en/GtkSharp/boolObjectEventExposeSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventExposeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventFocusDelegate.xml b/doc/en/GtkSharp/boolObjectEventFocusDelegate.xml index e7bc8223a..21e290d22 100644 --- a/doc/en/GtkSharp/boolObjectEventFocusDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventFocusDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventFocusSignal.xml b/doc/en/GtkSharp/boolObjectEventFocusSignal.xml index 9e082fd1a..ffc380e63 100644 --- a/doc/en/GtkSharp/boolObjectEventFocusSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventFocusSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventKeyDelegate.xml b/doc/en/GtkSharp/boolObjectEventKeyDelegate.xml index 85981e041..9ed01e3d4 100644 --- a/doc/en/GtkSharp/boolObjectEventKeyDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventKeyDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventKeySignal.xml b/doc/en/GtkSharp/boolObjectEventKeySignal.xml index 4690b89f2..acff045b9 100644 --- a/doc/en/GtkSharp/boolObjectEventKeySignal.xml +++ b/doc/en/GtkSharp/boolObjectEventKeySignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventMotionDelegate.xml b/doc/en/GtkSharp/boolObjectEventMotionDelegate.xml index 84386fb6f..5064f4f72 100644 --- a/doc/en/GtkSharp/boolObjectEventMotionDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventMotionDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventMotionSignal.xml b/doc/en/GtkSharp/boolObjectEventMotionSignal.xml index dcac39124..9805891b5 100644 --- a/doc/en/GtkSharp/boolObjectEventMotionSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventMotionSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventPropertyDelegate.xml b/doc/en/GtkSharp/boolObjectEventPropertyDelegate.xml index 286806710..af8b2cc02 100644 --- a/doc/en/GtkSharp/boolObjectEventPropertyDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventPropertyDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventPropertySignal.xml b/doc/en/GtkSharp/boolObjectEventPropertySignal.xml index f38c8dfa7..c51b3af04 100644 --- a/doc/en/GtkSharp/boolObjectEventPropertySignal.xml +++ b/doc/en/GtkSharp/boolObjectEventPropertySignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventProximityDelegate.xml b/doc/en/GtkSharp/boolObjectEventProximityDelegate.xml index 74e5ae999..433db47e7 100644 --- a/doc/en/GtkSharp/boolObjectEventProximityDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventProximityDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventProximitySignal.xml b/doc/en/GtkSharp/boolObjectEventProximitySignal.xml index 45029b01c..afc3e3f22 100644 --- a/doc/en/GtkSharp/boolObjectEventProximitySignal.xml +++ b/doc/en/GtkSharp/boolObjectEventProximitySignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventScrollDelegate.xml b/doc/en/GtkSharp/boolObjectEventScrollDelegate.xml index 67269d04a..2a21300c9 100644 --- a/doc/en/GtkSharp/boolObjectEventScrollDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventScrollDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventScrollSignal.xml b/doc/en/GtkSharp/boolObjectEventScrollSignal.xml index 7df1344fc..feb7aeba9 100644 --- a/doc/en/GtkSharp/boolObjectEventScrollSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventScrollSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventSelectionDelegate.xml b/doc/en/GtkSharp/boolObjectEventSelectionDelegate.xml index 720b3367a..2fe92929a 100644 --- a/doc/en/GtkSharp/boolObjectEventSelectionDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventSelectionDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventSelectionSignal.xml b/doc/en/GtkSharp/boolObjectEventSelectionSignal.xml index e16a5c2fa..a989f59fc 100644 --- a/doc/en/GtkSharp/boolObjectEventSelectionSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventSelectionSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventSignal.xml b/doc/en/GtkSharp/boolObjectEventSignal.xml index 1aec3c8bd..c076c9e30 100644 --- a/doc/en/GtkSharp/boolObjectEventSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventVisibilityDelegate.xml b/doc/en/GtkSharp/boolObjectEventVisibilityDelegate.xml index 0b3290572..8c0da5cea 100644 --- a/doc/en/GtkSharp/boolObjectEventVisibilityDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventVisibilityDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventVisibilitySignal.xml b/doc/en/GtkSharp/boolObjectEventVisibilitySignal.xml index 0e207817d..83db9e823 100644 --- a/doc/en/GtkSharp/boolObjectEventVisibilitySignal.xml +++ b/doc/en/GtkSharp/boolObjectEventVisibilitySignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectEventWindowStateDelegate.xml b/doc/en/GtkSharp/boolObjectEventWindowStateDelegate.xml index 2d39ff70d..020f3f121 100644 --- a/doc/en/GtkSharp/boolObjectEventWindowStateDelegate.xml +++ b/doc/en/GtkSharp/boolObjectEventWindowStateDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectEventWindowStateSignal.xml b/doc/en/GtkSharp/boolObjectEventWindowStateSignal.xml index b392daa5f..706fa9403 100644 --- a/doc/en/GtkSharp/boolObjectEventWindowStateSignal.xml +++ b/doc/en/GtkSharp/boolObjectEventWindowStateSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectHTMLCommandTypeDelegate.xml b/doc/en/GtkSharp/boolObjectHTMLCommandTypeDelegate.xml index a55077746..c4f168056 100644 --- a/doc/en/GtkSharp/boolObjectHTMLCommandTypeDelegate.xml +++ b/doc/en/GtkSharp/boolObjectHTMLCommandTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectHTMLCommandTypeSignal.xml b/doc/en/GtkSharp/boolObjectHTMLCommandTypeSignal.xml index 3e9c03068..e3325af5a 100644 --- a/doc/en/GtkSharp/boolObjectHTMLCommandTypeSignal.xml +++ b/doc/en/GtkSharp/boolObjectHTMLCommandTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectMovementStepintDelegate.xml b/doc/en/GtkSharp/boolObjectMovementStepintDelegate.xml index 562bf6077..9487ab99c 100644 --- a/doc/en/GtkSharp/boolObjectMovementStepintDelegate.xml +++ b/doc/en/GtkSharp/boolObjectMovementStepintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectMovementStepintSignal.xml b/doc/en/GtkSharp/boolObjectMovementStepintSignal.xml index bdb8033a1..be667c7b9 100644 --- a/doc/en/GtkSharp/boolObjectMovementStepintSignal.xml +++ b/doc/en/GtkSharp/boolObjectMovementStepintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectNotebookTabDelegate.xml b/doc/en/GtkSharp/boolObjectNotebookTabDelegate.xml index ab678ba91..f14f15d04 100644 --- a/doc/en/GtkSharp/boolObjectNotebookTabDelegate.xml +++ b/doc/en/GtkSharp/boolObjectNotebookTabDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectNotebookTabSignal.xml b/doc/en/GtkSharp/boolObjectNotebookTabSignal.xml index 4bd7ade6c..d0e26ca87 100644 --- a/doc/en/GtkSharp/boolObjectNotebookTabSignal.xml +++ b/doc/en/GtkSharp/boolObjectNotebookTabSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectObjectEventTextIterDelegate.xml b/doc/en/GtkSharp/boolObjectObjectEventTextIterDelegate.xml index 104d939cb..765488b09 100644 --- a/doc/en/GtkSharp/boolObjectObjectEventTextIterDelegate.xml +++ b/doc/en/GtkSharp/boolObjectObjectEventTextIterDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectObjectEventTextIterSignal.xml b/doc/en/GtkSharp/boolObjectObjectEventTextIterSignal.xml index dc6ef9520..dc7fb6c72 100644 --- a/doc/en/GtkSharp/boolObjectObjectEventTextIterSignal.xml +++ b/doc/en/GtkSharp/boolObjectObjectEventTextIterSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectObjectintintuintDelegate.xml b/doc/en/GtkSharp/boolObjectObjectintintuintDelegate.xml index f5b36222e..6aecba8cf 100644 --- a/doc/en/GtkSharp/boolObjectObjectintintuintDelegate.xml +++ b/doc/en/GtkSharp/boolObjectObjectintintuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectObjectintintuintSignal.xml b/doc/en/GtkSharp/boolObjectObjectintintuintSignal.xml index 9921a9089..c987e6765 100644 --- a/doc/en/GtkSharp/boolObjectObjectintintuintSignal.xml +++ b/doc/en/GtkSharp/boolObjectObjectintintuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectScrollTypeDelegate.xml b/doc/en/GtkSharp/boolObjectScrollTypeDelegate.xml index a30512f18..6bee4fc00 100644 --- a/doc/en/GtkSharp/boolObjectScrollTypeDelegate.xml +++ b/doc/en/GtkSharp/boolObjectScrollTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectScrollTypeSignal.xml b/doc/en/GtkSharp/boolObjectScrollTypeSignal.xml index c954493a3..3edf0c680 100644 --- a/doc/en/GtkSharp/boolObjectScrollTypeSignal.xml +++ b/doc/en/GtkSharp/boolObjectScrollTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectSignal.xml b/doc/en/GtkSharp/boolObjectSignal.xml index 3dde0e291..79b6d1b6e 100644 --- a/doc/en/GtkSharp/boolObjectSignal.xml +++ b/doc/en/GtkSharp/boolObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectTreeIterTreePathDelegate.xml b/doc/en/GtkSharp/boolObjectTreeIterTreePathDelegate.xml index 7f14958e7..89421dfb2 100644 --- a/doc/en/GtkSharp/boolObjectTreeIterTreePathDelegate.xml +++ b/doc/en/GtkSharp/boolObjectTreeIterTreePathDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectTreeIterTreePathSignal.xml b/doc/en/GtkSharp/boolObjectTreeIterTreePathSignal.xml index ef734e3d3..16569e243 100644 --- a/doc/en/GtkSharp/boolObjectTreeIterTreePathSignal.xml +++ b/doc/en/GtkSharp/boolObjectTreeIterTreePathSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectWidgetHelpTypeDelegate.xml b/doc/en/GtkSharp/boolObjectWidgetHelpTypeDelegate.xml index 6dc117997..5e4b96cc2 100644 --- a/doc/en/GtkSharp/boolObjectWidgetHelpTypeDelegate.xml +++ b/doc/en/GtkSharp/boolObjectWidgetHelpTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectWidgetHelpTypeSignal.xml b/doc/en/GtkSharp/boolObjectWidgetHelpTypeSignal.xml index c9d75c8df..ff5146f66 100644 --- a/doc/en/GtkSharp/boolObjectWidgetHelpTypeSignal.xml +++ b/doc/en/GtkSharp/boolObjectWidgetHelpTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectboolDelegate.xml b/doc/en/GtkSharp/boolObjectboolDelegate.xml index a2860d4e6..f4d7520ee 100644 --- a/doc/en/GtkSharp/boolObjectboolDelegate.xml +++ b/doc/en/GtkSharp/boolObjectboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectboolSignal.xml b/doc/en/GtkSharp/boolObjectboolSignal.xml index ff3652899..725440d34 100644 --- a/doc/en/GtkSharp/boolObjectboolSignal.xml +++ b/doc/en/GtkSharp/boolObjectboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/boolObjectintintDelegate.xml b/doc/en/GtkSharp/boolObjectintintDelegate.xml index 6aca3c5db..c6fd84eb4 100644 --- a/doc/en/GtkSharp/boolObjectintintDelegate.xml +++ b/doc/en/GtkSharp/boolObjectintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/boolObjectintintSignal.xml b/doc/en/GtkSharp/boolObjectintintSignal.xml index 6af7de4ab..9f85613f8 100644 --- a/doc/en/GtkSharp/boolObjectintintSignal.xml +++ b/doc/en/GtkSharp/boolObjectintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/intObjectDelegate.xml b/doc/en/GtkSharp/intObjectDelegate.xml index 927165899..9b2ab9ed7 100644 --- a/doc/en/GtkSharp/intObjectDelegate.xml +++ b/doc/en/GtkSharp/intObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/intObjectSignal.xml b/doc/en/GtkSharp/intObjectSignal.xml index f97a013a9..b4ce7eabf 100644 --- a/doc/en/GtkSharp/intObjectSignal.xml +++ b/doc/en/GtkSharp/intObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/intObjectdoubleDelegate.xml b/doc/en/GtkSharp/intObjectdoubleDelegate.xml index 4a382a51d..2358486f0 100644 --- a/doc/en/GtkSharp/intObjectdoubleDelegate.xml +++ b/doc/en/GtkSharp/intObjectdoubleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/intObjectdoubleSignal.xml b/doc/en/GtkSharp/intObjectdoubleSignal.xml index 5cf2dca3c..1a5292e7b 100644 --- a/doc/en/GtkSharp/intObjectdoubleSignal.xml +++ b/doc/en/GtkSharp/intObjectdoubleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/stringObjectdoubleDelegate.xml b/doc/en/GtkSharp/stringObjectdoubleDelegate.xml index 10164d8c4..e28d1542e 100644 --- a/doc/en/GtkSharp/stringObjectdoubleDelegate.xml +++ b/doc/en/GtkSharp/stringObjectdoubleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/stringObjectdoubleSignal.xml b/doc/en/GtkSharp/stringObjectdoubleSignal.xml index 5d19b9bfe..ce0da1abf 100644 --- a/doc/en/GtkSharp/stringObjectdoubleSignal.xml +++ b/doc/en/GtkSharp/stringObjectdoubleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectAffineSVPintDelegate.xml b/doc/en/GtkSharp/voidObjectAffineSVPintDelegate.xml index 46e3e2b0c..0b302090a 100644 --- a/doc/en/GtkSharp/voidObjectAffineSVPintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectAffineSVPintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectAffineSVPintSignal.xml b/doc/en/GtkSharp/voidObjectAffineSVPintSignal.xml index 4c1ff6e91..9dc47b9a0 100644 --- a/doc/en/GtkSharp/voidObjectAffineSVPintSignal.xml +++ b/doc/en/GtkSharp/voidObjectAffineSVPintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectColorDelegate.xml b/doc/en/GtkSharp/voidObjectColorDelegate.xml index df6019815..dfdad429e 100644 --- a/doc/en/GtkSharp/voidObjectColorDelegate.xml +++ b/doc/en/GtkSharp/voidObjectColorDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectColorSignal.xml b/doc/en/GtkSharp/voidObjectColorSignal.xml index b830a4a7a..b85192f4f 100644 --- a/doc/en/GtkSharp/voidObjectColorSignal.xml +++ b/doc/en/GtkSharp/voidObjectColorSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectDelegate.xml b/doc/en/GtkSharp/voidObjectDelegate.xml index bc38f37b9..97684b171 100644 --- a/doc/en/GtkSharp/voidObjectDelegate.xml +++ b/doc/en/GtkSharp/voidObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectDeleteTypeintDelegate.xml b/doc/en/GtkSharp/voidObjectDeleteTypeintDelegate.xml index 35605e1aa..488d184c4 100644 --- a/doc/en/GtkSharp/voidObjectDeleteTypeintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectDeleteTypeintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectDeleteTypeintSignal.xml b/doc/en/GtkSharp/voidObjectDeleteTypeintSignal.xml index 5c6bc3328..71f0e1f69 100644 --- a/doc/en/GtkSharp/voidObjectDeleteTypeintSignal.xml +++ b/doc/en/GtkSharp/voidObjectDeleteTypeintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectDirectionTypeDelegate.xml b/doc/en/GtkSharp/voidObjectDirectionTypeDelegate.xml index 38f2cce90..d8ab4b4d5 100644 --- a/doc/en/GtkSharp/voidObjectDirectionTypeDelegate.xml +++ b/doc/en/GtkSharp/voidObjectDirectionTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeDelegate.xml b/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeDelegate.xml index 0089ce20f..b547818bf 100644 --- a/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeDelegate.xml +++ b/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeSignal.xml b/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeSignal.xml index 9eb3315a3..adab55200 100644 --- a/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeSignal.xml +++ b/doc/en/GtkSharp/voidObjectDirectionTypeHTMLCursorSkipTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectDirectionTypeSignal.xml b/doc/en/GtkSharp/voidObjectDirectionTypeSignal.xml index d830e4dfd..d98a0e008 100644 --- a/doc/en/GtkSharp/voidObjectDirectionTypeSignal.xml +++ b/doc/en/GtkSharp/voidObjectDirectionTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectHTMLFontStyleDelegate.xml b/doc/en/GtkSharp/voidObjectHTMLFontStyleDelegate.xml index ace618b65..707704963 100644 --- a/doc/en/GtkSharp/voidObjectHTMLFontStyleDelegate.xml +++ b/doc/en/GtkSharp/voidObjectHTMLFontStyleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectHTMLFontStyleSignal.xml b/doc/en/GtkSharp/voidObjectHTMLFontStyleSignal.xml index d451fd81f..61941290c 100644 --- a/doc/en/GtkSharp/voidObjectHTMLFontStyleSignal.xml +++ b/doc/en/GtkSharp/voidObjectHTMLFontStyleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentDelegate.xml b/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentDelegate.xml index 46fc753d8..ddd0e3bcf 100644 --- a/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentDelegate.xml +++ b/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentSignal.xml b/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentSignal.xml index 279ce1ede..7ec15684b 100644 --- a/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentSignal.xml +++ b/doc/en/GtkSharp/voidObjectHTMLParagraphAlignmentSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectHTMLParagraphStyleDelegate.xml b/doc/en/GtkSharp/voidObjectHTMLParagraphStyleDelegate.xml index 6f5bef263..65eda3b77 100644 --- a/doc/en/GtkSharp/voidObjectHTMLParagraphStyleDelegate.xml +++ b/doc/en/GtkSharp/voidObjectHTMLParagraphStyleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectHTMLParagraphStyleSignal.xml b/doc/en/GtkSharp/voidObjectHTMLParagraphStyleSignal.xml index d296e8a5a..ee71cc3c1 100644 --- a/doc/en/GtkSharp/voidObjectHTMLParagraphStyleSignal.xml +++ b/doc/en/GtkSharp/voidObjectHTMLParagraphStyleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectIntPtrDelegate.xml b/doc/en/GtkSharp/voidObjectIntPtrDelegate.xml index b0409e8b5..20c23eab7 100644 --- a/doc/en/GtkSharp/voidObjectIntPtrDelegate.xml +++ b/doc/en/GtkSharp/voidObjectIntPtrDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectIntPtrSignal.xml b/doc/en/GtkSharp/voidObjectIntPtrSignal.xml index c856bad69..a393bd3b9 100644 --- a/doc/en/GtkSharp/voidObjectIntPtrSignal.xml +++ b/doc/en/GtkSharp/voidObjectIntPtrSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectMenuDirectionTypeDelegate.xml b/doc/en/GtkSharp/voidObjectMenuDirectionTypeDelegate.xml index 8bb0f2189..9a71ebd88 100644 --- a/doc/en/GtkSharp/voidObjectMenuDirectionTypeDelegate.xml +++ b/doc/en/GtkSharp/voidObjectMenuDirectionTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectMenuDirectionTypeSignal.xml b/doc/en/GtkSharp/voidObjectMenuDirectionTypeSignal.xml index d9e64b94b..8b048b6ac 100644 --- a/doc/en/GtkSharp/voidObjectMenuDirectionTypeSignal.xml +++ b/doc/en/GtkSharp/voidObjectMenuDirectionTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectMovementStepintboolDelegate.xml b/doc/en/GtkSharp/voidObjectMovementStepintboolDelegate.xml index 8c4a1b837..e2e5222c7 100644 --- a/doc/en/GtkSharp/voidObjectMovementStepintboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectMovementStepintboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectMovementStepintboolSignal.xml b/doc/en/GtkSharp/voidObjectMovementStepintboolSignal.xml index 56ed36a77..fb2ddf421 100644 --- a/doc/en/GtkSharp/voidObjectMovementStepintboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectMovementStepintboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectNotebookPageuintDelegate.xml b/doc/en/GtkSharp/voidObjectNotebookPageuintDelegate.xml index 1d00f5705..80f747bad 100644 --- a/doc/en/GtkSharp/voidObjectNotebookPageuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectNotebookPageuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectNotebookPageuintSignal.xml b/doc/en/GtkSharp/voidObjectNotebookPageuintSignal.xml index eb0e73067..72ee854c2 100644 --- a/doc/en/GtkSharp/voidObjectNotebookPageuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectNotebookPageuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectDelegate.xml b/doc/en/GtkSharp/voidObjectObjectDelegate.xml index e6cb0a4ca..e1abd2adb 100644 --- a/doc/en/GtkSharp/voidObjectObjectDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectObjectDelegate.xml b/doc/en/GtkSharp/voidObjectObjectObjectDelegate.xml index 9fe4f88ad..8b51f3315 100644 --- a/doc/en/GtkSharp/voidObjectObjectObjectDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectObjectSignal.xml b/doc/en/GtkSharp/voidObjectObjectObjectSignal.xml index 2d90c37cc..667d2dc79 100644 --- a/doc/en/GtkSharp/voidObjectObjectObjectSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintDelegate.xml b/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintDelegate.xml index 9872260ae..2afe80f3a 100644 --- a/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintSignal.xml b/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintSignal.xml index 9b816b141..494ec4129 100644 --- a/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectSelectionDatauintuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectSignal.xml b/doc/en/GtkSharp/voidObjectObjectSignal.xml index 435c5a336..27e496951 100644 --- a/doc/en/GtkSharp/voidObjectObjectSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectTextIterTextIterDelegate.xml b/doc/en/GtkSharp/voidObjectObjectTextIterTextIterDelegate.xml index 6fbef9607..22f01c565 100644 --- a/doc/en/GtkSharp/voidObjectObjectTextIterTextIterDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectTextIterTextIterDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectTextIterTextIterSignal.xml b/doc/en/GtkSharp/voidObjectObjectTextIterTextIterSignal.xml index be8e2f4b0..9f87cd615 100644 --- a/doc/en/GtkSharp/voidObjectObjectTextIterTextIterSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectTextIterTextIterSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectboolDelegate.xml b/doc/en/GtkSharp/voidObjectObjectboolDelegate.xml index a713c40a8..b0c951102 100644 --- a/doc/en/GtkSharp/voidObjectObjectboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectboolSignal.xml b/doc/en/GtkSharp/voidObjectObjectboolSignal.xml index adef0f763..3a91e7f26 100644 --- a/doc/en/GtkSharp/voidObjectObjectboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintDelegate.xml b/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintDelegate.xml index b15682a6d..ef3c269d0 100644 --- a/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintSignal.xml b/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintSignal.xml index dfd41fce8..130598eda 100644 --- a/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectintintSelectionDatauintuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectObjectuintDelegate.xml b/doc/en/GtkSharp/voidObjectObjectuintDelegate.xml index 62c0c0dbd..75e63e418 100644 --- a/doc/en/GtkSharp/voidObjectObjectuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectObjectuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectObjectuintSignal.xml b/doc/en/GtkSharp/voidObjectObjectuintSignal.xml index 7d948155a..770903f2a 100644 --- a/doc/en/GtkSharp/voidObjectObjectuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectObjectuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectOrientationDelegate.xml b/doc/en/GtkSharp/voidObjectOrientationDelegate.xml index 86b667554..513f068a9 100644 --- a/doc/en/GtkSharp/voidObjectOrientationDelegate.xml +++ b/doc/en/GtkSharp/voidObjectOrientationDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatDelegate.xml b/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatDelegate.xml index b6ea1e370..bc3b96ae9 100644 --- a/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatDelegate.xml +++ b/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatSignal.xml b/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatSignal.xml index b3f89d9a2..450dacde5 100644 --- a/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatSignal.xml +++ b/doc/en/GtkSharp/voidObjectOrientationScrollTypefloatSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectOrientationSignal.xml b/doc/en/GtkSharp/voidObjectOrientationSignal.xml index c86274352..c2802164d 100644 --- a/doc/en/GtkSharp/voidObjectOrientationSignal.xml +++ b/doc/en/GtkSharp/voidObjectOrientationSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectRectangleDelegate.xml b/doc/en/GtkSharp/voidObjectRectangleDelegate.xml index ade0033e7..0d3bd40d6 100644 --- a/doc/en/GtkSharp/voidObjectRectangleDelegate.xml +++ b/doc/en/GtkSharp/voidObjectRectangleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectRectangleSignal.xml b/doc/en/GtkSharp/voidObjectRectangleSignal.xml index fcaf85d3d..9b43d3d90 100644 --- a/doc/en/GtkSharp/voidObjectRectangleSignal.xml +++ b/doc/en/GtkSharp/voidObjectRectangleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectRequisitionDelegate.xml b/doc/en/GtkSharp/voidObjectRequisitionDelegate.xml index 06057c1fd..5679bd323 100644 --- a/doc/en/GtkSharp/voidObjectRequisitionDelegate.xml +++ b/doc/en/GtkSharp/voidObjectRequisitionDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectRequisitionSignal.xml b/doc/en/GtkSharp/voidObjectRequisitionSignal.xml index ee775dd6c..b4c03330f 100644 --- a/doc/en/GtkSharp/voidObjectRequisitionSignal.xml +++ b/doc/en/GtkSharp/voidObjectRequisitionSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectScrollTypeDelegate.xml b/doc/en/GtkSharp/voidObjectScrollTypeDelegate.xml index 27f9b7fce..23bff99c8 100644 --- a/doc/en/GtkSharp/voidObjectScrollTypeDelegate.xml +++ b/doc/en/GtkSharp/voidObjectScrollTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectScrollTypeSignal.xml b/doc/en/GtkSharp/voidObjectScrollTypeSignal.xml index 311a5ac7b..e19787265 100644 --- a/doc/en/GtkSharp/voidObjectScrollTypeSignal.xml +++ b/doc/en/GtkSharp/voidObjectScrollTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectScrollTypeboolDelegate.xml b/doc/en/GtkSharp/voidObjectScrollTypeboolDelegate.xml index e4c1efe3e..323e98096 100644 --- a/doc/en/GtkSharp/voidObjectScrollTypeboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectScrollTypeboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectScrollTypeboolSignal.xml b/doc/en/GtkSharp/voidObjectScrollTypeboolSignal.xml index 4c7fa535b..0d9910111 100644 --- a/doc/en/GtkSharp/voidObjectScrollTypeboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectScrollTypeboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectSelectionDatauintDelegate.xml b/doc/en/GtkSharp/voidObjectSelectionDatauintDelegate.xml index d5569b004..87629480c 100644 --- a/doc/en/GtkSharp/voidObjectSelectionDatauintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectSelectionDatauintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectSelectionDatauintSignal.xml b/doc/en/GtkSharp/voidObjectSelectionDatauintSignal.xml index b6cfe190a..5a3802bb0 100644 --- a/doc/en/GtkSharp/voidObjectSelectionDatauintSignal.xml +++ b/doc/en/GtkSharp/voidObjectSelectionDatauintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectSelectionDatauintuintDelegate.xml b/doc/en/GtkSharp/voidObjectSelectionDatauintuintDelegate.xml index 9500572d0..594e589a6 100644 --- a/doc/en/GtkSharp/voidObjectSelectionDatauintuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectSelectionDatauintuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectSelectionDatauintuintSignal.xml b/doc/en/GtkSharp/voidObjectSelectionDatauintuintSignal.xml index 4d5bc6360..35f05d5a1 100644 --- a/doc/en/GtkSharp/voidObjectSelectionDatauintuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectSelectionDatauintuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectSignal.xml b/doc/en/GtkSharp/voidObjectSignal.xml index 34b6a5f60..6fb2634a4 100644 --- a/doc/en/GtkSharp/voidObjectSignal.xml +++ b/doc/en/GtkSharp/voidObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectStateTypeDelegate.xml b/doc/en/GtkSharp/voidObjectStateTypeDelegate.xml index 5105552be..88454f443 100644 --- a/doc/en/GtkSharp/voidObjectStateTypeDelegate.xml +++ b/doc/en/GtkSharp/voidObjectStateTypeDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectStateTypeSignal.xml b/doc/en/GtkSharp/voidObjectStateTypeSignal.xml index d0994a949..de8d368e5 100644 --- a/doc/en/GtkSharp/voidObjectStateTypeSignal.xml +++ b/doc/en/GtkSharp/voidObjectStateTypeSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTextDirectionDelegate.xml b/doc/en/GtkSharp/voidObjectTextDirectionDelegate.xml index 061f728f7..a5061006c 100644 --- a/doc/en/GtkSharp/voidObjectTextDirectionDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTextDirectionDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTextDirectionSignal.xml b/doc/en/GtkSharp/voidObjectTextDirectionSignal.xml index ae5c3b41b..78e15adac 100644 --- a/doc/en/GtkSharp/voidObjectTextDirectionSignal.xml +++ b/doc/en/GtkSharp/voidObjectTextDirectionSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTextIterObjectDelegate.xml b/doc/en/GtkSharp/voidObjectTextIterObjectDelegate.xml index 77d2c1a05..6c6668844 100644 --- a/doc/en/GtkSharp/voidObjectTextIterObjectDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTextIterObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTextIterObjectSignal.xml b/doc/en/GtkSharp/voidObjectTextIterObjectSignal.xml index 378e1d184..4ec0b76a6 100644 --- a/doc/en/GtkSharp/voidObjectTextIterObjectSignal.xml +++ b/doc/en/GtkSharp/voidObjectTextIterObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTextIterTextIterDelegate.xml b/doc/en/GtkSharp/voidObjectTextIterTextIterDelegate.xml index fd6ae9875..c93a2ecec 100644 --- a/doc/en/GtkSharp/voidObjectTextIterTextIterDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTextIterTextIterDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTextIterTextIterSignal.xml b/doc/en/GtkSharp/voidObjectTextIterTextIterSignal.xml index 8d10617cb..2d6b028c2 100644 --- a/doc/en/GtkSharp/voidObjectTextIterTextIterSignal.xml +++ b/doc/en/GtkSharp/voidObjectTextIterTextIterSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTextIterstringintDelegate.xml b/doc/en/GtkSharp/voidObjectTextIterstringintDelegate.xml index 42e984021..d109c7cca 100644 --- a/doc/en/GtkSharp/voidObjectTextIterstringintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTextIterstringintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTextIterstringintSignal.xml b/doc/en/GtkSharp/voidObjectTextIterstringintSignal.xml index d8209cfff..73a6ab7c3 100644 --- a/doc/en/GtkSharp/voidObjectTextIterstringintSignal.xml +++ b/doc/en/GtkSharp/voidObjectTextIterstringintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectToolbarStyleDelegate.xml b/doc/en/GtkSharp/voidObjectToolbarStyleDelegate.xml index deddbc6fb..c67e53e24 100644 --- a/doc/en/GtkSharp/voidObjectToolbarStyleDelegate.xml +++ b/doc/en/GtkSharp/voidObjectToolbarStyleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectToolbarStyleSignal.xml b/doc/en/GtkSharp/voidObjectToolbarStyleSignal.xml index 90090ce8d..e7815f3a9 100644 --- a/doc/en/GtkSharp/voidObjectToolbarStyleSignal.xml +++ b/doc/en/GtkSharp/voidObjectToolbarStyleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTreeIterTreePathDelegate.xml b/doc/en/GtkSharp/voidObjectTreeIterTreePathDelegate.xml index 0046b992e..3568a6bce 100644 --- a/doc/en/GtkSharp/voidObjectTreeIterTreePathDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTreeIterTreePathDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTreeIterTreePathSignal.xml b/doc/en/GtkSharp/voidObjectTreeIterTreePathSignal.xml index 16029fbf6..c3260fa5b 100644 --- a/doc/en/GtkSharp/voidObjectTreeIterTreePathSignal.xml +++ b/doc/en/GtkSharp/voidObjectTreeIterTreePathSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTreePathDelegate.xml b/doc/en/GtkSharp/voidObjectTreePathDelegate.xml index 83e4c7507..7fca8eeb1 100644 --- a/doc/en/GtkSharp/voidObjectTreePathDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTreePathDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTreePathObjectDelegate.xml b/doc/en/GtkSharp/voidObjectTreePathObjectDelegate.xml index 3d8c5afde..8311e1a62 100644 --- a/doc/en/GtkSharp/voidObjectTreePathObjectDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTreePathObjectDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTreePathObjectSignal.xml b/doc/en/GtkSharp/voidObjectTreePathObjectSignal.xml index 2c7ae1ef0..fa8ccbf7d 100644 --- a/doc/en/GtkSharp/voidObjectTreePathObjectSignal.xml +++ b/doc/en/GtkSharp/voidObjectTreePathObjectSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTreePathSignal.xml b/doc/en/GtkSharp/voidObjectTreePathSignal.xml index 6e64f11d1..59958a34b 100644 --- a/doc/en/GtkSharp/voidObjectTreePathSignal.xml +++ b/doc/en/GtkSharp/voidObjectTreePathSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTreePathTreeIterDelegate.xml b/doc/en/GtkSharp/voidObjectTreePathTreeIterDelegate.xml index 0d6790be5..b6ceb9975 100644 --- a/doc/en/GtkSharp/voidObjectTreePathTreeIterDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTreePathTreeIterDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTreePathTreeIterSignal.xml b/doc/en/GtkSharp/voidObjectTreePathTreeIterSignal.xml index 4fbb4ded6..a7a92b07b 100644 --- a/doc/en/GtkSharp/voidObjectTreePathTreeIterSignal.xml +++ b/doc/en/GtkSharp/voidObjectTreePathTreeIterSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectTreePathTreeIterintDelegate.xml b/doc/en/GtkSharp/voidObjectTreePathTreeIterintDelegate.xml index 04f2ed8f4..861267128 100644 --- a/doc/en/GtkSharp/voidObjectTreePathTreeIterintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectTreePathTreeIterintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectTreePathTreeIterintSignal.xml b/doc/en/GtkSharp/voidObjectTreePathTreeIterintSignal.xml index 8da4c3759..c4a80e282 100644 --- a/doc/en/GtkSharp/voidObjectTreePathTreeIterintSignal.xml +++ b/doc/en/GtkSharp/voidObjectTreePathTreeIterintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectboolDelegate.xml b/doc/en/GtkSharp/voidObjectboolDelegate.xml index 57fa623c8..51ecf196f 100644 --- a/doc/en/GtkSharp/voidObjectboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectboolSignal.xml b/doc/en/GtkSharp/voidObjectboolSignal.xml index 961ad256d..1cf818404 100644 --- a/doc/en/GtkSharp/voidObjectboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectboolboolboolDelegate.xml b/doc/en/GtkSharp/voidObjectboolboolboolDelegate.xml index 260532047..922032fad 100644 --- a/doc/en/GtkSharp/voidObjectboolboolboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectboolboolboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectboolboolboolSignal.xml b/doc/en/GtkSharp/voidObjectboolboolboolSignal.xml index aa39ba1ea..c8effa401 100644 --- a/doc/en/GtkSharp/voidObjectboolboolboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectboolboolboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectdoubleDelegate.xml b/doc/en/GtkSharp/voidObjectdoubleDelegate.xml index 2085c3b2a..90707fba5 100644 --- a/doc/en/GtkSharp/voidObjectdoubleDelegate.xml +++ b/doc/en/GtkSharp/voidObjectdoubleDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectdoubleSignal.xml b/doc/en/GtkSharp/voidObjectdoubleSignal.xml index 7f22dc671..a5840db2c 100644 --- a/doc/en/GtkSharp/voidObjectdoubleSignal.xml +++ b/doc/en/GtkSharp/voidObjectdoubleSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectintDelegate.xml b/doc/en/GtkSharp/voidObjectintDelegate.xml index 7cb0f6aa9..800fa57b5 100644 --- a/doc/en/GtkSharp/voidObjectintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectintSignal.xml b/doc/en/GtkSharp/voidObjectintSignal.xml index 826b7d09c..a23101af6 100644 --- a/doc/en/GtkSharp/voidObjectintSignal.xml +++ b/doc/en/GtkSharp/voidObjectintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectintboolDelegate.xml b/doc/en/GtkSharp/voidObjectintboolDelegate.xml index 2b9eae542..4df70572c 100644 --- a/doc/en/GtkSharp/voidObjectintboolDelegate.xml +++ b/doc/en/GtkSharp/voidObjectintboolDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectintboolSignal.xml b/doc/en/GtkSharp/voidObjectintboolSignal.xml index 237234d92..5338a9c02 100644 --- a/doc/en/GtkSharp/voidObjectintboolSignal.xml +++ b/doc/en/GtkSharp/voidObjectintboolSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectintintDelegate.xml b/doc/en/GtkSharp/voidObjectintintDelegate.xml index a4d2372e3..13d349ce8 100644 --- a/doc/en/GtkSharp/voidObjectintintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectintintSignal.xml b/doc/en/GtkSharp/voidObjectintintSignal.xml index 12175bb03..cf40e0c59 100644 --- a/doc/en/GtkSharp/voidObjectintintSignal.xml +++ b/doc/en/GtkSharp/voidObjectintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringDelegate.xml b/doc/en/GtkSharp/voidObjectstringDelegate.xml index 467497de9..303c20876 100644 --- a/doc/en/GtkSharp/voidObjectstringDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringHTMLStreamDelegate.xml b/doc/en/GtkSharp/voidObjectstringHTMLStreamDelegate.xml index 98fff217a..ecf42e128 100644 --- a/doc/en/GtkSharp/voidObjectstringHTMLStreamDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringHTMLStreamDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringHTMLStreamSignal.xml b/doc/en/GtkSharp/voidObjectstringHTMLStreamSignal.xml index 88e733fb4..543c24767 100644 --- a/doc/en/GtkSharp/voidObjectstringHTMLStreamSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringHTMLStreamSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringSignal.xml b/doc/en/GtkSharp/voidObjectstringSignal.xml index 7703e27b4..fcebde116 100644 --- a/doc/en/GtkSharp/voidObjectstringSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringintDelegate.xml b/doc/en/GtkSharp/voidObjectstringintDelegate.xml index 95db3d2f2..97dbe92cb 100644 --- a/doc/en/GtkSharp/voidObjectstringintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringintSignal.xml b/doc/en/GtkSharp/voidObjectstringintSignal.xml index e9575df15..421c7be2f 100644 --- a/doc/en/GtkSharp/voidObjectstringintSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringintintDelegate.xml b/doc/en/GtkSharp/voidObjectstringintintDelegate.xml index ea4ab64a8..234de96e2 100644 --- a/doc/en/GtkSharp/voidObjectstringintintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringintintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringintintSignal.xml b/doc/en/GtkSharp/voidObjectstringintintSignal.xml index f1e151cf1..d96d447a5 100644 --- a/doc/en/GtkSharp/voidObjectstringintintSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringintintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringstringDelegate.xml b/doc/en/GtkSharp/voidObjectstringstringDelegate.xml index 8eda832b2..20914301d 100644 --- a/doc/en/GtkSharp/voidObjectstringstringDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringstringSignal.xml b/doc/en/GtkSharp/voidObjectstringstringSignal.xml index ffb47cc6a..32d3264c0 100644 --- a/doc/en/GtkSharp/voidObjectstringstringSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectstringstringstringDelegate.xml b/doc/en/GtkSharp/voidObjectstringstringstringDelegate.xml index 30598a32d..0824b3966 100644 --- a/doc/en/GtkSharp/voidObjectstringstringstringDelegate.xml +++ b/doc/en/GtkSharp/voidObjectstringstringstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectstringstringstringSignal.xml b/doc/en/GtkSharp/voidObjectstringstringstringSignal.xml index 20c04fc0d..90bc30548 100644 --- a/doc/en/GtkSharp/voidObjectstringstringstringSignal.xml +++ b/doc/en/GtkSharp/voidObjectstringstringstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectuintDelegate.xml b/doc/en/GtkSharp/voidObjectuintDelegate.xml index 4ad35f7dd..e624119b7 100644 --- a/doc/en/GtkSharp/voidObjectuintDelegate.xml +++ b/doc/en/GtkSharp/voidObjectuintDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrDelegate.xml b/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrDelegate.xml index 7b7b1ea2b..df57bd0ad 100644 --- a/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrDelegate.xml +++ b/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrSignal.xml b/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrSignal.xml index 2b7a7f9f2..92862b3bf 100644 --- a/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrSignal.xml +++ b/doc/en/GtkSharp/voidObjectuintModifierTypeIntPtrSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectuintSignal.xml b/doc/en/GtkSharp/voidObjectuintSignal.xml index d1d2172b3..fa8ee4a2f 100644 --- a/doc/en/GtkSharp/voidObjectuintSignal.xml +++ b/doc/en/GtkSharp/voidObjectuintSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/GtkSharp/voidObjectuintstringDelegate.xml b/doc/en/GtkSharp/voidObjectuintstringDelegate.xml index 01e2da26f..3d2ec7992 100644 --- a/doc/en/GtkSharp/voidObjectuintstringDelegate.xml +++ b/doc/en/GtkSharp/voidObjectuintstringDelegate.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/GtkSharp/voidObjectuintstringSignal.xml b/doc/en/GtkSharp/voidObjectuintstringSignal.xml index 58d80cd3e..5f1d188e0 100644 --- a/doc/en/GtkSharp/voidObjectuintstringSignal.xml +++ b/doc/en/GtkSharp/voidObjectuintstringSignal.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -24,8 +24,8 @@ - To be added - To be added + Disposes the resources associated with the object. + diff --git a/doc/en/Pango/Alignment.xml b/doc/en/Pango/Alignment.xml index fe2694720..4b281c161 100644 --- a/doc/en/Pango/Alignment.xml +++ b/doc/en/Pango/Alignment.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Analysis.xml b/doc/en/Pango/Analysis.xml index 6ed251864..406e1cc73 100644 --- a/doc/en/Pango/Analysis.xml +++ b/doc/en/Pango/Analysis.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrClass.xml b/doc/en/Pango/AttrClass.xml index b09d04eb4..a7698433e 100644 --- a/doc/en/Pango/AttrClass.xml +++ b/doc/en/Pango/AttrClass.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrColor.xml b/doc/en/Pango/AttrColor.xml index 0da0f07fa..f4e089723 100644 --- a/doc/en/Pango/AttrColor.xml +++ b/doc/en/Pango/AttrColor.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrFloat.xml b/doc/en/Pango/AttrFloat.xml index 62ae12e2a..922720fd0 100644 --- a/doc/en/Pango/AttrFloat.xml +++ b/doc/en/Pango/AttrFloat.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrFontDesc.xml b/doc/en/Pango/AttrFontDesc.xml index a7351ad6c..dd02001ea 100644 --- a/doc/en/Pango/AttrFontDesc.xml +++ b/doc/en/Pango/AttrFontDesc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrInt.xml b/doc/en/Pango/AttrInt.xml index c3a74628d..19fd2a238 100644 --- a/doc/en/Pango/AttrInt.xml +++ b/doc/en/Pango/AttrInt.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrIterator.xml b/doc/en/Pango/AttrIterator.xml index df810ea58..9cce2d232 100644 --- a/doc/en/Pango/AttrIterator.xml +++ b/doc/en/Pango/AttrIterator.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -118,10 +118,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.AttrIterator' - To be added + Internal constructor + Pointer to the C object. + An instance of AttrIterator, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/AttrLanguage.xml b/doc/en/Pango/AttrLanguage.xml index 328cb9a23..f43122df4 100644 --- a/doc/en/Pango/AttrLanguage.xml +++ b/doc/en/Pango/AttrLanguage.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrList.xml b/doc/en/Pango/AttrList.xml index 1d1d4dac9..53dad16fc 100644 --- a/doc/en/Pango/AttrList.xml +++ b/doc/en/Pango/AttrList.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -129,10 +129,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.AttrList' - To be added + Internal constructor + Pointer to the C object. + An instance of AttrList, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -153,9 +155,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.AttrList + The GLib TYpe for the Pango.AttrList class. + diff --git a/doc/en/Pango/AttrShape.xml b/doc/en/Pango/AttrShape.xml index b7cd15a23..4441363e9 100644 --- a/doc/en/Pango/AttrShape.xml +++ b/doc/en/Pango/AttrShape.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrString.xml b/doc/en/Pango/AttrString.xml index b82667379..4d5ae6871 100644 --- a/doc/en/Pango/AttrString.xml +++ b/doc/en/Pango/AttrString.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/AttrType.xml b/doc/en/Pango/AttrType.xml index af71f6b9d..688307574 100644 --- a/doc/en/Pango/AttrType.xml +++ b/doc/en/Pango/AttrType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Attribute.xml b/doc/en/Pango/Attribute.xml index a74a1cc62..e2186e4ba 100644 --- a/doc/en/Pango/Attribute.xml +++ b/doc/en/Pango/Attribute.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Color.xml b/doc/en/Pango/Color.xml index 732053753..02b915fe6 100644 --- a/doc/en/Pango/Color.xml +++ b/doc/en/Pango/Color.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -128,9 +128,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Color + The GLib TYpe for the Pango.Color class. + diff --git a/doc/en/Pango/Context.xml b/doc/en/Pango/Context.xml index 5d0fb7937..66409d125 100644 --- a/doc/en/Pango/Context.xml +++ b/doc/en/Pango/Context.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -100,8 +100,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -112,10 +112,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.Context' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Context, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -126,10 +128,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Context' - To be added + Internal constructor + Pointer to the C object. + An instance of Context, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -150,9 +154,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Context + The GLib TYpe for the Pango.Context class. + diff --git a/doc/en/Pango/Coverage.xml b/doc/en/Pango/Coverage.xml index 7ccc2a4c1..cbf189d98 100644 --- a/doc/en/Pango/Coverage.xml +++ b/doc/en/Pango/Coverage.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -162,10 +162,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Coverage' - To be added + Internal constructor + Pointer to the C object. + An instance of Coverage, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/CoverageLevel.xml b/doc/en/Pango/CoverageLevel.xml index 6dc5f197f..925459dcc 100644 --- a/doc/en/Pango/CoverageLevel.xml +++ b/doc/en/Pango/CoverageLevel.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Direction.xml b/doc/en/Pango/Direction.xml index 7083e180c..166eec885 100644 --- a/doc/en/Pango/Direction.xml +++ b/doc/en/Pango/Direction.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Engine.xml b/doc/en/Pango/Engine.xml index 23b6cabad..d7e8a254b 100644 --- a/doc/en/Pango/Engine.xml +++ b/doc/en/Pango/Engine.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/EngineInfo.xml b/doc/en/Pango/EngineInfo.xml index 959c7072b..0af4734b3 100644 --- a/doc/en/Pango/EngineInfo.xml +++ b/doc/en/Pango/EngineInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/EngineLang.xml b/doc/en/Pango/EngineLang.xml index 9433add59..e8321954d 100644 --- a/doc/en/Pango/EngineLang.xml +++ b/doc/en/Pango/EngineLang.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/EngineRange.xml b/doc/en/Pango/EngineRange.xml index e889d6102..9e558e401 100644 --- a/doc/en/Pango/EngineRange.xml +++ b/doc/en/Pango/EngineRange.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/EngineShape.xml b/doc/en/Pango/EngineShape.xml index f0e07539d..39a7bb421 100644 --- a/doc/en/Pango/EngineShape.xml +++ b/doc/en/Pango/EngineShape.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Font.xml b/doc/en/Pango/Font.xml index 4bae4307a..753d29170 100644 --- a/doc/en/Pango/Font.xml +++ b/doc/en/Pango/Font.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -143,8 +143,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -155,10 +155,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.Font' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Font, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -169,10 +171,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Font' - To be added + Internal constructor + Pointer to the C object. + An instance of Font, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -193,9 +197,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Font + The GLib TYpe for the Pango.Font class. + diff --git a/doc/en/Pango/FontDescription.xml b/doc/en/Pango/FontDescription.xml index b425e0a86..cbd6cd5c2 100644 --- a/doc/en/Pango/FontDescription.xml +++ b/doc/en/Pango/FontDescription.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -204,10 +204,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.FontDescription' - To be added + Internal constructor + Pointer to the C object. + An instance of FontDescription, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -228,9 +230,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontDescription + The GLib TYpe for the Pango.FontDescription class. + diff --git a/doc/en/Pango/FontFace.xml b/doc/en/Pango/FontFace.xml index 237d437af..92fe6b5fc 100644 --- a/doc/en/Pango/FontFace.xml +++ b/doc/en/Pango/FontFace.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -44,8 +44,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -56,10 +56,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.FontFace' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontFace, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -70,10 +72,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.FontFace' - To be added + Internal constructor + Pointer to the C object. + An instance of FontFace, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -94,9 +98,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontFace + The GLib TYpe for the Pango.FontFace class. + diff --git a/doc/en/Pango/FontFamily.xml b/doc/en/Pango/FontFamily.xml index c0a3b5bce..717050164 100644 --- a/doc/en/Pango/FontFamily.xml +++ b/doc/en/Pango/FontFamily.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -48,8 +48,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -60,10 +60,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.FontFamily' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontFamily, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -74,10 +76,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.FontFamily' - To be added + Internal constructor + Pointer to the C object. + An instance of FontFamily, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -98,9 +102,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontFamily + The GLib TYpe for the Pango.FontFamily class. + diff --git a/doc/en/Pango/FontMap.xml b/doc/en/Pango/FontMap.xml index d614a62d4..a44328291 100644 --- a/doc/en/Pango/FontMap.xml +++ b/doc/en/Pango/FontMap.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -86,8 +86,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -98,10 +98,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.FontMap' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontMap, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -112,10 +114,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.FontMap' - To be added + Internal constructor + Pointer to the C object. + An instance of FontMap, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -136,9 +140,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontMap + The GLib TYpe for the Pango.FontMap class. + diff --git a/doc/en/Pango/FontMask.xml b/doc/en/Pango/FontMask.xml index 7ab912e85..a8604b777 100644 --- a/doc/en/Pango/FontMask.xml +++ b/doc/en/Pango/FontMask.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/FontMetrics.xml b/doc/en/Pango/FontMetrics.xml index a48457174..5cb0dc132 100644 --- a/doc/en/Pango/FontMetrics.xml +++ b/doc/en/Pango/FontMetrics.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -149,9 +149,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontMetrics + The GLib TYpe for the Pango.FontMetrics class. + diff --git a/doc/en/Pango/Fontset.xml b/doc/en/Pango/Fontset.xml index 115f36a0d..4a87c059b 100644 --- a/doc/en/Pango/Fontset.xml +++ b/doc/en/Pango/Fontset.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -47,8 +47,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -59,10 +59,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.Fontset' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Fontset, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -73,10 +75,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Fontset' - To be added + Internal constructor + Pointer to the C object. + An instance of Fontset, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -97,9 +101,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Fontset + The GLib TYpe for the Pango.Fontset class. + diff --git a/doc/en/Pango/FontsetSimple.xml b/doc/en/Pango/FontsetSimple.xml index 0ce5b1ae6..a58860c06 100644 --- a/doc/en/Pango/FontsetSimple.xml +++ b/doc/en/Pango/FontsetSimple.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -59,8 +59,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -71,10 +71,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.FontsetSimple' - To be added + Internal constructor + GLib type for the type + Creates a new instance of FontsetSimple, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -85,10 +87,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.FontsetSimple' - To be added + Internal constructor + Pointer to the C object. + An instance of FontsetSimple, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -123,9 +127,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.FontsetSimple + The GLib TYpe for the Pango.FontsetSimple class. + diff --git a/doc/en/Pango/FreeGCFunc.xml b/doc/en/Pango/FreeGCFunc.xml index a34b4ac49..da031ec30 100644 --- a/doc/en/Pango/FreeGCFunc.xml +++ b/doc/en/Pango/FreeGCFunc.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/GlyphGeometry.xml b/doc/en/Pango/GlyphGeometry.xml index 3f0fc871f..96fec9e15 100644 --- a/doc/en/Pango/GlyphGeometry.xml +++ b/doc/en/Pango/GlyphGeometry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/GlyphInfo.xml b/doc/en/Pango/GlyphInfo.xml index 9131aef7a..a13427b30 100644 --- a/doc/en/Pango/GlyphInfo.xml +++ b/doc/en/Pango/GlyphInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/GlyphString.xml b/doc/en/Pango/GlyphString.xml index 0923f9576..77ff75e0e 100644 --- a/doc/en/Pango/GlyphString.xml +++ b/doc/en/Pango/GlyphString.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -315,9 +315,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.GlyphString + The GLib TYpe for the Pango.GlyphString class. + diff --git a/doc/en/Pango/GlyphVisAttr.xml b/doc/en/Pango/GlyphVisAttr.xml index 941012013..7950c97e0 100644 --- a/doc/en/Pango/GlyphVisAttr.xml +++ b/doc/en/Pango/GlyphVisAttr.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/IncludedModule.xml b/doc/en/Pango/IncludedModule.xml index a6ddad247..c33e6dbb5 100644 --- a/doc/en/Pango/IncludedModule.xml +++ b/doc/en/Pango/IncludedModule.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/IndicScript.xml b/doc/en/Pango/IndicScript.xml index cb302e6d4..0ef20e5b7 100644 --- a/doc/en/Pango/IndicScript.xml +++ b/doc/en/Pango/IndicScript.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/IntSet.xml b/doc/en/Pango/IntSet.xml index 48353e262..968dabf1a 100644 --- a/doc/en/Pango/IntSet.xml +++ b/doc/en/Pango/IntSet.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Item.xml b/doc/en/Pango/Item.xml index e970c8324..a5c8fce3c 100644 --- a/doc/en/Pango/Item.xml +++ b/doc/en/Pango/Item.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Language.xml b/doc/en/Pango/Language.xml index 47302417a..5812212f1 100644 --- a/doc/en/Pango/Language.xml +++ b/doc/en/Pango/Language.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -60,10 +60,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Language' - To be added + Internal constructor + Pointer to the C object. + An instance of Language, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -84,9 +86,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Language + The GLib TYpe for the Pango.Language class. + diff --git a/doc/en/Pango/Layout.xml b/doc/en/Pango/Layout.xml index 7b310f4b4..b9d6f53b9 100644 --- a/doc/en/Pango/Layout.xml +++ b/doc/en/Pango/Layout.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -325,8 +325,8 @@ - To be added - To be added + Disposes the resources associated with the object. + @@ -337,10 +337,12 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Pango.Layout' - To be added + Internal constructor + GLib type for the type + Creates a new instance of Layout, using the GLib-provided type + + This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code. + @@ -351,10 +353,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Layout' - To be added + Internal constructor + Pointer to the C object. + An instance of Layout, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -389,9 +393,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.Layout + The GLib TYpe for the Pango.Layout class. + diff --git a/doc/en/Pango/LayoutIter.xml b/doc/en/Pango/LayoutIter.xml index a93c2749b..1d19e944a 100644 --- a/doc/en/Pango/LayoutIter.xml +++ b/doc/en/Pango/LayoutIter.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -205,10 +205,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.LayoutIter' - To be added + Internal constructor + Pointer to the C object. + An instance of LayoutIter, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/LayoutLine.xml b/doc/en/Pango/LayoutLine.xml index 124daca22..20ba378f7 100644 --- a/doc/en/Pango/LayoutLine.xml +++ b/doc/en/Pango/LayoutLine.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/LayoutRun.xml b/doc/en/Pango/LayoutRun.xml index 4ff1a3833..0c72de8e5 100644 --- a/doc/en/Pango/LayoutRun.xml +++ b/doc/en/Pango/LayoutRun.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/LogAttr.xml b/doc/en/Pango/LogAttr.xml index e252b971a..685058195 100644 --- a/doc/en/Pango/LogAttr.xml +++ b/doc/en/Pango/LogAttr.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Map.xml b/doc/en/Pango/Map.xml index d1777e376..70e09055b 100644 --- a/doc/en/Pango/Map.xml +++ b/doc/en/Pango/Map.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -60,10 +60,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Map' - To be added + Internal constructor + Pointer to the C object. + An instance of Map, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/MapEntry.xml b/doc/en/Pango/MapEntry.xml index aa731ce99..534deb0a5 100644 --- a/doc/en/Pango/MapEntry.xml +++ b/doc/en/Pango/MapEntry.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/OTInfo.xml b/doc/en/Pango/OTInfo.xml index df5359006..6ba728515 100644 --- a/doc/en/Pango/OTInfo.xml +++ b/doc/en/Pango/OTInfo.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -154,10 +154,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.OTInfo' - To be added + Internal constructor + Pointer to the C object. + An instance of OTInfo, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/OTRuleset.xml b/doc/en/Pango/OTRuleset.xml index bc072ac18..c76b43575 100644 --- a/doc/en/Pango/OTRuleset.xml +++ b/doc/en/Pango/OTRuleset.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -64,10 +64,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.OTRuleset' - To be added + Internal constructor + Pointer to the C object. + An instance of OTRuleset, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/OTTableType.xml b/doc/en/Pango/OTTableType.xml index cb4f07c42..bb165049d 100644 --- a/doc/en/Pango/OTTableType.xml +++ b/doc/en/Pango/OTTableType.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Rectangle.xml b/doc/en/Pango/Rectangle.xml index e5ff9aeb2..57b183529 100644 --- a/doc/en/Pango/Rectangle.xml +++ b/doc/en/Pango/Rectangle.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Scale.xml b/doc/en/Pango/Scale.xml index c858023ee..b0136d0e0 100644 --- a/doc/en/Pango/Scale.xml +++ b/doc/en/Pango/Scale.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Stretch.xml b/doc/en/Pango/Stretch.xml index dd74a3a34..8304c7331 100644 --- a/doc/en/Pango/Stretch.xml +++ b/doc/en/Pango/Stretch.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Style.xml b/doc/en/Pango/Style.xml index d6396bf44..8eeedb106 100644 --- a/doc/en/Pango/Style.xml +++ b/doc/en/Pango/Style.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/TabAlign.xml b/doc/en/Pango/TabAlign.xml index 49f3ef86a..e24503cfb 100644 --- a/doc/en/Pango/TabAlign.xml +++ b/doc/en/Pango/TabAlign.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/TabArray.xml b/doc/en/Pango/TabArray.xml index 12375ed17..8071d35da 100644 --- a/doc/en/Pango/TabArray.xml +++ b/doc/en/Pango/TabArray.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -123,10 +123,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.TabArray' - To be added + Internal constructor + Pointer to the C object. + An instance of TabArray, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + @@ -163,9 +165,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + The GLib Type for Pango.TabArray + The GLib TYpe for the Pango.TabArray class. + diff --git a/doc/en/Pango/Underline.xml b/doc/en/Pango/Underline.xml index 288b3af79..df768e5be 100644 --- a/doc/en/Pango/Underline.xml +++ b/doc/en/Pango/Underline.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Variant.xml b/doc/en/Pango/Variant.xml index d3ed68804..2ecfbaf38 100644 --- a/doc/en/Pango/Variant.xml +++ b/doc/en/Pango/Variant.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Weight.xml b/doc/en/Pango/Weight.xml index 1ce4f7b1d..d0ec971ea 100644 --- a/doc/en/Pango/Weight.xml +++ b/doc/en/Pango/Weight.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/Win32FontCache.xml b/doc/en/Pango/Win32FontCache.xml index 340935750..9c6fd6462 100644 --- a/doc/en/Pango/Win32FontCache.xml +++ b/doc/en/Pango/Win32FontCache.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -40,10 +40,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.Win32FontCache' - To be added + Internal constructor + Pointer to the C object. + An instance of Win32FontCache, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/Pango/WrapMode.xml b/doc/en/Pango/WrapMode.xml index 568529cdf..c59873cf6 100644 --- a/doc/en/Pango/WrapMode.xml +++ b/doc/en/Pango/WrapMode.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/Pango/XFontCache.xml b/doc/en/Pango/XFontCache.xml index fed150876..c32fa52af 100644 --- a/doc/en/Pango/XFontCache.xml +++ b/doc/en/Pango/XFontCache.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added @@ -40,10 +40,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Pango.XFontCache' - To be added + Internal constructor + Pointer to the C object. + An instance of XFontCache, wrapping the C object. + + This is an internal constructor, and should not be used by user code. + diff --git a/doc/en/PangoSharp/FreeGCFuncNative.xml b/doc/en/PangoSharp/FreeGCFuncNative.xml index 5c8c465c0..25d72427a 100644 --- a/doc/en/PangoSharp/FreeGCFuncNative.xml +++ b/doc/en/PangoSharp/FreeGCFuncNative.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added diff --git a/doc/en/PangoSharp/FreeGCFuncWrapper.xml b/doc/en/PangoSharp/FreeGCFuncWrapper.xml index 481cab1f1..5dceef8ff 100644 --- a/doc/en/PangoSharp/FreeGCFuncWrapper.xml +++ b/doc/en/PangoSharp/FreeGCFuncWrapper.xml @@ -5,7 +5,7 @@ 0.0.0.0 - To be added + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added