diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 21:51:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 21:51:57 -0600 |
commit | d018794d6717df1f4dfcb1f26258d6cd2820d8bd (patch) | |
tree | af775265fd51c1fe7661fa674c337ea1629cc704 /src | |
parent | be3f65e45fb928f6afe189fe41ab7a25243d1d90 (diff) | |
download | ayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.tar.gz ayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.tar.bz2 ayatana-indicator-session-d018794d6717df1f4dfcb1f26258d6cd2820d8bd.zip |
Some function comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/session-service.c | 5 |
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) { |