summaryrefslogtreecommitdiff
path: root/src/up-backend.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-03-29 14:18:42 +0100
committerRichard Hughes <richard@hughsie.com>2010-03-29 14:18:42 +0100
commit0198498350363a79cf42707543b43b31cedbc731 (patch)
treefa6e2becd5899f2130bdaa7e88a9848cf7a23b71 /src/up-backend.h
parent4620a9d122ef52c1b806b8d634c4a53ed2fe3134 (diff)
Get the encrypted swap status from the backend, rather than hardcoding Linux specifics
Diffstat (limited to 'src/up-backend.h')
-rw-r--r--src/up-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/up-backend.h b/src/up-backend.h
index eddb5ba..823ab95 100644
--- a/src/up-backend.h
+++ b/src/up-backend.h
@@ -69,6 +69,7 @@ gboolean up_backend_coldplug (UpBackend *backend,
UpDaemon *daemon);
gboolean up_backend_kernel_can_suspend (UpBackend *backend);
gboolean up_backend_kernel_can_hibernate (UpBackend *backend);
+gboolean up_backend_has_encrypted_swap (UpBackend *backend);
G_END_DECLS