mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
decompiler: Support GtkFileFilter tags
This commit is contained in:
parent
168b87bb4a
commit
31e37ca258
3 changed files with 39 additions and 3 deletions
|
@ -2,7 +2,17 @@ using Gtk 4.0;
|
|||
|
||||
FileFilter {
|
||||
name: "File Filter Name";
|
||||
mime-types ["text/plain", "image/ *"]
|
||||
patterns ["*.txt"]
|
||||
suffixes ["png"]
|
||||
|
||||
mime-types [
|
||||
"text/plain",
|
||||
"image/ *",
|
||||
]
|
||||
|
||||
patterns [
|
||||
"*.txt",
|
||||
]
|
||||
|
||||
suffixes [
|
||||
"png",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue