aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-03 21:51:57 -0600
committerTed Gould <ted@gould.cx>2010-03-03 21:51:57 -0600
commitd018794d6717df1f4dfcb1f26258d6cd2820d8bd (patch)
treeaf775265fd51c1fe7661fa674c337ea1629cc704
parentbe3f65e45fb928f6afe189fe41ab7a25243d1d90 (diff)
downloadayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.tar.gz
ayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.tar.bz2
ayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.zip
Some function comments.
-rw-r--r--src/session-service.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/session-service.c b/src/session-service.c
index 62ee0a7..7183472 100644
--- a/src/session-service.c
+++ b/src/session-service.c
@@ -606,6 +606,8 @@ service_shutdown (IndicatorService * service, gpointer user_data)
return;
}
+/* When the directory changes we need to figure out how our menu
+ item should look. */
static void
restart_dir_changed (void)
{
@@ -630,6 +632,9 @@ restart_dir_changed (void)
return;
}
+/* Buids a file watcher for the directory so that when it
+ changes we can check to see if our reboot-required is
+ there. */
static void
setup_restart_watch (void)
{