diff options
Diffstat (limited to 'glib/gdatetime.h')
-rw-r--r-- | glib/gdatetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gdatetime.h b/glib/gdatetime.h index 800ba93d8..4fdbb61d3 100644 --- a/glib/gdatetime.h +++ b/glib/gdatetime.h @@ -107,7 +107,7 @@ GDateTime * g_date_time_new_full (gint year, gint hour, gint minute, gint second, - const gchar *timezone); + const gchar *time_zone); GDateTime * g_date_time_copy (const GDateTime *datetime); GDateTime * g_date_time_ref (GDateTime *datetime); |