~ted/indicator-session/no-system-desktop-files

« back to all changes in this revision

Viewing changes to src/lock-helper.h

  • Committer: Ted Gould
  • Date: 2012-02-07 22:45:50 UTC
  • mfrom: (230.3.1 indicator-session)
  • Revision ID: ted@gould.cx-20120207224550-3sn8br220fi8vawk
Screensaver code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <libdbusmenu-glib/menuitem.h>
26
26
 
27
 
void screensaver_throttle (gchar * reason);
28
 
void screensaver_unthrottle (void);
29
 
 
30
27
gboolean will_lock_screen (void);
31
28
void lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data);
32
29
gboolean lock_screen_setup (gpointer data);