diff options
author | Jake Dane <3689-jakedane@users.noreply.gitlab.gnome.org> | 2022-07-15 10:21:57 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-08-18 10:43:21 +0200 |
commit | 4746e2854be614b1912b7d1d2e3576d9ab250b95 (patch) | |
tree | 728f7331dc1a466e90d8797a6db9b014de3f3166 /src/totem-uri.h | |
parent | 3158cfb7cd5e239b14850b8228f11b4f47e6a450 (diff) | |
download | totem-4746e2854be614b1912b7d1d2e3576d9ab250b95.tar.gz |
screenshot: Save screenshots into ~/Pictures/Screenshots
Same as GNOME Shell 42 uses.
Fixes #529
Diffstat (limited to 'src/totem-uri.h')
-rw-r--r-- | src/totem-uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-uri.h b/src/totem-uri.h index b5aef7833..d4b4cef43 100644 --- a/src/totem-uri.h +++ b/src/totem-uri.h @@ -28,7 +28,7 @@ const char * totem_dot_dir (void); const char * totem_data_dot_dir (void); -char * totem_pictures_dir (void); +char * totem_screenshots_dir (void); char * totem_create_full_path (const char *path); GMount * totem_get_mount_for_media (const char *uri); gboolean totem_playing_dvd (const char *uri); |