5#include "desktop_events.h"
6#include "../helpers/slideshow_filename.h"
9#define SLIDESHOW_FS_PATH INT_PATH(SLIDESHOW_FILE_NAME)
13typedef void (*DesktopSlideshowViewCallback)(DesktopEvent event,
void* context);
21void desktop_view_slideshow_set_callback(
23 DesktopSlideshowViewCallback callback,
APIs for working with storages, directories and files.
Definition desktop_view_slideshow.c:11