mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
gio: Fix a link to a specifications document
If only someone would go ahead and invent a whole section of the list of
HTTP status codes which could be used to inform a client of where a
document has been moved to.
For the sake of argument, let’s say it could be status codes 300–399,
since they appear to be completely unused at the moment.
😩
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
bfeca8c13a
commit
5029f3aae9
@ -39,7 +39,7 @@ typedef struct
|
||||
/* We *require* matches on URI and MTime, but the Size field is optional
|
||||
* (as per the spec).
|
||||
*
|
||||
* http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
|
||||
* https://specifications.freedesktop.org/thumbnail-spec/latest/
|
||||
*/
|
||||
#define MATCHED_URI (1u << 0)
|
||||
#define MATCHED_MTIME (1u << 1)
|
||||
|
Loading…
Reference in New Issue
Block a user