aboutsummaryrefslogtreecommitdiff
path: root/src/lock-helper.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-07 21:14:45 -0600
committerTed Gould <ted@gould.cx>2012-02-07 21:14:45 -0600
commitc49024a21eb6d36afe67fc5bd6eead55e7bfbbc7 (patch)
tree2e8148be67c0d980232be867fb1ff78406444f84 /src/lock-helper.h
parent669d032147326fadfd606eb22efd5ca3e5c4d39a (diff)
parent455f5df69319c0feb5e64317bef16925623e8ac5 (diff)
downloadayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.gz
ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.bz2
ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.zip
* New upstream release.
* Screensaver code cleanup * Fix ordering of items on request * Removing GOA support * Fix GTK3 Box Deprecation * Updating to dbusmenu 0.5.90 * Making the gtk logout helper and apt optional build time choices * Add name hints to the indicators * bump version for release
Diffstat (limited to 'src/lock-helper.h')
-rw-r--r--src/lock-helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lock-helper.h b/src/lock-helper.h
index 37f1448..e2d5106 100644
--- a/src/lock-helper.h
+++ b/src/lock-helper.h
@@ -24,9 +24,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <libdbusmenu-glib/menuitem.h>
-void screensaver_throttle (gchar * reason);
-void screensaver_unthrottle (void);
-
gboolean will_lock_screen (void);
void lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data);
gboolean lock_screen_setup (gpointer data);