1
## Description: add some description
2
## Origin/Author: add some origin or author
4
diff -Nur -x '*.orig' -x '*~' ubuntu//src/lock-helper.c ubuntu.new//src/lock-helper.c
5
--- ubuntu//src/lock-helper.c 2010-09-17 15:22:28.000000000 +0200
6
+++ ubuntu.new//src/lock-helper.c 2010-09-17 15:23:00.872975003 +0200
8
with this program. If not, see <http://www.gnu.org/licenses/>.
12
#include <glib/gi18n.h>
13
#include <gconf/gconf-client.h>
14
#include <dbus/dbus-glib.h>
21
+#include "lock-helper.h"
23
+void screensaver_throttle (gchar * reason)
26
+void screensaver_unthrottle (void)
29
+void lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data)
31
+ g_spawn_command_line_async ("xflock4", NULL);
34
+gboolean lock_screen_setup (gpointer data)