From bc3ad7a1bdc1426863a7b4897c02dcf8548ea5af Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 28 May 2004 18:09:36 +0000 Subject: [PATCH] 2004-05-28 Mike Kestner * Makefile.am : fix disthook * en/*Sharp.xml : kill * en/* : run updater again for the TreeModel API change. svn path=/trunk/gtk-sharp/; revision=28372 --- doc/ChangeLog | 6 ++++++ doc/Makefile.am | 4 ---- doc/en/GLibSharp.xml | 6 ------ doc/en/Gnome/Canvas.xml | 4 ++-- doc/en/Gnome/Druid.xml | 2 +- doc/en/Gtk/Adjustment.xml | 2 +- doc/en/Gtk/Calendar.xml | 2 +- doc/en/Gtk/Dialog.xml | 2 +- doc/en/Gtk/ListStore.xml | 32 ++++++++++++++++---------------- doc/en/Gtk/TreeModel.xml | 34 +++++++++++++++++----------------- doc/en/Gtk/TreeModelSort.xml | 34 +++++++++++++++++----------------- doc/en/Gtk/TreeStore.xml | 32 ++++++++++++++++---------------- doc/en/Gtk/TreeView.xml | 2 +- doc/en/Gtk/Widget.xml | 2 +- doc/en/Gtk/Window.xml | 2 +- doc/en/GtkSharp.xml | 6 ------ 16 files changed, 81 insertions(+), 91 deletions(-) delete mode 100644 doc/en/GLibSharp.xml delete mode 100644 doc/en/GtkSharp.xml diff --git a/doc/ChangeLog b/doc/ChangeLog index 64561c8e3..199a386bc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-28 Mike Kestner + + * Makefile.am : fix disthook + * en/*Sharp.xml : kill + * en/* : run updater again for the TreeModel API change. + 2004-05-28 Mike Kestner * en/* : put back all the real docs the updater tossed. diff --git a/doc/Makefile.am b/doc/Makefile.am index 2604d419d..844667b14 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,3 @@ dist-hook: cp $(srcdir)/en/GConf/*.xml $(distdir)/en/GConf/ mkdir -p $(distdir)/en/GConf.PropertyEditors cp $(srcdir)/en/GConf.PropertyEditors/*.xml $(distdir)/en/GConf.PropertyEditors/ - mkdir -p $(distdir)/en/GLibSharp - cp $(srcdir)/en/GLibSharp/*.xml $(distdir)/en/GLibSharp/ - mkdir -p $(distdir)/en/GtkSharp - cp $(srcdir)/en/GtkSharp/*.xml $(distdir)/en/GtkSharp/ diff --git a/doc/en/GLibSharp.xml b/doc/en/GLibSharp.xml deleted file mode 100644 index e8ae47d0d..000000000 --- a/doc/en/GLibSharp.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Some foundation classes used in binding libraries. - - - diff --git a/doc/en/Gnome/Canvas.xml b/doc/en/Gnome/Canvas.xml index 2d0627f50..1edc7a298 100644 --- a/doc/en/Gnome/Canvas.xml +++ b/doc/en/Gnome/Canvas.xml @@ -1002,8 +1002,8 @@ zooming. Otherwise, the upper-left corner of the canvas window is used as the anchor point. - + - + \ No newline at end of file diff --git a/doc/en/Gnome/Druid.xml b/doc/en/Gnome/Druid.xml index 31b522dfd..dc2d9fc51 100644 --- a/doc/en/Gnome/Druid.xml +++ b/doc/en/Gnome/Druid.xml @@ -394,4 +394,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/Adjustment.xml b/doc/en/Gtk/Adjustment.xml index d0cc29dcb..f426de3dc 100644 --- a/doc/en/Gtk/Adjustment.xml +++ b/doc/en/Gtk/Adjustment.xml @@ -364,4 +364,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/Calendar.xml b/doc/en/Gtk/Calendar.xml index 1a3e88435..482966975 100644 --- a/doc/en/Gtk/Calendar.xml +++ b/doc/en/Gtk/Calendar.xml @@ -586,4 +586,4 @@ void HandleDaySelected (object obj, EventArgs args) - + \ No newline at end of file diff --git a/doc/en/Gtk/Dialog.xml b/doc/en/Gtk/Dialog.xml index 8af8bdc68..1c556b58f 100644 --- a/doc/en/Gtk/Dialog.xml +++ b/doc/en/Gtk/Dialog.xml @@ -487,4 +487,4 @@ namespace GtkDialogSample - + \ No newline at end of file diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 7febe516c..27c8eb154 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -386,22 +386,6 @@ To be added - - - Method - - System.Boolean - - - - - - To be added - To be added: an object of type 'Gtk.TreeIter&' - To be added: an object of type 'bool' - To be added - - Method @@ -1433,5 +1417,21 @@ The above example creates a new three columns list store. The types of the colum To be added + + + Method + + System.Boolean + + + + + + To be added + a + a + To be added + + diff --git a/doc/en/Gtk/TreeModel.xml b/doc/en/Gtk/TreeModel.xml index d8c30228d..c48470bed 100644 --- a/doc/en/Gtk/TreeModel.xml +++ b/doc/en/Gtk/TreeModel.xml @@ -243,22 +243,6 @@ This should be called by models after a row has been removed. The location pointed to by should be the location that the row previously was at. It may not be a valid location anymore. - - - Method - - System.Boolean - - - - - - Sets to point to the node following it at the current level. - an object of type - an object of type - If there is no next iter, is returned and iter is set to be invalid. - - Method @@ -712,5 +696,21 @@ To be added + + + Method + + System.Boolean + + + + + + Sets to point to the node following it at the current level. + an object of type + an object of type + If there is no next iter, is returned and iter is set to be invalid. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index 1dc259afe..cfe7db48a 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -293,22 +293,6 @@ To be added - - - Method - - System.Boolean - - - - - - To be added - To be added: an object of type 'Gtk.TreeIter&' - To be added: an object of type 'bool' - To be added - - Method @@ -1174,5 +1158,21 @@ To be added + + + Method + + System.Boolean + + + + + + To be added + a + a + To be added + + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index a191ea1a2..ec308a3d9 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -428,22 +428,6 @@ This should be called by models after a row has been removed. The location pointed to by should be the location that the row previously was at. It may not be a valid location anymore. - - - Method - - System.Boolean - - - - - - Sets to point to the node following it at the current level. - an object of type - an object of type - If there is no next iter, is returned and iter is set to be invalid. - - Method @@ -1636,5 +1620,21 @@ store = new TreeStore (typeof (int), typeof (string)); To be added + + + Method + + System.Boolean + + + + + + Sets to point to the node following it at the current level. + an object of type + an object of type + If there is no next iter, is returned and iter is set to be invalid. + + diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index 804b1fb99..a3efcdc61 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -1972,4 +1972,4 @@ tree_view.AppendColumn ("title", text, "text", 0); - + \ No newline at end of file diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 2f8b13d6a..619198078 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -4675,4 +4675,4 @@ handle focus grabs. - + \ No newline at end of file diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index fba99833e..36baefe2c 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -1715,4 +1715,4 @@ - + \ No newline at end of file diff --git a/doc/en/GtkSharp.xml b/doc/en/GtkSharp.xml deleted file mode 100644 index 01416e169..000000000 --- a/doc/en/GtkSharp.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Some foundation classes used in binding libraries. - - -