35 lines
1018 B
Diff
35 lines
1018 B
Diff
|
From 49032b4b6349ee196289a237d9baa74f90ac589d Mon Sep 17 00:00:00 2001
|
||
|
From: Emmanuele Bassi <ebassi@gnome.org>
|
||
|
Date: Mon, 1 Nov 2021 12:54:07 +0000
|
||
|
Subject: [PATCH] docs: Fix link to g_signal_emit()
|
||
|
|
||
|
---
|
||
|
gdk/gdkclipboard.c | 6 +++---
|
||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/gdk/gdkclipboard.c b/gdk/gdkclipboard.c
|
||
|
index b2fd191538..3daf2dcb04 100644
|
||
|
--- a/gdk/gdkclipboard.c
|
||
|
+++ b/gdk/gdkclipboard.c
|
||
|
@@ -1253,14 +1253,14 @@ gdk_clipboard_set_content (GdkClipboard *clipboard,
|
||
|
* @...: value contents conforming to @type
|
||
|
*
|
||
|
* 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`].
|
||
|
+ * [`func@GObject.signal_emit`].
|
||
|
*
|
||
|
* ```c
|
||
|
* gdk_clipboard_set (clipboard, GTK_TYPE_STRING, "Hello World");
|
||
|
- *
|
||
|
+ *
|
||
|
* gdk_clipboard_set (clipboard, GDK_TYPE_TEXTURE, some_texture);
|
||
|
* ```
|
||
|
*/
|
||
|
--
|
||
|
GitLab
|
||
|
|