aboutsummaryrefslogtreecommitdiff
path: root/src/lock-helper.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-07 11:57:52 -0400
committerTed Gould <ted@canonical.com>2009-10-07 11:57:52 -0400
commit22a02f891220f637ec1b451b517f25b69cbe8b01 (patch)
tree98f506f403a907401f5b99286c31f7e788c7792b /src/lock-helper.h
parent18d5a15229b093fbecc358f6883ae9811d5c97d6 (diff)
downloadayatana-indicator-session-22a02f891220f637ec1b451b517f25b69cbe8b01.tar.gz
ayatana-indicator-session-22a02f891220f637ec1b451b517f25b69cbe8b01.tar.bz2
ayatana-indicator-session-22a02f891220f637ec1b451b517f25b69cbe8b01.zip
Adding throttle and unthrottle functions
Diffstat (limited to 'src/lock-helper.h')
-rw-r--r--src/lock-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lock-helper.h b/src/lock-helper.h
index f9405ac..b4a382e 100644
--- a/src/lock-helper.h
+++ b/src/lock-helper.h
@@ -26,6 +26,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
typedef void (*gdm_autologin_cb_t) (void);
+void screensaver_throttle (gchar * reason);
+void screensaver_unthrottle (void);
+
gboolean will_lock_screen (void);
void lock_screen (DbusmenuMenuitem * mi, gpointer data);
gboolean lock_screen_setup (gpointer data);