summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-04-18 22:04:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-04-18 22:04:46 +0000
commit1f75708d5a4946d857a4c73d809db60226cb8590 (patch)
tree7b059836cfaca60e0ae837b4b7350564d3fd476d /gtk/gtkrc.c
parent40d637ec03335d14e98bd3e752baa304f0efbc1f (diff)
downloadgdk-pixbuf-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/gtkrc.c')
-rw-r--r--gtk/gtkrc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c
index 8c479b496..a44c526ce 100644
--- a/gtk/gtkrc.c
+++ b/gtk/gtkrc.c
@@ -1616,10 +1616,10 @@ gtk_rc_get_style (GtkWidget *widget)
*
* The action of gtk_rc_get_style() is similar to:
* <informalexample><programlisting>
- * <!> gtk_widget_path (widget, NULL, &amp;path, NULL);
- * <!> gtk_widget_class_path (widget, NULL, &amp;class_path, NULL);
- * <!> gtk_rc_get_style_by_paths (gtk_widget_get_settings (widget), path, class_path,
- * <!> G_OBJECT_TYPE (widget));
+ * gtk_widget_path (widget, NULL, &amp;path, NULL);
+ * gtk_widget_class_path (widget, NULL, &amp;class_path, NULL);
+ * gtk_rc_get_style_by_paths (gtk_widget_get_settings (widget), path, class_path,
+ * G_OBJECT_TYPE (widget));
* </programlisting></informalexample>
*
* Return value: A style created by matching with the supplied paths,