diff --git a/doc/en/GLib/EnumWrapper.xml b/doc/en/GLib/EnumWrapper.xml index b813e9b6b..a9cb98da4 100644 --- a/doc/en/GLib/EnumWrapper.xml +++ b/doc/en/GLib/EnumWrapper.xml @@ -62,4 +62,9 @@ + + + System.Obsolete(Message="Replaced by direct enum type casts to/from GLib.Value", IsError=False) + + diff --git a/doc/en/GLib/UnwrappedObject.xml b/doc/en/GLib/UnwrappedObject.xml index 7226e9014..86478ae48 100644 --- a/doc/en/GLib/UnwrappedObject.xml +++ b/doc/en/GLib/UnwrappedObject.xml @@ -46,4 +46,9 @@ + + + System.Obsolete(Message="Replaced by direct object-type casts to/from GLib.Value", IsError=False) + + diff --git a/doc/en/GLib/Value.xml b/doc/en/GLib/Value.xml index 262589fc3..1a5acc9b1 100644 --- a/doc/en/GLib/Value.xml +++ b/doc/en/GLib/Value.xml @@ -318,7 +318,11 @@ - + + + System.Obsolete(Message="Replaced by Value(object) constructor", IsError=False) + + Constructor @@ -615,5 +619,21 @@ + + + Method + + System.Enum + + + + + + a + Extracts an enum value from a . + The enum value. + Note that casting a to any enum type will invoke this operator. + + diff --git a/doc/en/Gtk/TreeModelFilter.xml b/doc/en/Gtk/TreeModelFilter.xml index 62fff4074..362af8d1b 100644 --- a/doc/en/Gtk/TreeModelFilter.xml +++ b/doc/en/Gtk/TreeModelFilter.xml @@ -10,7 +10,7 @@ An object designed to filter the contents of a column or columns in a for display. - + using System; using Gtk; diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index 5d6dbe399..51c9df884 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -551,7 +551,8 @@ class TreeSelectionSample The position that was selected. Gets information about the currently selected node. - if a row is selected. + + if a row is selected. This convenience method doesnt require an out . It is useful in the case that you already have a copy of the TreeModel.