summaryrefslogtreecommitdiff
path: root/src/gpm-manager.h
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2012-10-27 21:17:07 -0400
committerBrent Hull <[email protected]>2012-10-27 21:17:07 -0400
commitaa88be1d4a4e545b4141b0065b094d49d3d3a81b (patch)
tree631437e0c5df2754ed31d4b5e31a1b5ca9d134e3 /src/gpm-manager.h
parent543b06f44cafd70fe708fd54a82cba198a6da73b (diff)
downloadmate-power-manager-aa88be1d4a4e545b4141b0065b094d49d3d3a81b.tar.bz2
mate-power-manager-aa88be1d4a4e545b4141b0065b094d49d3d3a81b.tar.xz
Get device capabilities in the preferences capplet, not the daemon (GNOME fix for bug #617529 originally by Richard Hughes)
Diffstat (limited to 'src/gpm-manager.h')
-rw-r--r--src/gpm-manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpm-manager.h b/src/gpm-manager.h
index 1d31b75..a78509a 100644
--- a/src/gpm-manager.h
+++ b/src/gpm-manager.h
@@ -73,9 +73,6 @@ gboolean gpm_manager_can_suspend (GpmManager *manager,
gboolean gpm_manager_can_hibernate (GpmManager *manager,
gboolean *can_hibernate,
GError **error);
-gboolean gpm_manager_get_preferences_options (GpmManager *manager,
- gint *capability,
- GError **error);
G_END_DECLS