diff options
Diffstat (limited to 'gdk/gdkclipboard.c')
-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"); |