diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2022-12-06 21:47:25 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-12-06 21:50:30 +0000 |
commit | 03afe9be4eaaf9375c883bd0b1c7c9b7faedf311 (patch) | |
tree | 740c32188e44941010fe619a4a013852e8f1a0fa | |
parent | 75cb21e448d5c454c4712794c40f7965fc35accc (diff) | |
download | gtk+-03afe9be4eaaf9375c883bd0b1c7c9b7faedf311.tar.gz |
Add missing annotation for GdkAtom
-rw-r--r-- | gtk/gtkclipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index b0caf16fdf..2484a580fb 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -2227,7 +2227,7 @@ _gtk_clipboard_store_all (void) * * Gets the selection that this clipboard is for. * - * Returns: the selection + * Returns: (transfer none): the selection * * Since: 3.22 */ |