diff --git a/doc/en/Gtk/DestroyNotify.xml b/doc/en/Gtk/DestroyNotify.xml index 868a4f69c..d1f7e1e00 100644 --- a/doc/en/Gtk/DestroyNotify.xml +++ b/doc/en/Gtk/DestroyNotify.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -31,4 +31,4 @@ System.Void - + \ No newline at end of file diff --git a/doc/en/Gtk/TreeModelFilter.xml b/doc/en/Gtk/TreeModelFilter.xml index 191387ca3..0d74c563a 100644 --- a/doc/en/Gtk/TreeModelFilter.xml +++ b/doc/en/Gtk/TreeModelFilter.xml @@ -104,13 +104,14 @@ in a for display. - - Sets the visible function used when filtering to be . - + Sets the visible function used when filtering to be . a a a + Note: this overload of the function is obsolete and requires you to manage the persistence + of func manually so it isn't garbage collected. The method has been replaced by a single parameter + overload which manages delegate persistence internally. The function should return TRUE if the given row should be visible and FALSE otherwise. @@ -152,37 +153,6 @@ in a for display. - - - Method - - System.Void - - - - - - - - - - Sets a function to modify the display of the model. - a - a - a - a - a - - With the and parameters, you give an array of column - types for this model (which will be exposed to the parent model/view). - The , and parameters are for specifying the modify - function. The modify function will get called for each - data access; the goal of the modify function is to return the data which - should be displayed at the location specified using the parameters of the - modify function. - - - Method @@ -1111,5 +1081,48 @@ in a for display. + + + Method + + System.Void + + + + + + Sets the visible function used when filtering to be . + a + + The function should return if the given row should be visible. + + + + + + Method + + System.Void + + + + + + + + Sets a function to modify the display of the model. + a + an array of + a + + With the and parameters, you give an array of column + types for this model (which will be exposed to the parent model/view). + The modify function, , will get called for each + data access; the goal of the modify function is to return the data which + should be displayed at the location specified using the parameters of the + modify function. + + +