From e154d9e960566730478182bae00405c8f00d4f32 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 5 Jan 2010 15:27:28 -0600 Subject: Adding comments. --- src/indicator-datetime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index 253c86a..1112536 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -94,6 +94,7 @@ indicator_datetime_finalize (GObject *object) return; } +/* Updates the label to be the current time. */ static void update_label (GtkLabel * label) { @@ -120,6 +121,8 @@ update_label (GtkLabel * label) return; } +/* Grabs the label. Creates it if it doesn't + exist already */ static GtkLabel * get_label (IndicatorObject * io) { -- cgit v1.2.3