mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-01 17:02:18 +01:00
Merge branch 'filename-encodings-diag' into 'main'
Docs: New file-name-encodings image: light/dark, color See merge request GNOME/glib!4851
This commit is contained in:
@@ -49,6 +49,12 @@ Files: docs/reference/glib/gvariant-*.svg
|
||||
Copyright: 2022 Philip Withnall
|
||||
License: CC-BY-SA-3.0
|
||||
|
||||
Files: docs/reference/glib/file-name-encodings*.odg
|
||||
Copyright:
|
||||
2004-2006 Federico Mena Quintero <federico@ximian.com>
|
||||
2025 Frank Dana
|
||||
License: CC0-1.0
|
||||
|
||||
# libgirepository uses cmph as a copylib. Adding copyright/license data to the
|
||||
# files there would cause divergence from upstream. See
|
||||
# girepository/cmph/README-CMPH-IMPORT.txt.
|
||||
@@ -66,4 +72,4 @@ License: LGPL-2.1-or-later
|
||||
# would cause divergence from upstream. See glib/libcharset/README.
|
||||
Files: glib/libcharset/*
|
||||
Copyright: libcharset contributors
|
||||
License: LGPL-2.1-or-later
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@@ -61,7 +61,10 @@ names in the file system.
|
||||
|
||||
## Conversion between file name encodings
|
||||
|
||||

|
||||
<picture>
|
||||
<source srcset="file-name-encodings-dark.svg" media="(prefers-color-scheme: dark)">
|
||||
<img src="file-name-encodings-light.svg" alt="Converting file name encodings between filesystem and application">
|
||||
</picture>
|
||||
|
||||
## Checklist for Application Writers
|
||||
|
||||
|
||||
BIN
docs/reference/glib/file-name-encodings-dark.odg
Normal file
BIN
docs/reference/glib/file-name-encodings-dark.odg
Normal file
Binary file not shown.
1148
docs/reference/glib/file-name-encodings-dark.svg
Normal file
1148
docs/reference/glib/file-name-encodings-dark.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 41 KiB |
BIN
docs/reference/glib/file-name-encodings-light.odg
Normal file
BIN
docs/reference/glib/file-name-encodings-light.odg
Normal file
Binary file not shown.
1137
docs/reference/glib/file-name-encodings-light.svg
Normal file
1137
docs/reference/glib/file-name-encodings-light.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
Binary file not shown.
@@ -93,7 +93,8 @@ content_files = [
|
||||
"threads-deprecated.md",
|
||||
]
|
||||
content_images = [
|
||||
"file-name-encodings.png",
|
||||
"file-name-encodings-light.svg",
|
||||
"file-name-encodings-dark.svg",
|
||||
"mainloop-states.gif",
|
||||
"Sorted_binary_tree_breadth-first_traversal.svg",
|
||||
"Sorted_binary_tree_inorder.svg",
|
||||
@@ -162,4 +163,4 @@ hidden = true
|
||||
|
||||
[[function]]
|
||||
pattern = "win32_.+"
|
||||
hidden = true
|
||||
hidden = true
|
||||
|
||||
Reference in New Issue
Block a user