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 /docs/reference/gtk/tmpl/gtktreemodel.sgml | |
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 'docs/reference/gtk/tmpl/gtktreemodel.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktreemodel.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtktreemodel.sgml b/docs/reference/gtk/tmpl/gtktreemodel.sgml index 9c60f905f5..f212888868 100644 --- a/docs/reference/gtk/tmpl/gtktreemodel.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodel.sgml @@ -168,7 +168,7 @@ enum gchar *str_data; gint int_data; - /* Make sure you terminate calls to gtk_tree_model_get(<!>) + /* Make sure you terminate calls to gtk_tree_model_get(<!-- -->) * with a '-1' value */ gtk_tree_model_get (list_store, &iter, |