mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Merge branch 'another-broken-spec-link' into 'main'
gio: Fix a link to a specifications document See merge request GNOME/glib!4446
This commit is contained in:
@@ -39,7 +39,7 @@ typedef struct
|
|||||||
/* We *require* matches on URI and MTime, but the Size field is optional
|
/* We *require* matches on URI and MTime, but the Size field is optional
|
||||||
* (as per the spec).
|
* (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_URI (1u << 0)
|
||||||
#define MATCHED_MTIME (1u << 1)
|
#define MATCHED_MTIME (1u << 1)
|
||||||
|
Reference in New Issue
Block a user