g_date_time_format: add standards notes to the doc
authorRyan Lortie <desrt@desrt.ca>
Sat, 3 Sep 2011 01:12:16 +0000 (21:12 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 3 Sep 2011 01:17:50 +0000 (21:17 -0400)
commit9860c83ad63ec664a25cf1719ceaeeed70b059d9
tree4d87b0a88432d2f0ddfdd407761339f69015b6fe
parentbdb34e3217e46236cafa61991a15b9aa2e80ba61
g_date_time_format: add standards notes to the doc

Explicitly mention C99's strftime() in the documentation for
g_date_time_format() as the one that we aim for compatibility with.
Specifically list the formats we do not support as well as the extra
ones that we borrow from glibc.
glib/gdatetime.c