summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkrc.c')
-rw-r--r--gtk/gtkrc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c
index 806896adf9..d60b09a848 100644
--- a/gtk/gtkrc.c
+++ b/gtk/gtkrc.c
@@ -1506,10 +1506,12 @@ gtk_rc_get_style (GtkWidget *widget)
*
* The action of gtk_rc_get_style() is similar to:
*
- * gtk_widget_path (widget, NULL, &path, NULL);
- * gtk_widget_class_path (widget, NULL, &class_path, NULL);
+ * <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));
+ * </programlisting>
*
* Return value: A style created by matching with the supplied paths,
* or %NULL if nothign matching was specified and the default style should