summaryrefslogtreecommitdiff
path: root/src/plugins/screenshot/screenshot-filename-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/screenshot/screenshot-filename-builder.h')
-rw-r--r--src/plugins/screenshot/screenshot-filename-builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/screenshot/screenshot-filename-builder.h b/src/plugins/screenshot/screenshot-filename-builder.h
index 5543fccc7..bd554aca2 100644
--- a/src/plugins/screenshot/screenshot-filename-builder.h
+++ b/src/plugins/screenshot/screenshot-filename-builder.h
@@ -25,6 +25,8 @@
#include <gio/gio.h>
+gchar *get_fallback_screenshot_dir (void);
+gchar *get_default_screenshot_dir (void);
void screenshot_build_filename_async (const char *save_dir,
const char *screenshot_origin,
GAsyncReadyCallback callback,