e-cal-system-timezone

e-cal-system-timezone

Synopsis

#define             ETC_TIMEZONE
#define             ETC_TIMEZONE_MAJ
#define             ETC_RC_CONF
#define             ETC_SYSCONFIG_CLOCK
#define             ETC_CONF_D_CLOCK
#define             ETC_LOCALTIME
gchar *             e_cal_system_timezone_get_location  (void);

Description

Details

ETC_TIMEZONE

#define ETC_TIMEZONE        "/etc/timezone"


ETC_TIMEZONE_MAJ

#define ETC_TIMEZONE_MAJ    "/etc/TIMEZONE"


ETC_RC_CONF

#define ETC_RC_CONF         "/etc/rc.conf"


ETC_SYSCONFIG_CLOCK

#define ETC_SYSCONFIG_CLOCK "/etc/sysconfig/clock"


ETC_CONF_D_CLOCK

#define ETC_CONF_D_CLOCK    "/etc/conf.d/clock"


ETC_LOCALTIME

#define ETC_LOCALTIME       "/etc/localtime"


e_cal_system_timezone_get_location ()

gchar *             e_cal_system_timezone_get_location  (void);

Returns :

system timezone location string, NULL on an error. Returned pointer should be freed with g_free().

Since 2.28