summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2021-08-22 14:10:06 +0000
committerBenjamin Otte <otte.benjamin@googlemail.com>2021-08-22 15:51:49 +0000
commitfe20dc236fadf2f8237c87eb6b2c46ab45e2d1d4 (patch)
tree400d19c58d833753f5c0968c5077e80836c925cd
parentf017f5735762395a6420eaa0285e674421530b15 (diff)
downloadgtk+-clipboard-set-docs.tar.gz
Apply 2 suggestion(s) to 1 file(s)clipboard-set-docs
-rw-r--r--gdk/gdkclipboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkclipboard.c b/gdk/gdkclipboard.c
index c1ceb7310c..b2fd191538 100644
--- a/gdk/gdkclipboard.c
+++ b/gdk/gdkclipboard.c
@@ -1255,8 +1255,8 @@ gdk_clipboard_set_content (GdkClipboard *clipboard,
* Sets the clipboard to contain the value collected from the given varargs.
*
* Values should be passed the same way they are passed to other value
- * collecting APIs, such as `[method@GObject.Object.set]` or
- * `[id@g_signal_emit]` .
+ * collecting APIs, such as [`method@GObject.Object.set`] or
+ * [`id@g_signal_emit`].
*
* ```c
* gdk_clipboard_set (clipboard, GTK_TYPE_STRING, "Hello World");