diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-18 22:04:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-18 22:04:46 +0000 |
commit | 1f75708d5a4946d857a4c73d809db60226cb8590 (patch) | |
tree | 7b059836cfaca60e0ae837b4b7350564d3fd476d /gtk/gtktreemodel.c | |
parent | 40d637ec03335d14e98bd3e752baa304f0efbc1f (diff) | |
download | gtk+-1f75708d5a4946d857a4c73d809db60226cb8590.tar.gz |
s/<!>/<!-- -->/g throughout the documentation to bring the produced
* gtk/gtkitemfactory.c:
* gtk/gtkiconfactory.c:
* gtk/gtkwidget.c:
* gtk/gtkstyle.c:
* gtk/gtkrc.c:
* gtk/gtktreeviewcolumn.c:
* gtk/gtkdialog.c:
* gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
documentation to bring the produced Docbook closer to XML.
* gdk/tmpl/rgb.sgml:
* gdk/tmpl/general.sgml:
* gtk/tmpl/gtktogglebutton.sgml:
* gtk/tmpl/gtkaccellabel.sgml:
* gtk/tmpl/gtkradiobutton.sgml:
* gtk/tmpl/gtktreemodel.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtkimage.sgml:
* gtk/tmpl/gtktooltips.sgml:
* gtk/tmpl/gtksignal.sgml:
* gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkdnd.sgml:
* gtk/tmpl/gtksocket.sgml:
* gtk/tmpl/gtkdrawingarea.sgml:
* gtk/tmpl/gtkobject.sgml:
* gtk/tmpl/gtkpaned.sgml:
* gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the
documentation to bring the produced Docbook closer to XML.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index e516b97603..8d66e9d23b 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -879,9 +879,9 @@ gtk_tree_model_iter_n_children (GtkTreeModel *tree_model, * index is 0. If @index is too big, or @parent has no children, @iter is set * to an invalid iterator and %FALSE is returned. @parent will remain a valid * node after this function has been called. As a special case, if @parent is - * %NULL, then the @n<!>th root node is set. + * %NULL, then the @n<!-- -->th root node is set. * - * Return value: %TRUE, if @parent has an @n<!>th child. + * Return value: %TRUE, if @parent has an @n<!-- -->th child. **/ gboolean gtk_tree_model_iter_nth_child (GtkTreeModel *tree_model, |