aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-geoclue.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-05-12 20:45:21 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-05-12 20:45:21 -0500
commite897e7aa9fb18fc83d177acab1dd18e0284429a6 (patch)
tree3d35968e29c56d934748cf6cdf18844bd66e484e /src/timezone-geoclue.h
parenta2c380c8f271486eb6dfeb82a46ca7a95aca85c5 (diff)
downloadayatana-indicator-datetime-e897e7aa9fb18fc83d177acab1dd18e0284429a6.tar.gz
ayatana-indicator-datetime-e897e7aa9fb18fc83d177acab1dd18e0284429a6.tar.bz2
ayatana-indicator-datetime-e897e7aa9fb18fc83d177acab1dd18e0284429a6.zip
minor documentation & #include cleanups to the timezone classes
Diffstat (limited to 'src/timezone-geoclue.h')
-rw-r--r--src/timezone-geoclue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/timezone-geoclue.h b/src/timezone-geoclue.h
index fcb3ab7..059bd81 100644
--- a/src/timezone-geoclue.h
+++ b/src/timezone-geoclue.h
@@ -20,9 +20,6 @@
#ifndef __INDICATOR_DATETIME_TIMEZONE_GEOCLUE__H__
#define __INDICATOR_DATETIME_TIMEZONE_GEOCLUE__H__
-#include <glib.h>
-#include <glib-object.h>
-
#include "timezone.h" /* parent class */
G_BEGIN_DECLS
@@ -39,8 +36,7 @@ typedef struct _IndicatorDatetimeTimezoneGeoclueClass IndicatorDatetimeTimezon
GType indicator_datetime_timezone_geoclue_get_type (void);
/**
- * An implementation of IndicatorDatetimeTimezone which determines the timezone
- * from calling a GeoClue service over DBus.
+ * An IndicatorDatetimeTimezone which uses GeoClue to determine the timezone.
*/
struct _IndicatorDatetimeTimezoneGeoclue
{