diff options
author | Emmanuele Bassi <ebassi@gmail.com> | 2021-08-22 14:10:06 +0000 |
---|---|---|
committer | Benjamin Otte <otte.benjamin@googlemail.com> | 2021-08-22 15:51:49 +0000 |
commit | fe20dc236fadf2f8237c87eb6b2c46ab45e2d1d4 (patch) | |
tree | 400d19c58d833753f5c0968c5077e80836c925cd | |
parent | f017f5735762395a6420eaa0285e674421530b15 (diff) | |
download | gtk+-clipboard-set-docs.tar.gz |
Apply 2 suggestion(s) to 1 file(s)clipboard-set-docs
-rw-r--r-- | gdk/gdkclipboard.c | 4 |
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"); |