summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorGravatar Bastien Nocera2010-12-01 16:09:29 +0100
committerGravatar Nikias Bassen2010-12-01 16:09:29 +0100
commit59d520af8bbb6ff7702575036be387a9875b440d (patch)
tree7aa5a1b59fa2fb099b0b21ef705d01ae2090ce3f /src/device.h
parent652e1793bc8a499d07299356a5f3f28a125c71b9 (diff)
downloadsbmanager-59d520af8bbb6ff7702575036be387a9875b440d.tar.gz
sbmanager-59d520af8bbb6ff7702575036be387a9875b440d.tar.bz2
Stop putting files in /tmp
Whether the wallpaper or the icons themselves, save them in $XDG_CACHE_DIR, and simplify saving.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index f6d0adf..4714368 100644
--- a/src/device.h
+++ b/src/device.h
@@ -42,7 +42,7 @@ void device_sbs_free(sbservices_client_t sbc);
gboolean device_sbs_get_iconstate(sbservices_client_t sbc, plist_t *iconstate, const char *format_version, GError **error);
gboolean device_sbs_save_icon(sbservices_client_t sbc, char *display_identifier, char *filename, GError **error);
gboolean device_sbs_set_iconstate(sbservices_client_t sbc, plist_t iconstate, GError **error);
-gboolean device_sbs_save_wallpaper(sbservices_client_t sbc, const char *filename, GError **error);
+char *device_sbs_save_wallpaper(sbservices_client_t sbc, const char *uuid, GError **error);
device_info_t device_info_new();
void device_info_free(device_info_t device_info);