diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-09-27 09:06:24 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-10-01 11:20:55 -0400 |
commit | fff6814973356ac23b1022113632441110825283 (patch) | |
tree | 06f8686c017b88becebd1f26c7a198480e6f0a9c /docs | |
parent | fe1186a842458dcc647c5f9ab03f17c762354e95 (diff) |
Bug 630077 - GDateTime week number support
Fully implement support for ISO 8601 week dates in GDateTime and
document that this is the case.
Add an exhaustive test case to ensure correctness.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 344e2d45f..0a818b85a 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -1491,6 +1491,7 @@ g_date_time_get_month g_date_time_get_day_of_month <SUBSECTION> +g_date_time_get_week_numbering_year g_date_time_get_week_of_year g_date_time_get_day_of_week |