mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Eradicate links and xrefs
These are all replaced by markdown ref links.
This commit is contained in:
10
glib/gdate.c
10
glib/gdate.c
@@ -1111,10 +1111,10 @@ g_date_prepare_to_parse (const gchar *str,
|
||||
* @str: string to parse
|
||||
*
|
||||
* Parses a user-inputted string @str, and try to figure out what date it
|
||||
* represents, taking the <link linkend="setlocale">current locale</link>
|
||||
* into account. If the string is successfully parsed, the date will be
|
||||
* valid after the call. Otherwise, it will be invalid. You should check
|
||||
* using g_date_valid() to see whether the parsing succeeded.
|
||||
* represents, taking the [current locale][setlocale] into account. If the
|
||||
* string is successfully parsed, the date will be valid after the call.
|
||||
* Otherwise, it will be invalid. You should check using g_date_valid()
|
||||
* to see whether the parsing succeeded.
|
||||
*
|
||||
* This function is not appropriate for file formats and the like; it
|
||||
* isn't very precise, and its exact behavior varies with the locale.
|
||||
@@ -2424,7 +2424,7 @@ win32_strftime_helper (const GDate *d,
|
||||
* @date: valid #GDate
|
||||
*
|
||||
* Generates a printed representation of the date, in a
|
||||
* <link linkend="setlocale">locale</link>-specific way.
|
||||
* [locale][setlocale]-specific way.
|
||||
* Works just like the platform's C library strftime() function,
|
||||
* but only accepts date-related formats; time-related formats
|
||||
* give undefined results. Date must be valid. Unlike strftime()
|
||||
|
Reference in New Issue
Block a user