docs: Fix link to g_signal_emit()

This commit is contained in:
Emmanuele Bassi 2021-11-01 12:54:07 +00:00
parent 1903c6d009
commit 49032b4b63

View File

@ -1256,7 +1256,7 @@ gdk_clipboard_set_content (GdkClipboard *clipboard,
*
* 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");