mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix Gio.File properties
This commit is contained in:
parent
43fbf8cf8e
commit
26072500c8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class QuotedLiteral(AstNode):
|
||||||
"Gdk.Paintable",
|
"Gdk.Paintable",
|
||||||
"Gdk.Texture",
|
"Gdk.Texture",
|
||||||
"Gdk.Pixbuf",
|
"Gdk.Pixbuf",
|
||||||
"GLib.File",
|
"Gio.File",
|
||||||
"Gtk.ShortcutTrigger",
|
"Gtk.ShortcutTrigger",
|
||||||
"Gtk.ShortcutAction",
|
"Gtk.ShortcutAction",
|
||||||
"Gdk.RGBA",
|
"Gdk.RGBA",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue