diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-03 16:34:03 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:53 -0500 |
commit | 50e06e11eeeefd561eb88edcb1c46371970801ab (patch) | |
tree | 4992773f5baf8076025e039cfd80a2f266248505 /gtk/gtksocket.c | |
parent | a479ee5de5c1c58d82657a30aa01f7c3b885f4cc (diff) | |
download | gtk+-50e06e11eeeefd561eb88edcb1c46371970801ab.tar.gz |
docs: use markdown instead of <filename> tags
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r-- | gtk/gtksocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index 15ba2a8d54..ffd50c46d4 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -110,7 +110,7 @@ * The #GtkPlug and #GtkSocket widgets are only available when GTK+ * is compiled for the X11 platform and %GDK_WINDOWING_X11 is defined. * They can only be used on a #GdkX11Display. To use #GtkPlug and - * #GtkSocket, you need to include the <filename>gtk/gtkx.h</filename> + * #GtkSocket, you need to include the `gtk/gtkx.h` * header. */ |