diff options
Diffstat (limited to 'gtk/deprecated/gtkstyle.c')
-rw-r--r-- | gtk/deprecated/gtkstyle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkstyle.c b/gtk/deprecated/gtkstyle.c index 1ae5da8343..802d4cef11 100644 --- a/gtk/deprecated/gtkstyle.c +++ b/gtk/deprecated/gtkstyle.c @@ -918,7 +918,7 @@ gtk_style_has_context (GtkStyle *style) * * Since this function may return a new object, you have to use it * in the following way: - * <literal>style = gtk_style_attach (style, window)</literal> + * `style = gtk_style_attach (style, window)` * * Returns: Either @style, or a newly-created #GtkStyle. * If the style is newly created, the style parameter |