[gtk/build-fix: 1/3] docs: Fix link to g_signal_emit()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/build-fix: 1/3] docs: Fix link to g_signal_emit()
- Date: Mon, 1 Nov 2021 13:02:33 +0000 (UTC)
commit 49032b4b6349ee196289a237d9baa74f90ac589d
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Nov 1 12:54:07 2021 +0000
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);
* ```
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]